iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
Hi, I'm trying to use the UXButtonSplit control. I copied the examples from the documentation and tried them in both WPF and Silverlight projects under Windows 7 and Vista, but the spin buttons are always disabled. I can't find a complete example in the documentation or a working example in the samples. Do you have any suggestions? Thanks, Jonathan
Please find the live version of UXSplitButton sample in http://live.clientui.com/Intersoft.ClientUI.SamplesTestPage.html#/ButtonControls/UXSplitButton.
Following is the snippet code of UXSplitButton.
<Intersoft:UXSplitButton Name="SampleControl1" Content="Save" Width="90" Height="30" HorizontalContentAlignment="Center" > <Intersoft:UXMenuItem Header="Save and Create New" /> <Intersoft:UXMenuItem Header="Save and Create New With Same Store" /> <Intersoft:UXMenuItem Header="Save and Create New With Same Target" /> </Intersoft:UXSplitButton>
The image below shows how the UXSplitButton code viewed in browser.
I have tested the code on both of Silverlight and WPF project. Everything worked smoothly and the split button can be accessed without any issues.
Hope this helps.
I'm very sorry, I mistakenly typed UXButtonSplit it is the UXButtonSpinner I can not get to work. Jonathan
UXButtonSpinner is a content control that represents a spin box (also known as an up-down control). The up-down control can be used to increase or decrease. You can use spin event to perform a logic for increase or decrease when the spin button is click.
As a content control, you will need to provide the content and handle the logic for the up-down control.
There are controls that use UXButtonSpinner, such as: UXNumericUpDown; UXDateTimeUpDown; etc. Could you please inform what kind of scenario that you wish to achieve from the usage of UXButtonSpinner? We probably might be able to help you further.
Hi, I understand that I have to manage the content by handling the spin event, but can't do this as the up/down buttons are always disabled when the control displays. All I want to know is how to enable the spin butons. If the control is not designed to support this type of requirement then that's ok. Jonathan
You will need to provide the content that will be spinned. After the content is available, the up/down button will be automatically enabled.
Please kindly let us know what kind of content that going to be entered into the UXButtonSpinner? We’ll try to assist you on how to implement your required scenario.
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname