Hi I am working in version 7.9 currently. My requirement is that I have an

Hi
I am working in version 7.9 currently. My requirement is that I have an editable grid and only one column is supposed to be editable such that when a row is selected in the grid then only that row's column should be editable. The same column for all the other rows should be read only.
Currently what I am doing is that I have made the grid and when only one row is selected in the grid then I display a section below the grid and save the changes made by the user for a particular column by storing it in database such that the user doesn't get a hint that the database is hit, he feels that by just clicking on submit button in the section the changes get reflected in the grid.
Can anyone please suggest me how can I fulfill my requirement.
Thanks in advance!!
Is it possible.

OriginalPostID-158772

OriginalPostID-158772

  Discussion posts and replies are publicly visible

Parents
  • Rahul, the code works fine if I select only one row, but if I select all the rows in the grid then by default one row's column becomes editable which ideally should not. PFA Issue 1 for the screenshot for the same.
    Moreover, say I have three rows and I am trying to select two rows at a time, I am not able to. PFA Issue 2.1 and Issue 2.2 for the screenshot of the same.



Reply
  • Rahul, the code works fine if I select only one row, but if I select all the rows in the grid then by default one row's column becomes editable which ideally should not. PFA Issue 1 for the screenshot for the same.
    Moreover, say I have three rows and I am trying to select two rows at a time, I am not able to. PFA Issue 2.1 and Issue 2.2 for the screenshot of the same.



Children
No Data