Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
685
DBNull in UltraGrid
posted

I'm filling UltraGrid with a DataTable.  When I try to filter, it gives an error that DBNull can't be converted to other types.  Is there a way to handle this at the grid-level w/o having to check every single col and every single row?

I've got a lot of cols and a lot of rows so it would be a lot of code and would probably slow it down too much.