Hey everyone,
I have a radNumericTextBox inside grid's insert form,I have added a onBlur function to fill a label on lose focus on text box.Now,i want to change this event to onTextChange.Which event should i change.I tried OnValueChanged,but it does'nt work also its specified that this event is fired just after the textbox loses focus.I want the value of label to change when textbox is in focus and when user changes text.How is this possible?..
* Also,what property should i use to clear the past entries from textboxes like radmaskedtextbox,radNumericTextBox?..
* 1 more thing,in my numeric text box,when a -ive entry is written it selects the minimum value.How can i avoid -IVE KEYPRESS?...
* Also,i've a radmasked textbox that i've masked for 10 numeric digits "##########" like this its working fine,except for that it does'nt take space which is good but user can give spaces by pressing left or right keys,how to disable that?....
Thanks
Amit
I have a radNumericTextBox inside grid's insert form,I have added a onBlur function to fill a label on lose focus on text box.Now,i want to change this event to onTextChange.Which event should i change.I tried OnValueChanged,but it does'nt work also its specified that this event is fired just after the textbox loses focus.I want the value of label to change when textbox is in focus and when user changes text.How is this possible?..
* Also,what property should i use to clear the past entries from textboxes like radmaskedtextbox,radNumericTextBox?..
* 1 more thing,in my numeric text box,when a -ive entry is written it selects the minimum value.How can i avoid -IVE KEYPRESS?...
* Also,i've a radmasked textbox that i've masked for 10 numeric digits "##########" like this its working fine,except for that it does'nt take space which is good but user can give spaces by pressing left or right keys,how to disable that?....
Thanks
Amit