Essential Tools ASP.NET
Syncfusion TextBox
December 1, 2011 06:46 AM by Varalakshmi R.S[Syncfusion]
victor elizondo
Syncfusion TextBox
December 1, 2011 12:33 AM
Hello everybody

I need your help. If I have a traditional ASP Textbox (System.Web.UI.WebControls.Textbox) I'm able to set atributes in it. I'm interesed in specifically one atribute:


TextBox txt = new TextBox();
txt.Attributes.Add("onchange", "ValueChangeText(this)");


This is the atribute "onchange" and "ValueChangeText(this)" is the Javascript function running in Client Side.

I want the same atribute (onchange) for the syncfusion textbox:

Syncfusion.Web.UI.WebControls.Shared.NumericTextBox

This one has the ClientSideOnValueChange, but this property activates the previous javascript function when I type a single key and I don't want that!!! I want like the asp texbox above, the onchange atribute: I'm typing everything I want and when the prompt changes because a TAB key o beacuse the mouse cursor was clicked in other control (when the focus changes), that's what I really need and i want this atribute in the Syncfusion Textbox.

Best Regards.

Varalakshmi R.S
[Syncfusion]
Syncfusion TextBox
December 1, 2011 06:46 AM
Hi Victor,

Thanks for contacting syncfusion forum.

Currently,ClientSideOnValueChange function will be called for each key down event and we need some time to analyse on the possibilities for invoking this method on tab press. We will be updating the details on 5'th December,2011.

Regards,
Varalakshmi

::adCenter::