Please help regarding setting gridview in edit mode dynamically

Joined
May 20, 2012
Messages
1
Reaction score
0
Hello,
I have to create Nested Gridview with controls to be attached to each of them dynamically.
so what i have done is that in parent gridview i have two <asp:templateField>'s with first one having expand,collapse image logic and second template having <asp:Gridview></asp:Gridview>.
At runtime,i m creating boundfields and inserting between those two templatefields making inner gridview template at the last to fulfill the requirement.
Currently,i m working on Edit and Update rows which i have to do it dynamically.By googling through net i found that setting gridview.editindex=e.neweditindex will automatically placed gridview in editmode( yes its happening but in textbox controls only).
I have to bind gridview cells with another controls like 'Dropdownlist' with selected data bind to dropdown list.
How should i do that and in which event it is possible.
(for reference follow below link
http://www.codeproject.com/Articles/20047/Editable-Nested-GridView-All-in-One)
Regards,
Satej
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,482
Members
44,900
Latest member
Nell636132

Latest Threads

Top