Hi,
I've created some numeric column and tried various ways to make the field smaller....I'm unable to accomplish regardless of the item, header, and footer width change...this happens for all of the numeric field. please help.
I've created some numeric column and tried various ways to make the field smaller....I'm unable to accomplish regardless of the item, header, and footer width change...this happens for all of the numeric field. please help.
<
telerik:GridNumericColumn DecimalDigits="2"
FilterControlAltText="Filter ShutInPressure column"
HeaderText="Shut In Pressure (psig)" UniqueName="ShutInPressure" DataField="Shut_In_Pressure">
<HeaderStyle Width="50px" />
<ItemStyle Width="50px" />
<FooterStyle Width="50px" />
</telerik:GridNumericColumn>
(view attached)