Hello Sonu
Thanks for your reply !! But I have seen this sample code given in one of your blog site .I am not sure how the above peice of code will help me because with this I need to iterate through all the rows of the gridview .
What I am actually looking for is if I have rowIndex with me then how can I access all the fields for that given row . I have used other code mentioned again in one of your blog site :-
var index = 3;
var items = adcControl.get_items()[index];
items.findControl("Your Control");
I am wondering why this code doesnt work with gridview wherein for index I can pass rowIndex (index of currently selected row) .