[CLOSED] binding checkbox selection model

  1. #1

    [CLOSED] binding checkbox selection model

    I've the same problem as the following thread, but there seem to be no answer....and I can't find anything from our friend google.

    http://forums.ext.net/showthread.php...election-model

    Anyone knows if this is possible and how to do that?
    Last edited by Daniil; Jul 16, 2012 at 9:44 PM. Reason: [CLOSED]
  2. #2
    Hi,

    Please clarify what "binding selection model" does mean?

    Setting up the initial selection?

    If yes, please populate the SelectedRows collection.
    https://examples2.ext.net/#/GridPane...box_Selection/
  3. #3
    Thanks... i've taken a look at the example but it sets the selection manually in code. what i'm referring to is that: is it possible to bind a field (a boolean field) of a model from a store to the checkbox status?

    i'm making this up, but something similar to:

    
     <ext:CheckboxSelectionModel ID="myID" runat="server" Mode="Multi"  DataIndex="FIELD_TO_BIND_TO"/>
  4. #4
    Unfortunately, there is no such functionality.

    I would set up a Store Load listener analyzing the just loaded records and select them if needed using the selection model API.

Similar Threads

  1. Replies: 2
    Last Post: Aug 09, 2011, 10:38 AM
  2. binding checkbox selection model
    By VipulTyagi in forum 1.x Help
    Replies: 2
    Last Post: Apr 07, 2011, 11:36 AM
  3. [CLOSED] checkbox selection model
    By majestic in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Nov 24, 2010, 1:22 PM
  4. Replies: 4
    Last Post: Oct 06, 2010, 9:08 AM
  5. Checkbox selection model + getRowsValues
    By Birgit in forum 1.x Help
    Replies: 10
    Last Post: Sep 06, 2010, 5:12 PM

Tags for this Thread

Posting Permissions