开发者

first record should be selected when loading the data in advance datagrid

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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜