When the Scheduler control is bound a datasource that includes a Boolean value/column in the database the Spreadsheet column presents this as "true" or "false" strings.
Allow alternate strings such as "Yes" or "No" to represent a Boolean. Would of course need to update the datasource appropriately on Edit of a cell that uses this presentation.
Hello, I did not see this in any of the examples, or I just missed it. With this control, are you able to use an editor template for the fields you add? A lot of my existing forms, I use an editor template for the fields, but I don't see that option here. For example, I have a editor template defined for use of Date/Time fields that has the settings defined that I want to use throughout the website.
Can this be done using the form component?
Enable the server-side rendering of the ListView widget. Similar to the implementation of the server row template of the grid:
https://demos.telerik.com/aspnet-mvc/grid/serverrowtemplate
This would help the pages containing the widget to be better indexed as the HTML content will be returned from the server rather than executing JavaScript logic to evaluate templates based on the data items of the widget.
Hi Support,
In the kendo editor html format differs from the browser. please find below screenshot, dojo link and html file imported to editor.
When html file imported to editor there is no space in between the lines.
Same html file opened in chrome browser, then proper spacing can be visible.
Please help to fix the issue asap.
Regards,
Jyotika
A recent update has revealed some strange behaviour in some (not all) grids. In the attached screenshot, the javascript for the two buttons is on display inside the toolbar. If I move them out of the toolbar, the script no longer displays.
As a workaround, I have added this to CSS:
script {
display: none !important;
}
Please add a CheckBoxList control for Kendo/MVC. I see that DevExpress has one but I've been with Telerik for years. https://demos.devexpress.com/MVCxDataEditorsDemos/Editors/CheckBoxList
I'd like to request to be able to merge cells and column filters with the built-in API for the Kendo UI Grid.
When the page first loads, everything looks okay...
But if I show a hidden column...
Here's what happens...
The newly shown column is circled in blue. The problem, as you can see, is that the position of the column circled in red should actually be swapped with the column to the left of it. And column #2 (ordering from left to right in the picture, starting from #1) now has an incorrect parent header ("Average") - it should be "Total". And column #4 (the one circled in red), "Constrained", should have a parent header of "Average" (that gray one in column #2).
And just FYI, if I show another column (which should also be under "Session Time [minutes]")...
...then here's what we get...
(Newly shown column circled in blue.)
But, you can see that the data columns are placed correctly. Just not the headers.
Hi.
I'd like to request the ability to sort on multiple columns of a grid, allow unsorting a column, but the grid must have at least one columns sorted.
An exception is thrown when calling `ToDataSourceResult` from the `Kendo.DynamicLinq` library if there are no columns sorted:
System.NotSupportedException: The method 'Skip' is only supported for sorted input in LINQ to Entities. The method 'OrderBy' must be called before the method 'Skip'
Thank you.
Open the demo at https://demos.telerik.com/aspnet-mvc/filemanager
right click Images in the tree and click rename.
Change the name
select the new folder name in the tree
try to do anything with the files in that folder (rename or delete are available in the demo)
= server error 500
the path did not update to the new path.
but if you refresh you see the folder renamed and worked (and now you can do things with the files inside)
now if you add a folder inside Images and do the same process over again it works as expected...
The input field of the Combobox is being shifted when a "position: absolute" style is set on its initial element.
The input field of the Combobox is shifted when "position: absolute" style is set on its initial element.
When setting "position: absolute" style on ComboBox initial element the whole component should be shifted according to the set "top, bottom, left, right" parameters.
A possible workaround that could be applied in the above linked Dojo is the following one:
$("#comboboxA").getKendoComboBox().input.css("position", "static");
Here is the modified Dojo with correctly working Combobox with "position: absolute" style is set on its initial element.
Hello,
In working with the FloatingActionButton in release 2021.1.121, I have found that calling "show" after a call to "hide" does not result in the button being displayed again. It seems that the call to show is not removing the k-hidden class. This Dojo[1] shows the code that I am working with.
Thank you,
Sean
[1] https://dojo.telerik.com/AGECOMUm
I would love to see a feature added to the MVC Gantt control that would allow filtering tasks within the Gantt. Currently when we filter tasks in our Gantt using an external filter which filters the datasource tasks are dropped from the result set if their parent tasks do not meet the filter criteria. This is obviously a problem and makes filtering useless when tasks are dropped when they actually meet the criteria. I would like to see the filtering work as the TreeView and TreeList controls do. When you filter a column in those controls the parent items are returned regardless of whether they meet the filter criteria. This is needed in a hierarchical control like the Gantt chart.
This would be a great addition to the control. In the meantime, we'll either leave filtering out of our application or try to find a way to recursively gather all of the parent task ids and include them in our service to return tasks that meet the filter criteria.
Thanks for considering!
Ben
When you export a sheet to Excel the Sheet is export as not-protected. If there are cells that are locked then the user can edit them. It would be really useful if you could specify tha a sheet were protected and when the sheet is exported it would be protected with a password.
Hello,
I would like to request the functionality to use server-side editor templates for set fields in the Kendo UI Filter.
Thank you
A regression introduced in R3 2020. The issue is reproducible when editing a child task in the treelist. It works as expected when the percentComplete value is set in the timeline.
Reproducible in the demo.
The % Complete value of the parent task is not updated.
The % Complete value of the parent task is updated.