I have a webdatagrid with 10 rows, 5 columns. Based on one cell value of that row, I hava to make that particular row as Read only. In previous grids[Ultrawebgrid], there are methods available. For webdatagrid version 2013.1, I could not find any methods to make a row as readonly.? Please help us.
Thanks
Srinivasan Hariharan
Thank you for the update.
Let me know if there is something else I can help you with.
Thanks for your prompt reply. It resolved.
I also got a confirmation from Infragistics, that making Readonly of certain rows at the serverside is not possible with webdatagrid.
Hello,
I'm just checking if you need any further assistance with this case.
Hi Srinivasan,
To achieve this in WebDataGrid you should handle the EnteringEditMode client-side event and cancel it depending on the cell value you require. From the eventArgs you can get the cell and row being edited and any cell from this row. For example:
Please let me know if you have other questions.