Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1329
Set column / cell as read only on the client.
posted

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.