[CLOSED] Add GridPanel inside Portlet

  1. #1

    [CLOSED] Add GridPanel inside Portlet

    Hi,

    We want to add gridpanel or dataview inside Portlet.
    Is it possible? If Yes please provide us sample code

    Addition to this we want to use row render plug-in for gridpanel and display html content on expansion of row. Is it possible?


    Regards
    YobNet team
  2. #2

    RE: [CLOSED] Add GridPanel inside Portlet

    Hi,

    Portlet is Panel's inheritor therefore just put grid inside Items or Content of the Portlet

    <ext:Portlet runat="server" Layout="Fit">    <Items>
                <ext:GridPanel ...



    Addition to this we want to use row render plug-in for gridpanel and display html content on expansion of row. Is it possible?
    Do you mean RowExpander? If yes then there are examples how to put html to the expanded body
    https://examples1.ext.net/#/GridPane...xpander_Local/
    https://examples1.ext.net/#/GridPane...pander_Remote/


    If you work with 1.0 version then see new examples in SVN
    Ext.Net.Examples\Examples\GridPanel\RowExpander\




  3. #3

    RE: [CLOSED] Add GridPanel inside Portlet

    we got the solution

    thanks

Similar Threads

  1. Replies: 7
    Last Post: Jan 29, 2013, 11:59 AM
  2. Replies: 5
    Last Post: Apr 28, 2012, 5:21 AM
  3. Replies: 2
    Last Post: Apr 13, 2010, 7:14 AM
  4. Replies: 4
    Last Post: Apr 08, 2010, 8:05 PM
  5. [CLOSED] How to adjust padding around panel inside portlet?
    By iansriley in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Mar 10, 2009, 3:30 PM

Posting Permissions