We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

NumericTextBox server side event

Hi there,

I am implementing the NumericTextBox. How can I get the onTextChanged event to fire if the user clicks on the up or down arrow on the NumericTextBox. I'm looking for server side, not client side event.

Thanks.

Ivan

1 Reply

MW Melba Winshia Syncfusion Team October 26, 2007 10:10 AM UTC

Hi Ivan,

We regret for the delayed response.

Since Numeric Textbox does not have AutoPostBack property, it is not possible to directly fire onTextChanged event when the user clicks on the up or down arrow on the NumericTextBox. So by using _doPostBack() in java script we should invoke the post back to the Numeric textbox and call the server side event. Please refer the below link to call server side events from client side:

http://www.west-wind.com/wconnect/weblog/ShowEntry.blog?id=481
http://www.thescripts.com/forum/thread331809.html

Please try this and let me know if this helps.

Thanks,
Melba

Loader.
Live Chat Icon For mobile
Up arrow icon