I look at your example Order management and I would like to know how it build the grid header ? it's on the fly ? the same grid object is reuse everywhere
but if it use the name from the db header how can it make the name apear correcly because the db header does't match the grid header.
if it build the grid header on the fly how to ajust the width of the header uppon the text lengh, in your example it seem that the size is not set.
I look at the GridEditor.js but does't see anything it is _buildROws function ?
vbnet code
xui.ComFactory.newCom("App.GridEditor", function(){ ns.mainPane.append(this); }, threadid, { objectName:'customers', objectForm:'App.customer' });