Implement kenfo.confirm with title
Currently <EditorName>For is not available for the DateInput wrapper. This feature is available for the other editors.
Please consider implementing to have an option in the MultiSelect control to allow duplicate values. The AutoComplete control can work with duplicates but only with text values and work with string value with a separator(s) defined.
Allow Custom Templates to be added to the MVC Gantt Chart Widget.
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
Please take a look at this issue where DDLs and CoboBoxes won't submit their values the second time after validation fails and the required field is entered. This was reported back in 2015 and is still unresolved. https://www.telerik.com/forums/kendo-validation-does-not-work-the-second-time
The datasource for ComboBox object does not support lambda expressions like ListView (and many other objects). These 'hardcoded' strings are error prone and is causing headaches when altering modelschema's. DataSource(ds => { ds.Custom() .Sort(sort => sort.Add("PropertyName").Descending()) .Transport(tr => tr.Read(read => read.Action("Action", "Controller"})) ); })
It would be nice to have an option to supply the Grid control with a default filter operator as shown below. The current workaround is long and error prone, because you have to redefine the complete list, the default filter has to be on top. So the ordering matters, that is always a bad idea. Filterable(filterable => filterable .DefaultStringOperator(StringOperatorEnum.Contains) )
Hi I have some question the "ustr" i want use diagram "https://demos.telerik.com/aspnet-mvc/diagram" link and i don't know what code it's use in method public ActionResult _OrgChart(){return Json(DiagramDataRepository.OrgChart(), JsonRequestBehavior.AllowGet);} please i want to help what i do
Possibility to iterate over all manually defined columns and f.i. set width or any other property.
it would be blaze if the map markers would be a observable collection for mvc.this way you could update it through the viewmodel.
as of today it is not possible to bind the map markers to signalr. in grid it works. in kendo map not.
Currently, if I want to bind an ASP.NET TreeList to an OData DataSource, I have to define the data source using a javascript object: https://demos.telerik.com/aspnet-mvc/treelist/odata https://demos.telerik.com/aspnet-core/treelist/odata I would like to be able to be able to define the OData DataSource using ASP.NET Razor syntax just like the Grid: https://demos.telerik.com/aspnet-mvc/grid/odata https://demos.telerik.com/aspnet-core/grid/odata Thank you.
We have a web page critical to the web application. In the absence of a suitable MVC widget we had to use a ASP.Net WebForm ListView control along with ASP.Net Ajax (Accordion for expand/collapse functionality) and JQuery (for client side validation). The web page accomplishes the following key functional requirements – a. Ability to group products – Using ASP.Net Ajax we were able to provide the expand / collapse visual effect. b. Ability to enter order quantities very quickly - a lot of stores place orders at the last minute (5-10 minutes before order deadline) for valid reasons. The web page provides a text box inline for quick entry. On a desktop, the user can traverse the rows within the group using the tab key. The web page typically contains 150 – 200 products for entry. With Telerik MVC Grid widget, in the absence of inline editing, having to click on Edit/Update/Cancel buttons dramatically increases the number of clicks / touch / swipe. Besides, it creates a real estate issue on smaller form factors. c. Real time validation – using JQuery we were able to validate the row as and when the quantity was entered. Any error would show below the row in question. The error would continue to show until the quantity was revised. The error however, will not stop the user from entering quantities on other rows. This approach lets the user review any errors in the end. The closest MVC widget we could use from the Telerik collection was the grid widget with grouping. However, it falls short on points b and c above. There is probably some workaround available but then we would lose the LOW CODE advantage.
Create a package for Django will make easier to implement Kendo UI to a project.
add a VS extension to place and configure widgets in the view with corresponding action methods. The heavy data aware widgets (grid, scheduler) first.
Although the Tree view is very powerful on displaying the tree structure, modifying it is very frustrating. We almost go for a separate module for maintaining the info. SOme examples here may be very helpful, especially for Kendo novices.
A feature like devexpress MVC "Insert DevExpress MVC Extension" would be a great help preparing an MVC cshtml mark-up with Telerik MVC extensions.
Currently, when an event that is grouped by multiple resources is dragged, it automatically updates the selected resource data with the one that corresponds to the drop target.
The more appropriate behavior would be to be to automatically preposition the event for the rest of the selected resources.
This is in reference to the following forum post:
https://www.telerik.com/forums/helper-for-textbox#lpm4Co4Zy0-PHGzJD_E2mA
For consistency in the MVC product, it would be a good idea to expose built-in events such as the "change" event for the generic Html.Kendo().TextBox helper. This is provided for other controls like the DateTimePicker and even NumericTextBox (https://demos.telerik.com/aspnet-mvc/numerictextbox/events) but not for TextBox.
As mentioned in my post, this is not an insurmountable problem. I can do what I need by diving "down" into jQuery, but it would be nice to be consistent.