I cannot change the Grid...Controls textbox widths. I want to limit the below textbox to 8 characters. Especially limit the associated Filter textbox for this control. The default group headings are much larger than required.
Thanks for the assistance.
Thanks for the assistance.
<
telerik:GridNumericColumn AllowFiltering="true" AllowSorting="true"
AutoPostBackOnFilter="true" DataField="Miles" DataFormatString="{0:N0}"
DataType="System.Int32" Groupable="true" HeaderText="Miles"
ItemStyle-HorizontalAlign="Right" MaxLength="8" NumericType="Number"
Resizable="true" UniqueName="Miles" >
<FooterStyle HorizontalAlign="Right" />
<ItemStyle HorizontalAlign="Right" />
</telerik:GridNumericColumn>