I use a ldap to populate my cfgrid. Therefore, I do not use any cfcolumns
within the cfgrid. How would I adjust the widths of the columns to fit my data.
Ex. User ID is jschmoe, First name is Joe, Last name is Schmoe, and E-mail
addr. is
joe.schmoe@hotmail.com
What happens is when I adjust the width of the cfgrid, everything says the
same width, like the User ID column is the same width as the E-mail addr.
column. So I have to make the grid wide enough so the E-mail addr. doesn't get
cut off.
How do you set the column widths equal to the data in the cfgrid?
Heres my code:
<cfgrid format="flash" name="data2" query="results" height="250"
rowheaders="no" enabled="yes" griddataalign="left" autowidth="no">
</cfgrid>
Posts: n/a