1、Coolite V0.82 

   GridPanel.getSelectionModel().selectRow(0);                    

 2、Ext.Net V1.0

   RowSelectionModel sm = GridPanel.SelectionModel.Primary as RowSelectionModel;

   sm.SelectedRows.Add(new SelectedRow(0));

相关文章:

  • 2022-02-08
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-28
  • 2021-08-23
猜你喜欢
  • 2021-10-21
  • 2022-01-03
  • 2022-12-23
  • 2021-12-10
  • 2021-07-13
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案