Click here to Skip to main content
15,902,189 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,
I have a gridview that gets populated during runtime. I havent defined the columns, the columns are populated dynamically.Now when the columns gets dynamically populated, I need certain columns to be editable. I should be able to change a value in a cell of a gridview and when click of a common save button that cell should be updated in the database.
I should'nt use any edit delete button or hyperlink to resolve this.
I need a dynamically editable grid.Please help.

Thanks,
aestra
Posted

1 solution

you can use 'Double click' on the row to go into an edit mode.

Further, if you cannot have even update button in edit mode then may be you can have something like moving away (click somewhere else other than row) as an update trigger.

- Sandeep.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900