Abhishek Dixit
Top achievements
Rank 1
Abhishek Dixit
asked on 30 Apr 2009, 08:55 AM
Hi,
I dont know if this is a right question to ask here, but is there a time spinner control available by Telerik for ASP.NET AJAX.
The control should have the current time displayed by default, and then user can edit the time, and also control should allow users to increment and decrement the current time.
Regards,
Abhishek
I dont know if this is a right question to ask here, but is there a time spinner control available by Telerik for ASP.NET AJAX.
The control should have the current time displayed by default, and then user can edit the time, and also control should allow users to increment and decrement the current time.
Regards,
Abhishek
5 Answers, 1 is accepted
0
Hi Abhishek,
I suggest to examine our TimePicker control which provides a rich client-side API and is also easily customizable - the demos of the control can be found below:
http://demos.telerik.com/aspnet-ajax/calendar/examples/datetimepicker/overview/defaultcs.aspx
Regards,
Svetlina
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
I suggest to examine our TimePicker control which provides a rich client-side API and is also easily customizable - the demos of the control can be found below:
http://demos.telerik.com/aspnet-ajax/calendar/examples/datetimepicker/overview/defaultcs.aspx
Regards,
Svetlina
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Abhishek Dixit
Top achievements
Rank 1
answered on 30 Apr 2009, 09:45 AM
Hi Telerik team,
Thansk for the quick response.
Currently the control allows user to enter invalid time values, even though it signals error when focus is out of the control. Can we just do not allow users to enter incorrect time values in the control.
Regards,
Abhishek
Thansk for the quick response.
Currently the control allows user to enter invalid time values, even though it signals error when focus is out of the control. Can we just do not allow users to enter incorrect time values in the control.
Regards,
Abhishek
0
Hello Abhishek,
You can use the client side api of the control, and attach to the onkeypress client side handler, to manually parse the user input. Then, you can disallow invalid characters.
I hope this suggestion helps.
Regards,
Yavor
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
You can use the client side api of the control, and attach to the onkeypress client side handler, to manually parse the user input. Then, you can disallow invalid characters.
I hope this suggestion helps.
Regards,
Yavor
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Abhishek Dixit
Top achievements
Rank 1
answered on 06 May 2009, 07:11 AM
Hi Telerik Team,
Thanks for the suggestion. I tried to use the following post which required similar behavior:
http://www.telerik.com/community/forums/aspnet-ajax/calendar/radtimepicker-allows-characters.aspx
But even this does not work as expected - once user edits the timepicker textbox, the up and down arrow keys dont increment/decrement as expected.
Regards,
Abhishek
Thanks for the suggestion. I tried to use the following post which required similar behavior:
http://www.telerik.com/community/forums/aspnet-ajax/calendar/radtimepicker-allows-characters.aspx
But even this does not work as expected - once user edits the timepicker textbox, the up and down arrow keys dont increment/decrement as expected.
Regards,
Abhishek
0
Hello Abhishek,
since I am not aware what precise implementation you are using, it will be best if you open a formal support ticket, and send us the relevant code, for additional testing. I will review it, and advise you further.
Sincerely yours,
Yavor
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
since I am not aware what precise implementation you are using, it will be best if you open a formal support ticket, and send us the relevant code, for additional testing. I will review it, and advise you further.
Sincerely yours,
Yavor
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.