PDA

View Full Version : Is it a bug with 0.33v (2 grid in same page)?



franklt69
5 Feb 2007, 2:26 PM
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

mikegiddens
5 Feb 2007, 5:22 PM
Open the grid.css and you would see a number of definitions like


.ygrid-col-0{
}
.ygrid-col-N{
}


Make these specific to your grids for as many cols you have for each different grid on your page



#gridid1 .ygrid-col-0{
}
#gridid2 .ygrid-col-0{
}


so on for the no of cols you have


I hope this would solve the problem[/i][/code]

franklt69
6 Feb 2007, 5:48 AM
Thanks did that and fixed the trouble.

kind regards
Frank