-
31 May 2009 10:40 PM #1
[2.2] Grid body doesnt align with Header
[2.2] Grid body doesnt align with Header
Hi All,
I am facing an alignment issue in EditorGridPanel wherein the body cells are not aligned perfectly with the headers. The deviation increases as we scroll more to the right. is there a patch for the same?
Problem occurs in FF3. In IE its fine.
Please Help.
See attachment.Last edited by sam_sant2005; 31 May 2009 at 10:43 PM. Reason: Problem occurs in FF3 only
-
1 Jun 2009 12:29 AM #2
Looks like you are using a UX, and not the standard Ext Grid. You should post on the UX thread.
Search the forum: http://www.google.com/coop/cse?cx=01...%3Az7of1ufqccu
Read the docs too: http://extjs.com/deploy/dev/docs/
Scope: http://extjs.com/forum/showthread.ph...642#post257642
-
1 Jun 2009 1:25 AM #3
Here is the code for the grid i used. I dont think it is UX. It is the std grid itself.
(Column Model used is Ext.grid.CheckboxSelectionModel())
Code://*************************Grid to Display the Evaluation Criteria and Total Mark****************************** ssk_mainEvalUsersGrid = new Ext.grid.EditorGridPanel({ store: evalListStore, title: 'Evaluation Criteria', cm: ssk_main_eval_grid_cm, sm: ssk_main_particulars_chkbx, stripeRows: true, height:250, //autoExpandColumn:'autoParticulars', width:170 }); //************************************************************************************************************* //************************Grid to Display the Users and their Marks******************************************** ssk_evalUsersGrid = new Ext.grid.EditorGridPanel({ store: evalListStore, title: 'Marks', columns: arryHeader, sm: ssk_particulars_chkbx, clicksToEdit: 1, stripeRows: true, height:250, autoWidth:true }); //*************************************************************************************************************
PS: To make the grid column lines clear (to show the bug here) I have drawn a black vertical line over each vertical line.
Please help.
-
1 Jun 2009 1:41 AM #4
You are using the locking column extension?
Search the forum: http://www.google.com/coop/cse?cx=01...%3Az7of1ufqccu
Read the docs too: http://extjs.com/deploy/dev/docs/
Scope: http://extjs.com/forum/showthread.ph...642#post257642
-
1 Jun 2009 1:52 AM #5
-
1 Jun 2009 4:53 AM #6
How do you get that small horizontal scrollbar then?
Search the forum: http://www.google.com/coop/cse?cx=01...%3Az7of1ufqccu
Read the docs too: http://extjs.com/deploy/dev/docs/
Scope: http://extjs.com/forum/showthread.ph...642#post257642
-
1 Jun 2009 9:47 PM #7
-
1 Jun 2009 11:38 PM #8
There was an issue with this in a previous version.
I don't know if the very latest released 2.2.? has the fix in it. But I think there is a new 2.2 release due out in a matter of hours.Search the forum: http://www.google.com/coop/cse?cx=01...%3Az7of1ufqccu
Read the docs too: http://extjs.com/deploy/dev/docs/
Scope: http://extjs.com/forum/showthread.ph...642#post257642


Reply With Quote