Hello,
I am trying to create a custom MVVM widget. I noticed that when my widget is bound and the "visible" binding is declared -- this error logs in the console:
typeError: cannot read property '0' of undefined.
I have created a dojo from an example provided in your tutorial on how to build a custom widget and am able to reproduce:
https://dojo.telerik.com/ayaQEsaV
Please advise.
Hi Guys,
.kendoMenu({dataSource: menuItems}); menuItems is JSON from the controller.
In my C# code, I have the property as Text (capital 'T'), but KendoUI expects a small 't'. I don't want to have properties in my C# starting with small letters. How do I tell Kendo that it should look for 'Text' rather than 'text'?
Thanks,
Andrei
Hi,
I am having a requirement for conditional cell colouring in Kendo UI grid and user should be able to extract the same coloured cells in excel using Kendo Export to Excel feature.
Please refer the attached screenshot in which I need to colour based on following conditions
1) Colour the entire Order ID column with Gray background
2) Colour Green and yellow background for the selected country and state in Ship Country and Ship city respectively
3) Mark Red colour for those columns where Freight is less than 25
So, I am looking for a way through achieve this conditional colouring in export to excel as well, i.e. by clicking on export to excel user can download the excel with all these cells coloured.
Can you please assist me in achieving this.
I need to be able to restrict the allowed files types in the upload widget. I see there's some old threads on this (here and here), but any links to examples are dead now.
Ideally I would be able to pull a list of allowed file types from our DB to be used with the uploader, but if it has to be a static list, that would work as well.
filterable: {
operators: {
string: {
contains:
"Contains"
,
eq:
"Is equal to"
,
special:
"Contains special characters"
,
}
}
},
I created a .css file from http://themebuilder.telerik.com/aspnet-mvc based on Bootstrap 4. When I downloaded it, I noticed that the 'WebComponentsIcons' WOFF is now embedded as base64. GREAT!
However, often when I refresh my browser (F5), the sort, filter, paging icons do not render properly and give me ugly ASCII chars (please see attached).
Telerik UI for ASP.NET MVC R1 2018 (2018.1.221)
Chrome 64.0.3282.186
Internet Explorer 11.0.9600.18861
I was checking out https://demos.telerik.com/kendo-ui/treeview/filter-treeview-in-dialog for a demo on how to client-side filter a treeview component. The demo works like a charm butI noticed that keyboard navigation is broken when the treeview is filtered (it works fine when not filtered). Is there a work around of fix for this problem?
Thanks,
Ron
Hello,
I face a problem with treeview and larger tree structure. When I select some item and the modal window appears, I cannot see the selected item, it is necessary to scroll down, if selected item is out of visible area.
The second problem I face is witjh automatic scroll, when moving around tree using keyboard, automatic scroll does not work.
Thank you for your kind help.