I looked at the Business Binding Source example and it seems to work fine with the standard VS grid.
Is there something I need to set on the UltraGrid to get this working?
Thanks
Tim
I'm not having any success with showing broken rules on the current row of the grid or preventing the user from navigating away from the row until the broken rules are corrected.
Do you have an example of the code you are referring to in your post to cast the ListObject, plus any idea on how to prevent the user from changing rows until all the errors have been corrected?
Thanks,Tim
As for why the broken rules dot properly display, are you having problems finding the ListObject to cast it, or are the broken rules not displaying on the grid once you call the CheckRulesOnCurrentRow()? I don't have a sample at the moment because we don't ever have to actually talk to the ListObject in this scenario... we just let all of the broken rules show for the whole business object when Save() is called.