[CLOSED] How to check the items in the GridPanel

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #11
    Hi Fabricio

    my final solution ...

    GridPanel1.GetSelectionModel().ClearSelection();
    
    DataTable theDatatable = SQL
    
    foreach DataRow theDataRow in DataTable.rows
    {
       GridPanel1.GetSelectionModel().Select((object)theDataRow["ID"].ToString(), true);
    }
    Please close the thread.

    Thank you for your help!

    Saludos
    Mauricio
    Last edited by fabricio.murta; Dec 12, 2017 at 9:17 AM. Reason: Wrap code in [code][/code] tags.

Similar Threads

  1. Replies: 3
    Last Post: Dec 22, 2014, 4:05 PM
  2. [CLOSED] check all MultiCombo items from javascript
    By prost in forum 2.x Legacy Premium Help
    Replies: 4
    Last Post: Apr 15, 2013, 11:55 AM
  3. [CLOSED] How to check some items in GridPanel? Thanks in advance
    By egvt in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: Jul 30, 2012, 4:57 PM
  4. How we can check Duplicate entries in Gridpanel?
    By NishaLijo in forum 1.x Help
    Replies: 3
    Last Post: Jun 03, 2011, 9:57 AM
  5. Replies: 2
    Last Post: Mar 21, 2010, 1:18 PM

Posting Permissions