The Grid should allow switching between case sensitive and case insensitive filtering.
Hi Team,
I have a request for any of the Telerik controls, but specifically it would be helpful with the Kendo UI Scheduler.
I would like to ask for a specific functionality where all the developer would need to do is drop a simple HTML tag related to a control into a page, and a tag from a service(can be third party) which would generate the content for the control.
For the Kendo UI Scheduler, this would help with modifying a current view without having to code anything for the un-editable service.
Thank you!
Add route plotting capabilities to the Map. It should support setting multiple stops, e.g., https://docs.telerik.com/devtools/winforms/controls/map/providers/bingmaps/route
I'm looking for the ability to track changes from the editor. I see the feature exists in the Ajax version of the controls:
https://demos.telerik.com/aspnet-ajax/editor/examples/trackchanges/defaultcs.aspx
Hi there,
We are using Telerik kendo with ASP.net MVC. This request is specifically for the Gantt chart view as described here: https://demos.telerik.com/aspnet-mvc/gantt. Configuring the month, year and day view seems pretty easy via the exposed API. We want to extend this so that we can see the Gantt for custom date ranges. For example we should be able to click a button that says : Q1 and can see the Gantt for 3 months (Ex: Sep, Oct, Nov). Please note that this is different from filtering through selected dates. We want to the Gantt to display extended views. Feel free to let me know if I can provide any more clarity.
Thanks!
Irvin
It will be nice for users to be able to copy/paste files in the FileManager. There is a context menu with remove and rename functionality, it could be good to add to this context menu the ability to copy and paste certain files
I use getOptions() and setOptions() to persist the state of the ajax bound grid that I have.
My toolbar is not a server one, it is this:
.ToolBar(toolbar =>toolbar.Create().HtmlAttributes(new { @class ="k-primary"}))
When I call the setOptions() method, it removes the Add button from the grid header.
Is it possible to allow the integration of the Template component in the Template() option of the CustomTemplate() configuration in the Editor's Toolbar?
For example:
@(Html.Kendo().Editor()
.Name("editor")
.Tools(tools => tools
.Clear()
.CustomTemplate(x => x.Name("customButton").Template(
Html.Kendo().Template()
.AddComponent(c => c.Button()
.Name("myButton")
.Events(ev => ev.Click("onExecute"))
)
))
)
)
Hello telerik support,
recently we updated to 2023.2.718
somehow the grid column menu is not completely in german language
How can I apply german language to the complete column menu?
Best regards
Andy
Hi !
So I work with Kendo UI for JQuery and Kendo UI for ASP.NET MVC and recently I had to use your combobox and found that the search was not accent insensitive and that there were no options to make it so. I think it would be a wonderful feature to have. My dataSource contains a lot of names that could potentially have accents and it would be really great to includes thoses names when I filter without accent.
Thank you !
Hi,
I am trying to show closed captions of a youtube video that's embedded into the kendo mediaplayer in my web application. Any pointers to help with that would be helpful. I've looked online with youtube's documentation as well as kendo's documentation and couldn't find any solutions that work.
Thank you,
Roop Singh