Page 1 of 1

Editible UserControl like combobox in report

Posted: Tue Oct 08, 2013 11:39 am
by blue1day
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.

Re: Editible UserControl like combobox in report

Posted: Wed Oct 09, 2013 6:55 am
by HighAley
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.

Re: Editible UserControl like combobox in report

Posted: Wed Oct 09, 2013 8:04 am
by blue1day
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.

Re: Editible UserControl like combobox in report

Posted: Wed Oct 09, 2013 1:48 pm
by HighAley
Hello.

You could find the CustomComponent.Wpf sample project in the Samples folder of the installation destination of our product.

Thank you.