[CLOSED] Checking the headercheck box of one grid, on checking the header check box of a different grid.

  1. #1

    [CLOSED] Checking the headercheck box of one grid, on checking the header check box of a different grid.

    I have a requirement, in which I have two grids with checkbox selection model. On checking the header checkbox of the first grid, i want the header check box of the next grid to be automatically checked. How do I do that. Please reply ASAP.
    Last edited by Daniil; May 16, 2015 at 7:38 AM. Reason: [CLOSED]
  2. #2
    Hi @arjunrvasisht,

    You can select all rows by
    grid.getSelectionModel().selectAll();
    The header checkbox will be checked automatically.

Similar Threads

  1. [CLOSED] Checking the header checkbox automatically.
    By arjunrvasisht in forum 2.x Legacy Premium Help
    Replies: 1
    Last Post: May 06, 2015, 3:52 PM
  2. Dynamic checking in a CheckboxSelectionModel.
    By abelvn in forum 1.x Help
    Replies: 2
    Last Post: May 24, 2012, 7:58 PM
  3. Replies: 2
    Last Post: May 04, 2012, 1:51 PM
  4. [CLOSED] checking a grid checkbox with the spacebar
    By SymSure in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Jun 06, 2011, 5:46 PM
  5. Checking grid panel items
    By ranganath in forum 1.x Help
    Replies: 0
    Last Post: May 19, 2009, 5:54 AM

Tags for this Thread

Posting Permissions