How do you display the up/down arrows of the numeric editor on a grid?
1 Answer, 1 is accepted
0
Konstantin Petkov
Telerik team
answered on 29 Jan 2008, 06:59 AM
Hi Pablo Tola,
Please, excuse me for not explaining that in details.
You can use GridNumericColumnEditor (or the respective control editor in general) to configure your editor control as required. Find a sample code below:
and assign the editor for the column through ColumnEditorID property:
<telerik:GridNumericColumn DataField="Freight"
HeaderText="GridNumericColumn" UniqueName="Freight"
ColumnEditorID="GridNumericColumnEditor1"/>