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

issue with xptoolbar and combobox

hello. I have issue with xptoolbar and combobox inside. When I change value of combo exception raised.

Here is sample project attached, try to change value in combo.

my version of Syncfusion: 6.1.0.34
windows vista 64bit



WindowsApplication2.zip

3 Replies

SA sahon January 9, 2008 09:44 AM UTC

so what about this issue? will it be fixed?



RA Rajagopal Syncfusion Team January 23, 2008 01:32 AM UTC

Hi Sahon,

You need to use the MainFrameBarManager to get this working as expected. Then you could hook to the TextBoxValueChange event of the ComboBoxBarItem to be notified on the changes.

Here is a sample
http://websamples.syncfusion.com/samples/uploads/ComboSample/F70899.zip

Regards,
Rajagopal



ER Eric Robishaw February 10, 2009 05:40 AM UTC

You can also do the following:

Instead of wiring up the TextBoxValueChange event, wire up the TextBoxBound event.

In that event, wire up the args.TextBox.Validated event and use it in place of the other.


Loader.
Live Chat Icon For mobile
Up arrow icon