Hello guys,
We found the issue, related to MVVM usage of DropDownList widget. The popup option doesn't seem to work. Moreover, the kendo initializer doesn't see at all for this property. Here is the dojo link: http://dojo.telerik.com/OyozO/2
4 Answers, 1 is accepted
0
Hi,
If you wand to control the animation of the DropdownList we would rather recommend using the animation property itself as for example in this dojo.
Regards,
Plamen
Telerik by Progress
If you wand to control the animation of the DropdownList we would rather recommend using the animation property itself as for example in this dojo.
Regards,
Plamen
Telerik by Progress
Try our brand new, jQuery-free Angular 2 components built from ground-up which
deliver the business app essential building blocks - a grid component,
data visualization (charts) and form elements.
0
Elvis
Top achievements
Rank 1
answered on 15 Feb 2017, 05:21 AM
Hello Plamen,
Thanks for response. Actually, we want to control appending element (appendTo optins in popup). This way, the different pages could have different styles for widgets.
0
Hi,
Yes indeed this property is not supported for direct MVVM binding. In such case you can consider custom binding as for example it is described here.
Regards,
Plamen
Telerik by Progress
Yes indeed this property is not supported for direct MVVM binding. In such case you can consider custom binding as for example it is described here.
Regards,
Plamen
Telerik by Progress
Try our brand new, jQuery-free Angular 2 components built from ground-up which
deliver the business app essential building blocks - a grid component,
data visualization (charts) and form elements.
0
Elvis
Top achievements
Rank 1
answered on 19 Feb 2017, 07:34 AM
Sure, Thanks.