I have a Grid with several columns. Two of those columns show a NumericTextbox when in edit mode. How can I set the min/max for those numeric textboxes?
I tried to use the DataBound event, but at that time, the numeric textboxes won't be showing.
Any other suggestion?
Thanks
1 Answer, 1 is accepted
0
Accepted
Kiril Nikolov
Telerik team
answered on 01 Jun 2015, 07:41 AM
Hello Bilal,
You can use the edit event for this and find the respective widgets. Here is the relevant documentation: