Hi There,
I have a grid which has a row template. I am facing a problem in making the rows inline editable.
Reason why I need to use the row template ( as I dont know whether this can be achieved without a row template)
I have total 8 fields in my datasource, but
I need to show first two fields in First Column one below another, next two fields in second column just like in the first column and next two in 3 and so on so forth. See the following format
Action ACCT TEMPLATE
A1 OPT1 A: Acct1 SomeTemplate EDITBUTTON
B1 OPT2 B: Acct2
This is how the data would be displayed in one row.
In edit mode, I need to allow the user to edit the OPT(column without header) ACCT and TEMPLATE columns.
All these editable columns will display a Dropdownlist from which the user can select a value.
Can anyone help ?
Thank You,
Nilesh