How to get cell width
Im currently rendering the contents of a ActiveWidgets Grid to an HTML table for our users to print out.
To set the column widths i set include the style tag like follows
<style>
.active-column-0 {width:XXpx}
</style>
... however, when looping through my grid to convert it to HTML, I want to check the column widths (because if its set to 0 then I dont want to render that column in the HTML table).
Can someone point out the syntax for getting the column width of a cell? (i use both version 1 & 2 of the grid).
Thanks in advance
To set the column widths i set include the style tag like follows
<style>
.active-column-0 {width:XXpx}
</style>
... however, when looping through my grid to convert it to HTML, I want to check the column widths (because if its set to 0 then I dont want to render that column in the HTML table).
Can someone point out the syntax for getting the column width of a cell? (i use both version 1 & 2 of the grid).
Thanks in advance
BConnor
November 11,