I am rendering my grid on pre-render... i am writing this code on selected index change event of my radiobutton within the gridview...after the grid has been renedered if I select "Yes" for the radiobutton I want to show the child row of the gridview and
if we select "No" I want to hide the gridview row... I have the value of the child control column... Now i want to loop through the gridview rows and columns and match that value and return the rowIndex so i can hide the entire row of gridview...
asp.netUser
Member
15 Points
184 Posts
Re: whats wrong with my code?
May 01, 2012 08:47 AM|LINK
I am rendering my grid on pre-render... i am writing this code on selected index change event of my radiobutton within the gridview...after the grid has been renedered if I select "Yes" for the radiobutton I want to show the child row of the gridview and if we select "No" I want to hide the gridview row... I have the value of the child control column... Now i want to loop through the gridview rows and columns and match that value and return the rowIndex so i can hide the entire row of gridview...