Gridpanel View element

  1. #1

    Gridpanel View element



    In the gridpanel control, there are several elements in the schema.

    for example:

    <ext:GridPanel ID="GridPanel2" runat="server" >
    <AjaxEvents></AjaxEvents>
    <AutoLoad></AutoLoad>
       .....
    <View></View>
    </ext:GridPanel>
    Gridpanel always works without using view element. My question is when to use View element? What exactly is this?
  2. #2

    RE: Gridpanel View element

    Hi Hari,

    Correct, you do not need to configure the <View> inner property.


    The docs for the GridView should help provide more information regarding its functionality, see


    http://www.extjs.com/deploy/dev/docs....grid.GridView


    Basically...


    This class [GridView] encapsulates the user interface of an Ext.grid.GridPanel.

    Hope this helps.


    Geoffrey McGill
    Founder
  3. #3

    RE: Gridpanel View element

    Thank you

Similar Threads

  1. Replies: 2
    Last Post: Apr 25, 2012, 1:11 PM
  2. Replies: 1
    Last Post: Feb 01, 2012, 2:35 PM
  3. Replies: 2
    Last Post: Jan 10, 2012, 6:35 AM
  4. Replies: 8
    Last Post: Jun 11, 2008, 9:58 AM

Posting Permissions