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.

Parents
  • 469350
    Verified Answer
    Offline posted

    Hi,

    I'm not clear on exactly what you want to do. Can the user edit the same column in every row? Or only in new rows?

    How are you adding the new rows? Are you using TemplateAddRows or the AddNew buttons?

Reply Children