[CLOSED] How to check the items in the GridPanel

Page 2 of 2 FirstFirst 12
  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.
  2. #12
    Hello Mauricio!

    Thanks for sharing the solution the way it worked for you!

    Just for the record, you didn't wrap the code block around [code][/code] tags in your last two posts here, so I've just edited them to add the tags (it's much nicer for reading the code).
    Fabrício Murta
    Developer & Support Expert
Page 2 of 2 FirstFirst 12

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