Link to home
Start Free TrialLog in
Avatar of sanjaypandey
sanjaypandey

asked on

Editable gridview by default

Hi All,

I have a  data Table which has data assigned to it from two queries, the first one build the column headers and then the second one assigns row to this dataset
example :
UC1       UC2             UC3            UC4            UCn
200701 200801     200901         201001        201102
Y           Y                Y                 N                  Y
Contract Contract   Contract    Contract          Contract


Once this is build , I assign it to a gridview  Can I keep all the rows editable by default instead of making the user click on edit button to get to edit mode.  In this case the columns are build dynamically, there can be n cols.   The users should be able to edit any cell and then on a submit button every thing get saved to a table.

Please let me know how to achive this.

Thanks
Avatar of Kumaraswamy R
Kumaraswamy R
Flag of India image

ASKER CERTIFIED SOLUTION
Avatar of masterpass
masterpass
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of sanjaypandey
sanjaypandey

ASKER

that does it.