[CLOSED] CheckboxSelectionModel

  1. #1

    [CLOSED] CheckboxSelectionModel

    Hi
    I have CheckboxSelectionModel.
    How can I uncheck checkboxes through AjaxEvents?

    Vlad
  2. #2

    RE: [CLOSED] CheckboxSelectionModel

    Hi,


    You need modify SelectedRows collection for CheckboxSelectionModel (for example, if you need uncheck particular row then remove it from SelectedRows) and call UpdateSelection. If you need uncheck all then clear SelectedRows collection and call UpdateSelection


    See https://examples1.ext.net/#/GridPane...Row_Selection/


Similar Threads

  1. [CLOSED] CheckboxSelectionModel
    By webppl in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Apr 05, 2011, 5:44 AM
  2. [CLOSED] CheckBoxSelectionModel
    By Vasudhaika in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Feb 15, 2011, 5:04 AM
  3. [CLOSED] CheckboxSelectionModel help needed
    By jwaite in forum 1.x Legacy Premium Help
    Replies: 8
    Last Post: Feb 08, 2010, 11:08 AM
  4. [CLOSED] CheckboxSelectionModel isn't refreshed!
    By gokcemutlu in forum 1.x Legacy Premium Help
    Replies: 6
    Last Post: Sep 11, 2009, 11:51 AM
  5. [CLOSED] CheckBoxSelectionModel
    By Timothy in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Apr 27, 2009, 5:12 PM

Posting Permissions