I have specified the width os some columns in my grid using the ItemStyle-Width property.
But when i click the edit button the columns expand and do not take the size I have specified.
I have 3 numeric columns and I want their size to be very small even in edit mode so that my text columns can have more space.
But when i click the edit button the columns expand and do not take the size I have specified.
I have 3 numeric columns and I want their size to be very small even in edit mode so that my text columns can have more space.
<
telerik:GridBoundColumn DataField="GateLength" HeaderText="Gate Length" SortExpression="GateLength"
UniqueName="GateLength" ItemStyle-Width="50px" >
</telerik:GridBoundColumn>