Reputation: 2799
is there any good solution for Telerik gridview to use numeric-textbox instead of textbox when the column's datatype is int in edit mode ?
Upvotes: 0
Views: 1096
Reputation: 236
Just use GridNumericColumn instead of GridBoundColumn. Note that the data type of the data field in your datasource should be of integer type and NOT string. More information is available here: http://www.telerik.com/help/aspnet-ajax/grid-column-types.html
I hope this will help. Let me know if you need more info.
Upvotes: 2