Hello, Is setting eventArgs.set_cancel(true); the only way to set a column / cell as read-only on the client side? Right now we are setting eventArgs.set_cancel(true); in CellEditing_EnteringEditMode but we are seeing intermittent results. We are setting what we can to read-only on the server but we are also adding new rows on the client side so we require this flexability.Thanks.
Hello jdymond,
Please do not hesitate to contact me if you have an questions regarding this matter.
Hi jdymond,
Thank you for posting in the community.
Setting a WebDataGrid column as Readonly may be achieved not only clientside but also using the ColumnSettings for the grid's behaviors. More on that topic may be found at:
http://help.infragistics.com/NetAdvantage/ASPNET/2012.1/CLR4.0/?page=WebDataGrid_Setting_Column_Settings_for_a_Behavior.html
Individual cell readonly status, however, may currently be controled only on the client.
Please feel free to contact me if you have any questions.