Row Disabled

Hi all!

When I check the checkbox in the particular Row in the syncfusion grid,thw whole Row should change to the disabled mode.
When I uncheck the check box,it should change to the enabled mode.

How to accompanies that? Will anyone suggest me a idea.

Thanks in advance.

Prakash









1 Reply

AD Administrator Syncfusion Team February 26, 2007 06:34 PM UTC

Hi Prakash,

You can handle the PrepareViewStyleInfo event of the grid and set the Style.Enabled property to false when the checkbox cell value of the corresponding row is unchecked. Please try the attached sample and let me know if this helps.

Sample : GDBGCheckEnableRow.zip

Best regards,
Haneef

Loader.
Up arrow icon