I am accustomed to setting up the grid parameters by parameter, like this:
fieldsGrid.setInitWidths(“90,18,18,60,*”);
fieldsGrid.setColAlign(“left,center,center,center,left”);
fieldsGrid.setColTypes (“acheck,ro,ed,ed,clist”);
This has always worked fine. But now, for one of my grids, it would work better if I did it by column instead. Something like:
Column 0(setInitWidths,1;setColAlign,left;setColTypes,acheck);
I know this isn’t correct, of course. But I’m thinking that I have seen how to do this somewhere in the documentation, but can’t find it now that I need it.
Can this be done? Can you point me in the right direction?
Thanks.