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!
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.