[CLOSED] GridPanel RowExpander Plugin

  1. #1

    [CLOSED] GridPanel RowExpander Plugin

    In older v1.x I have a grid with a rowExpander plugin with property Hidden="true" but in v2.x hidden property doesn't exists.
    If I set Visible="false" I think it doesn't render and I have an error.


    Class: Ext.Net.InitScriptFilter
    Method: Transform
    Message: ItemTag validation (_tkn_25): Reference token (MainContent_ctlPersonas_gridErrores_ClientInit) was not found.
    I need hidden property to show or hide the plugin.

    How I have to perform this now?
    Last edited by Daniil; Aug 21, 2012 at 10:28 AM. Reason: [CLOSED]
  2. #2
    I suggest to add the following listener to the grid to hide row expander
    <AfterRender Handler="this.headerCt.getHeaderAtIndex(0).hide();" />
    To show
    App.GridPanel1.headerCt.getHeaderAtIndex(0).show();
  3. #3
    It works thanks!

Similar Threads

  1. [CLOSED] RowExpander Plugin for Grid
    By craig2005 in forum 1.x Legacy Premium Help
    Replies: 16
    Last Post: Jul 14, 2011, 2:48 PM
  2. Replies: 4
    Last Post: Jan 28, 2011, 9:55 AM
  3. Replies: 3
    Last Post: Dec 15, 2010, 12:55 PM
  4. Replies: 1
    Last Post: Mar 09, 2010, 2:57 PM
  5. [CLOSED] GridPanel RowExpander Plugin
    By Timothy in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Sep 12, 2008, 7:10 PM

Tags for this Thread

Posting Permissions