how to hide/display CheckboxSelection column in GridPanel.

  1. #1

    how to hide/display CheckboxSelection column in GridPanel.

    Hi Geoffrey,

    I have Gridpanel contains list of records with CheckBoxSelection column.

    Here when i login as user i need hide checkbox selection model in grid.
    If i login as Admin i need to display checkbox selection model to authorize selected records.

    Is it possible? ..plz suggest me.

    if you have any this kind of example plz give me link.

    Thanks and Regards,
    Satya



  2. #2

    RE: how to hide/display CheckboxSelection column in GridPanel.

    Hi,

    If you need to hide check column then add the following listener to the grid
    <Render Handler="GridPanel1.getColumnModel().setHidden(0, true)"/>

    If you need disable selection then use DisableSelection property of a grid
  3. #3

    RE: how to hide/display CheckboxSelection column in GridPanel.

    Thank you for your very quick reply.

Similar Threads

  1. [CLOSED] Hide GridPanel Column
    By smart+ in forum 1.x Legacy Premium Help
    Replies: 5
    Last Post: Dec 02, 2010, 5:45 PM
  2. [CLOSED] Gridpanel column hide
    By majestic in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Jul 22, 2010, 4:04 PM
  3. [CLOSED] [1.0] - GridPanel Column unable to Hide column
    By drkoh in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Jul 01, 2010, 5:37 PM
  4. gridpanel: hide column header
    By pintun in forum 1.x Help
    Replies: 2
    Last Post: Sep 23, 2009, 11:53 AM
  5. Replies: 2
    Last Post: Jan 06, 2009, 8:13 PM

Posting Permissions