
I have been going through the Angular documentation and found the Dynamic forms in Angular Reactive forms. This would be of big help to me, Since my form has to be able to dynamically set the number of input controls and input control types based on the business object model and change validations as per the business logic as well. Need the kendo form controls instead of normal html form controls to be rendered dynamically.
Please find the below link to which I am referring to.
https://angular.io/guide/dynamic-form
Please suggest how this can be achieved through kendo Angular UI,
Regards
I had a quick question regarding the employment of DefaultItem and its intereactions with [(ngModel)] and selected values.
I'm currently employing several cascading dropdownlists in a reactive form. I started off following the directions to make have three different sets of arrays - ie. default, dataResult, and selected. All of that seems to work although I found out that if I want to, say, go to another page and come back while inserting the previously selected values back into the dropdownlists from BehaviorSubject services I had make the select items valuePrimitive (to match my form value).
The problem with the above approach is it seems to allow either one or the other - ie. I can either have a defaultItem with a user-defined 'please select X' as the initial state but not be able to re-insert previously selected values on demand (it will always show 'please select X' on tab or page reload) but if I use the primitive approach and use selected in the [(ngModel)] to push the initial value the back part will work, ie. I can load previous values into the dropdownlist, however when no data has been entered into the dropdownlists I will have a blank initial state with the 'please select X' as one of the options rather than the default.
I'm wondering whether there is a way for me to be able to have both 'please select X' as the default value (assuming an object of id and name selected by value id as primitive) and be able to load the dropdownlist by way of programmatic value selection where selectedValue would be a string (GUID) which would still recognize an initial formControl value of "" as referring to the defaultValue of {id: "", name: "please select X"}
Let me know if the above makes sense or if there are any details you need clarified. Thank you!
In KendoUI Builder, we mention about Service URI and Catalog URI. REST service is also created using Progress App Server.
How to display Progress RDBMS data in KendoUI for Angular(4)?

Our client has a request to center-align the tabs on the tabstrip. We currently have them over to the left, and I can see how to use rtl to move them over to the right. Is there a way to move them to the center? We would need the tab content to be to the LEFT and right of each tab as shown in the attached file.
Thanks!
Christy

Hi,
With reference to this plunker https://plnkr.co/edit/I7tZsoJMrtVVPtR33DZF?p=preview, is there a way to send data from the dialog back to AppComponent only when click on save button?
Thanks.
Hi,
I have stumbled upon two issues when the axis in set to type="log"
The first it that the (X) axis is reversed for some reason. Using "reverse='true'" does nothing to the axis.
The second issue is the axisCrossingValue. For some reason it is not the default 0 but some number bigger than 0 selected by some unclear method. Could you please at least document how that is picked? And why it is not the smallest value in the series?
See issues here https://plnkr.co/edit/zwT7PosqasUqZsJsuEf6?p=preview
Any idea why the blow code will throw error "ERROR Error: Expected initial value of type Object. See http://www.telerik.com/kendo-angular-ui/components/dropdowns/dropdownlist/#toc-value-selection" ??? If I remove the
<kendo-dropdownlist [data]="someList"
[textField]="'text'"
[valueField]="'value'"
formControlName="someFormControlName">
</kendo-dropdownlist>
This work fine.
<kendo-dropdownlist [data]="someList"
[textField]="'text'"
[valueField]="'value'">
</kendo-dropdownlist>
So, how do I get the dropdown list to play well in formGroup ?
Thanks,
Bryian Tan

When can we expect the Material theme to be fully supported for Kendo Angular?
The documentation currently states:
https://www.telerik.com/kendo-angular-ui/components/styling/theme-material/
The Material theme is under active development and is not supported by the whole suite. All components which are available for styling with the Material theme are included in the preview.
Do you already have an estimated date when this will be finished?

Is there a list to get all SASS theme variables used in Material theme? The documentation says $selected-text is based off $accent-contrast but it doesn't list what $accent-contrast
https://www.telerik.com/kendo-angular-ui/components/styling/theme-material/customization/
Also, shouldn't kendo variables be prefixed with some kendo identifier like "k". I often create conflicts in my own SASS variables that accidentally overrides the kendo variables.
