This question is locked. New answers and comments are not allowed.
Hi telerik,
Thanks for providing such beatuful control. I have aleady use your silvelight controls. Now I am using MVC3 controls.
In this I faced one problem while selecting first row bydefault when data loads in grid or when page size and page index changed. I saw yor demo but in that there are two grids. But in my scenario only one grid is there.
In your demo iteself on page chaned first row is not selected.
I used CompletedBinders_OnDataBound this events to fulfil my requirement like but this code fails in Safari browser(issue is grids lading symbol appear as loading always the issue is
Please give me other work arount to select first row default in any state.
Please help me out.
thanks,
Ganesh
Thanks for providing such beatuful control. I have aleady use your silvelight controls. Now I am using MVC3 controls.
In this I faced one problem while selecting first row bydefault when data loads in grid or when page size and page index changed. I saw yor demo but in that there are two grids. But in my scenario only one grid is there.
In your demo iteself on page chaned first row is not selected.
I used CompletedBinders_OnDataBound this events to fulfil my requirement like but this code fails in Safari browser(issue is grids lading symbol appear as loading always the issue is
$('#CompletedBinders').data('tGrid').$rows()[0].click(); this statemet.
function CompletedBinders_OnDataBound(e) {
var selected = $("#tabs").tabs("option", "selected");
if (selected == 0) {
$('#grid).data('tGrid').$rows()[0].click();
}
Please give me other work arount to select first row default in any state.
Please help me out.
thanks,
Ganesh