Hi,
I'm looking for the edit mode width setting for numeric columns.......the my edit mode numeric columns are much wider than needed. The following is my code.
I'm looking for the edit mode width setting for numeric columns.......the my edit mode numeric columns are much wider than needed. The following is my code.
<telerik:GridNumericColumn DecimalDigits="2"
FilterControlAltText="Filter SalesLinePressure column"
HeaderText="Sales Line Pressure (psig)" UniqueName="SalesLinePressure" DataField="Sales_Line_Pressure" FilterControlWidth="20px" >
<HeaderStyle Width="50px" />
<ItemStyle Width="50px" />
<FooterStyle Width="50px" />
</telerik:GridNumericColumn>
thanks,
Minh Bui