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
2715
Constraints
posted

Hi !

I use a UltraGrid to display data from a db table. On that table there are defined constraints, and i would like to impose that constraints on the grid too. I mean, the let the user know if he updates a row with constraint violating data.

Any ideea how could i do that?

Thanks!

  • 69832
    Offline posted

    I think you want to use the UltraGrid.EnforceXsdConstraints method. I'm not certain but I think there is a way to get an XSD file out of a DataTable.