Hi All,
I am using a telerik grid view in a windows application being devloped in C# SCSF framework 3.5 .
I have the following columns in the grid
SN: Name: Desc: Read Allowed:Write Allowed
Read allowed and write allowed columns are check boxes.
When the grid is bound with a collection the check boxes of that particular row needs to be disabled if the collection property is false in the collection.
If the collection property is true then the check box in the particular row is enabled.
So rows may have enabled or disabled checkboxes based on the collection result returned after a search.
Can anyone help me as to how I can do this for all the rows shown in the grid at runtime.
This is easily possible in web as it has the RowDataBound and ItemDataBound events which can allow to enable disable cells in all rows
How do we achieve this in the windows forms...
Please help ..thanks in advance.
Regards,
Sakshi
I am using a telerik grid view in a windows application being devloped in C# SCSF framework 3.5 .
I have the following columns in the grid
SN: Name: Desc: Read Allowed:Write Allowed
Read allowed and write allowed columns are check boxes.
When the grid is bound with a collection the check boxes of that particular row needs to be disabled if the collection property is false in the collection.
If the collection property is true then the check box in the particular row is enabled.
So rows may have enabled or disabled checkboxes based on the collection result returned after a search.
Can anyone help me as to how I can do this for all the rows shown in the grid at runtime.
This is easily possible in web as it has the RowDataBound and ItemDataBound events which can allow to enable disable cells in all rows
How do we achieve this in the windows forms...
Please help ..thanks in advance.
Regards,
Sakshi