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
45
Allow user to add row but can edit only one column
posted

I have a situation where i would want to give user ablity to add new row to the Grid but once the row is added to the grid, the user should only be able to modifiy/update a single column. Rest all the columns should remain read-only or disabled.

I tried almost everything using the AllowUpdate property of the grid and bands and also the CellActivation property for the columns but all in vein. 

Please help me the same.