[CLOSED] How add Check All option to CheckColumn field

  1. #1

    [CLOSED] How add Check All option to CheckColumn field

    Hi,

    Can we add 'Check All' option to CheckColumn field of grid field.
    like checkbox selectionion model.

    plz give any example.


  2. #2

    RE: [CLOSED] How add Check All option to CheckColumn field

    Please post your technical support questions in the Premium Help forums.

    EDIT: Moved thread to Premium Forums from Open Discussions.
    Geoffrey McGill
    Founder
  3. #3

    RE: [CLOSED] How add Check All option to CheckColumn field

    Hi,

    The simple column (including CheckColumn) doesn't support to put controls inside header (text only). Therefore I can suggest to create second header row and put checkbox to that row
    https://examples1.ext.net/#/GridPane...ader/Overview/

    To select/deselect all checkboxes in the column
       Store1.each(function(record){
            record.set('CheckColumnDataIndex', true); // or false to deselect
       });

Similar Threads

  1. [CLOSED] Set inputvalue of check box field
    By T3rryChan in forum 2.x Legacy Premium Help
    Replies: 3
    Last Post: Apr 25, 2012, 5:41 PM
  2. [CLOSED] How to trigger check on a CheckColumn column of a gridpanel
    By SymSure in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: May 18, 2011, 11:53 AM
  3. [CLOSED] Drop down Field | Check Box Group
    By amitpareek in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Feb 19, 2011, 10:42 AM
  4. [CLOSED] How to set CheckColumn is single check in GridPanel?
    By pumpkin in forum 1.x Legacy Premium Help
    Replies: 10
    Last Post: Nov 05, 2010, 10:22 AM
  5. Replies: 2
    Last Post: Mar 21, 2010, 1:18 PM

Posting Permissions