I have used textbox,label in all GridTemplateColumn's EditItemTemplate. I am unable to get the id of those controls when trying it in jquery.
I tried this method too.
I tried this method too.
var
grid = $find(
"<%=Grid1.ClientID %>"
);
var
masterTable = grid.get_masterTableView();
var
row = masterTable.get_dataItems();
var
button = row.findElement(
"controlname"
);
But I couldn't get the ID.
If the Grid is in ICGRadAjaxManager's updated control, will the above code work?
Thanks in advance
Vijay.