Hi,
I have a advanced datagrid and displying the 10 records. but when loading the data, the first record should be selected. Can you please help me how to do it.
Thanks, Ravi
Hi,
I have a advanced datagrid and displying the 10 records. but when loading the data, the first record should be selected. Can you please help me how to do it.
Thanks, Ravi
If the dataProvider
is updated dynamically, just call grid.selectedIndex = 0;
after updating it. Otherwise, call it from the creationComplete
handler.