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
145
Finding if a cell is read only from javascript
posted

I have dynamically generated columns, at runtime on the client side I need to determine if the column (or the cell) is ReadOnly. This value was set on the EditingColumnSetting in the code behind as all columns are generated on the server. (none in markup). How do I do this?