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
130
Changing a column, or a cell to REQUIRED
posted

All,

Wondering how I might go about coding an existing column or cell to REQUIRED ?

  • 48586
    posted

    Hello, ­­­­­

     

    I am just checking about the progress of this issue. Let me know If you need my further assistance on this  matter?

     

    Thank you for using Infragistics Components.

  • 48586
    posted

    Hello ,

     

    As far as I understand from your request you want to obligate the customer to enter value for a cell from particular columns (which already exists in  UltraGrid). If you are using DataTabael (DataSet) for the underlying data source you could set AllowDbNull property of the corresponding DataCoumn to False. Another option is to handle BeforRowDeactivate event of UltraGrid and to cancel the event if the customer doesn’t enter a value for that cell, please see attached sample.

     

    I am waiting for your feedback

    139893.7z