Hi there;
I have a grid with column definitions similar to the following:
<
telerik:GridNumericColumn
UniqueName
=
"R1"
Visible
=
"true"
ReadOnly
=
"false"
HeaderText
=
"Q1"
DataField
=
"R1"
DataFormatString
=
"{0:0}%"
HeaderStyle-CssClass
=
"EntryColumn"
ItemStyle-CssClass
=
"EntryColumn"
/>
The EntryColumn class just has a simple width:30px definition, with nothing else.
The grid respects the column width until I add the Command Bar display - with that on, it reverts to just showing the columns in the default width. I can fix it using ItemStyle-Width, but I'd rather use a class definition as I have several of these types of grids scattered throughout the app.
Anybody know what I'm doing wrong?
Thanks,
Jason