Hi!
I'm using the [DojoWidget] attribute on my criterion but the rendered dijit.form.FilteringSelect is to small. Can I modify the width using AdditionalOptions with something like below?
[Required] [DojoWidget(WidgetType = "dijit.form.FilteringSelect", SelectionFactoryType = typeof(CategorySelectionFactory), LabelTranslationKey = "/criterions/VisitedCategoryCriterion/properties/SelectedCategory", AdditionalOptions = "{ selectOnClick: true, style: { width: 25em } }")]
This does not work, but is it possible in some other way?
Thanks!
/Kristoffer
Can anyone help with this? Thanks!
Hi!
I'm using the [DojoWidget] attribute on my criterion but the rendered dijit.form.FilteringSelect is to small. Can I modify the width using AdditionalOptions with something like below?
This does not work, but is it possible in some other way?
Thanks!
/Kristoffer