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
160
winValidator and Grids
posted

Hi,

 

I'm using 2010 Volume 2 for Windows Forms. I'm trying to use the winvalidator to validate a cell is not empty.  Is there an example on how to use the winvalidator for cell objects?

 

Thank you,

 

Steve Ellis

Parents
No Data
Reply
  • 69832
    Offline posted

    You can put an UltraTextEditor and an UltraValidator on the same form as the grid, set the properties on the ValidationSettings object which appears for the UltraTextEditor (in your case IsRequired = true), then assign that UltraTextEditor to the EditorComponent property of the desired column.

Children