EditTemplate

  • Thread starter Thread starter simon
  • Start date Start date
S

simon

When user clicks the edit button I would like that panel is inserted between
the rows in datagrid.
In this panel I have all the fields for some record, I update them and then
rebind the dataGrid.

In fact, now you have to write <EditItemTemplate> for each item, but I would
like to write some kind of
<EditRowTemplate> for entire row. Is it possible?

Thank you,
Simon
 
simon said:
In fact, now you have to write <EditItemTemplate> for each item, but I would
like to write some kind of
<EditRowTemplate> for entire row. Is it possible?

This is not possible with the built-in DataGrid control. Although you
could probably achieve this functionality if you rolled your own server
control...

--

Scott Mitchell
(e-mail address removed)
http://www.4GuysFromRolla.com
http://www.ASPFAQs.com
http://www.ASPMessageboard.com

* When you think ASP, think 4GuysFromRolla.com!
 
Back
Top