[CLOSED] Editor field of grid panel position issue when click on that

  1. #1

    [CLOSED] Editor field of grid panel position issue when click on that

    I have two grid panel inside one view port when i close second grid and click editor of first grid than its position
    move out from grid
    code is

    <ext:Viewport ID="projectViewport" runat="server" Layout="BorderLayout"  >
                <Items>
                <ext:GridPanel
                ID="ProjectListGridPanel"
                runat="server" EnableColumnResize="True"
                BodyStyle="userCss"
                Frame="False" StoreID="StoreProjectGrid" ColumnLines="True" Flex="1" Region="Center" AutoScroll="True"
                Cls="x-grid-custom" Layout="FitLayout" >               
                <ColumnModel ID="projectGridColModel" runat="server">
                    <Columns>
                    // dynamic column bind
                    </Columns>
                </ColumnModel>
                <ViewConfig>
                    <GetRowClass Fn="getRowClass"></GetRowClass>
                </ViewConfig>
                <View>
                    <ext:GridView ID="gvProjectGridView" runat="server"  />
                </View>
            </ext:GridPanel>
                        
                <ext:GridPanel ID="ProjectItemGridPanel" Region="South" ColumnLines="True" Split="True" Collapsible="False" StoreID="StoreProjectItems"
                    BodyStyle="userCss" Cls="x-grid-custom" runat="server"  EnableColumnResize="True" >             
                    <ColumnModel>
                        <Columns>
                            <ext:Column ID="colItemType" runat="server" Filterable="false" MenuDisabled="True" Sortable="true" Width="80" Text="Item Type" ToolTip="Item Type" Hideable="False" Groupable="false" DataIndex="ItemType">
                            </ext:Column>
                            <ext:Column ID="colItemNumber" runat="server" Filterable="false" Align="Right" MenuDisabled="True" Sortable="true" Width="60" Text="#" ToolTip="Item Type" Hideable="False" Groupable="false" DataIndex="ItemNumber">
                            </ext:Column> 
                            </ext:Column>
                        </Columns>
                    </ColumnModel>
                </ext:GridPanel> 
            </ext:Viewport>
    No problem when both grid open
    Click image for larger version. 

Name:	editorissue1.PNG 
Views:	6 
Size:	77.2 KB 
ID:	23331

    after closing second grid then problem is Attachment 23341Click image for larger version. 

Name:	editorissue2.png 
Views:	3 
Size:	61.6 KB 
ID:	23351
    Last edited by Daniil; Aug 26, 2015 at 7:26 AM. Reason: [CLOSED]
  2. #2
    Hi @aditya,

    Moved from the Help forum.

    It looks like we missed your question. Being a premium member, please post in Premium forums. Then we won't miss it.

    Though, you were not a premium member when you asked it.

    Anyways, could you, please, clarify the question is still actual or we can close the thread?
    Last edited by Daniil; Aug 26, 2015 at 7:27 AM.

Similar Threads

  1. Replies: 2
    Last Post: Jul 02, 2013, 7:01 AM
  2. [CLOSED] Trigger Field Control in Grid Panel Editor
    By speedstepmem3 in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Aug 29, 2011, 12:45 PM
  3. Replies: 2
    Last Post: Feb 21, 2011, 5:22 AM
  4. Replies: 3
    Last Post: Sep 13, 2010, 4:13 PM
  5. Grid Panel SetValue of editor field
    By domibo in forum 1.x Help
    Replies: 0
    Last Post: Sep 23, 2009, 10:35 AM

Posting Permissions