Click here to Skip to main content
15,897,891 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,,
I am using nested gridview with each parent record has a child gridview, I am able to make the footer row[using for data insertion] visible in the child grid, on clicking add button in the parent row, in button click event. But it raises a postback, this is not desired, I want to do the same using javascript client click event.In the sense, on clicking add button in the parent row, I want to show footer template row in the child grid for data insertion, clicking cancel button in the footer row, the child footer row has to be hidden.

I am using the 'AllInOne' gridview presented as an article in code project.

here it is:Editable Nested GridView (All-in-One)[^]

Thank you.........
Posted
Updated 13-Mar-13 22:42pm
v5

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