[CLOSED] GridPanel RowExpander Plugin

  1. #1

    [CLOSED] GridPanel RowExpander Plugin

    Quick question, anyway to automatically make the rows expanded instead of collapsed? Want it to be collapsed for administrators and expanded for the public.

    Cheers,
    Timothy
  2. #2

    RE: [CLOSED] GridPanel RowExpander Plugin

    Hi Timothy,

    I added CollapsedByDefault property for RowExpander. Now if CollapsedByDefault=false then all rows will be expanded
    And please clean cache of your browser because many changes in js files


  3. #3

    RE: [CLOSED] GridPanel RowExpander Plugin

    Awesome vlad ;)

    Cheers,
    Timothy
  4. #4

    RE: [CLOSED] GridPanel RowExpander Plugin

    FYI, the RowExpander "CollapsedByDefault" property has been renamed to just "Collapsed". The default value is Collapsed="true".

    To have the rows expanded when rendered, please set Collapsed="false".

    Example

    <ext:RowExpander runat="server" Collapsed="false">
    Hope this helps.

    Geoffrey McGill
    Founder

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. [CLOSED] Locking Grid with RowExpander plugin
    By leon_tang in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Feb 23, 2011, 2:37 PM
  3. Replies: 4
    Last Post: Jan 28, 2011, 9:55 AM
  4. Replies: 3
    Last Post: Dec 15, 2010, 12:55 PM
  5. Replies: 1
    Last Post: Mar 09, 2010, 2:57 PM

Posting Permissions