View Full Version : Table to Grid header issue
alek_mc
18 Jun 2007, 11:53 PM
When useing the TabledGrid from the doc examples in an application I am making, I discovered that if I use spaces in my table headers; for instance <th>follow up</th>, ext will have a hard time and not understand where one column ends and another begins. using   does not help either, but _ does.
cluettr
26 Jun 2007, 10:02 AM
I get this same issue with or without spaces...
onlysimchas
6 Nov 2007, 11:15 AM
Try this:
_grid.on('columnresize', function () { _grid.getView().refresh(true);});
Powered by vBulletin® Version 4.1.5 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.