Hello,
I would like to use StiComponent like combobox in report because I want restrict the string in the component when user input the text in editor mode.
I examined the Custom Control to make one I want, but it's hard to do for me.
Is there any solution that satisfy that condition?
or where can I get the detailed information to make Custom Control like ComboBox Controls.
Thank you.
Editible UserControl like combobox in report
Re: Editible UserControl like combobox in report
Hello.
You could use the Checkbox component for this.
You could find sample in our Demo. Look at the Interactive Reports - Editable Report.
Thank you.
You could use the Checkbox component for this.
You could find sample in our Demo. Look at the Interactive Reports - Editable Report.
Thank you.
Re: Editible UserControl like combobox in report
Hello,
I can't understand how to use the Checkbox component for this.
The CheckBox displays only true, false, but I want to select more cases.
For example, "Apple", "Grapes", "Strawberry"...
A user want to select the one of them, not to type the strings.
Thank you.
I can't understand how to use the Checkbox component for this.
The CheckBox displays only true, false, but I want to select more cases.
For example, "Apple", "Grapes", "Strawberry"...
A user want to select the one of them, not to type the strings.
Thank you.
Re: Editible UserControl like combobox in report
Hello.
You could find the CustomComponent.Wpf sample project in the Samples folder of the installation destination of our product.
Thank you.
You could find the CustomComponent.Wpf sample project in the Samples folder of the installation destination of our product.
Thank you.