Categories | Question details Back To List | ||
Grid When i take grid using xslt there is gap between header and rows of the grid. The gap is very big even there is single record in grid. if you hv soln please inform me. Answer posted by Support on May 07, 2008 02:15 The problem may be caused by incorrect grid size detection ( it may be caused by initializing grid in moment when surrounding HTML containers not fully rendered yet ) Actually the latest version must not cause such problem anymore, but if it occurs for you - please try to add next line after loading data in grid window.setTimeout(function(){ mygrid.setSizes(); // this command must normalize view },1) If problem still occurs for you - please send any kind of sample where problem can be reconstructed to support@dhtmlx.com |