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
215
How to determine if grid column is required (allow or not allows null)
posted

Is there a way to determine if an Ultragrid column allows or does not allow nulls. I want to change the header caption (like adding an * to caption and changing the text color) to indicate the column is required. My grids are usually connected to datatables from a dataset. I know there is an AllowNull property on the column in the datatable, but how do I determine this from the Ultragrid column?

Thanks