-
5 Dec 2006 7:35 AM #1
two grids in one page
two grids in one page
I used two grids in one dialog and here is the code.
when I'm trying to resize the column in one grid,I find the other grid is influenced.It is also resizing.Code:<div id="hello-dlg" style="visibility:hidden;position:absolute;top:0px;"> <div class="ydlg-hd">hello</div> <div class="ydlg-bd"> <div class="ydlg-tab" title="IBOSS"> <div id="local-grid" class="ygrid-vista" style="border: 1px solid #cccccc; overflow: hidden; width: 260px; height: 250px;margin: 8px 2px 2px 4px;float:left;"></div> <div id="remote-grid" class="ygrid-vista" style="border: 1px solid #cccccc; overflow: hidden; width: 315px; height: 250px;margin: 8px 2px 2px 2px;float:left;"></div> </div> </div> </div>
How can I solve this problem?thanks for reply.
-
5 Dec 2006 7:40 AM #2
Do a search on multiple grids - this has been discussed many times.
Tim Ryan
Read BEFORE posting a question / BEFORE posting a Bug
Use Google to Search - API / Forum
API Doc (4.x | 3.x | 2.x | 1.x) / FAQ / 1.x->2.x Migration Guide / 2.x->3.x Migration Guide
Similar Threads
-
Problem with column width with multiple grids on a page
By SLerman in forum Ext 1.x: Help & DiscussionReplies: 3Last Post: 28 Feb 2007, 8:22 AM -
2 Grids in one page, the widths of the columns were adjusted
By davy_wei in forum Ext 1.x: Help & DiscussionReplies: 1Last Post: 15 Jan 2007, 9:55 AM -
Multiple Grids on a Page, Column Adjust Problem?
By rooster in forum Ext 1.x: Help & DiscussionReplies: 1Last Post: 8 Jan 2007, 1:42 PM -
two grids in a page.
By fabio.hisamoto in forum Ext 1.x: BugsReplies: 5Last Post: 5 Jan 2007, 9:20 AM -
Two grids in the same page
By pje in forum Ext 1.x: BugsReplies: 3Last Post: 28 Sep 2006, 10:00 AM


Reply With Quote