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
1280
RowEventArgs Column AllowUpdate
posted

Hi,

Migrating from Infragistics 7.3 to 13.1.

How to set a column with AllowUpdate property - Yes or No - from RowEventArgs for webdatagrid?

Please provide sample in C# code behind.

Any help is highly appreciated. Please advice urgently.

Parents
No Data
Reply
  • 9190
    Offline posted

    Hello Jeevitha Manickam,

    Thank you for posting on our forums.

    The WebDataGrid's GridRecord Class doesn't have a property for enabling or disabling updating. Instead, it has a CellEditing Class which can be used to access CellEditingClientEvents like EnteringEditMode. This event can be cancelled to prevent the entering of edit mode depending on the condition you have set.

    Please let me know if you have any questions regarding this matter.

Children