This is a migrated thread and some comments may be shown as answers.

Set min/max values for numerictextbox inside Grid

1 Answer 1436 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Bilal
Top achievements
Rank 2
Bilal asked on 28 May 2015, 12:58 PM

Hi,

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

Sort by
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:

 

http://docs.telerik.com/kendo-ui/api/javascript/ui/grid#events-edit

 

Regards,
Kiril Nikolov
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Grid
Asked by
Bilal
Top achievements
Rank 2
Answers by
Kiril Nikolov
Telerik team
Share this question
or