"Enable edit" for some cells in a GridDataBoundGrid

Hi, I''m very new to Essential Grid. I''m facing a problem around GridDataBoundGrid control. Please help me to solve this. I want to enable edit some of the cells in my GridDataBoundGrid control & disable the other cells. How can I do this?

2 Replies

AD Administrator Syncfusion Team May 21, 2004 05:53 AM UTC

To set ReadOnly properties in a GridDataBoundGrid cell by cell, you have to handle grid.Model.QueryCellInfo. Here is a KB link with code snippets. http://www.syncfusion.com/Support/article.aspx?id=10351


DM Dmr May 24, 2004 07:35 AM UTC

Thanks a lot Clay for ur quick response.. >To set ReadOnly properties in a GridDataBoundGrid cell by cell, you have to handle grid.Model.QueryCellInfo. Here is a KB link with code snippets. > >http://www.syncfusion.com/Support/article.aspx?id=10351

Loader.
Up arrow icon