hi there i want to find the id of RadGrid from an JS file, how to do this?
previously this code was working fine from aspx
var grid = window["<%= gv1.ClientID %>"];
var rowobj = grid.MasterTableView.Rows[cnt];
var obj = grid.MasterTableView.GetCellByColumnUniqueName(rowobj, "Values");
but the same not working from js file, please tell me how to resolve this problem?
previously this code was working fine from aspx
var grid = window["<%= gv1.ClientID %>"];
var rowobj = grid.MasterTableView.Rows[cnt];
var obj = grid.MasterTableView.GetCellByColumnUniqueName(rowobj, "Values");
but the same not working from js file, please tell me how to resolve this problem?