Categories | Question details Back To List | ||
:: DHX Grid :: Design Glitch Hi, Why I am getting following design glitch in Grid ? Image Link: http://img520.imageshack.us/img520/921/gridalignmentdesignglitcy0.jpg Answer posted on Jan 23, 2009 03:38 Most probably caused by custom css rules assigned to the grid. If you have created a custom skin - be sure that TH elements in both header and footer have equal padding|margin values Also, similar issue can occurs if you init code miss setInitWidths command, or any other code which sets column sizes. |