-
5 Feb 2007 2:26 PM #1
Is it a bug with 0.33v (2 grid in same page)?
Is it a bug with 0.33v (2 grid in same page)?
Hi I have testgrid.aspx http://169.158.227.98/test/initapp.aspx here the grid appear ok (all columns with your data), in the toolbar of grid, the button Find show a layoutdialog, when it appear some data in the columns of grid disappear, what is wrong. is that a bug?
How I can do a repaint o refresh of grid?
why the don't appear right the title (close button) in the layoutdialog?
kind regards
Frank
-
5 Feb 2007 5:22 PM #2
Open the grid.css and you would see a number of definitions like
Make these specific to your grids for as many cols you have for each different grid on your pageCode:.ygrid-col-0{ } .ygrid-col-N{ }
so on for the no of cols you haveCode:#gridid1 .ygrid-col-0{ } #gridid2 .ygrid-col-0{ }
I hope this would solve the problem[/i][/code]
-
6 Feb 2007 5:48 AM #3
Thanks did that and fixed the trouble.
kind regards
Frank
Similar Threads
-
Please Help...Multiple grid on the same page
By khanh3m in forum Ext 1.x: Help & DiscussionReplies: 4Last Post: 1 Aug 2012, 7:56 PM -
Page Down and Page Up for Grid Rows Navigation?
By dewd in forum Ext 2.x: Help & DiscussionReplies: 2Last Post: 19 Feb 2007, 10:46 AM -
How to implement page navigtion in Grid
By dasara in forum Ext 1.x: Help & DiscussionReplies: 8Last Post: 13 Jan 2007, 8:38 AM -
one Editor Grid + one PropsGrid in one Page
By hata1234 in forum Ext 1.x: Help & DiscussionReplies: 2Last Post: 24 Nov 2006, 11:22 AM



Reply With Quote