kendo-ui-mvc Questions
1
Solved
This is my function userNameEditor
function userNameEditor(container, options) {
$('<input required data-bind="value:' + options.field + '"/>')
.appendTo(container)
.kendoComboBo...
Flay asked 19/8, 2020 at 13:25
2
Solved
I have a list of sorts stored in this format:
public class ReportSort
{
public ListSortDirection SortDirection { get; set; }
public string Member { get; set; }
}
And I need to turn it into a l...
Unsightly asked 27/2, 2018 at 23:0
3
Solved
I keep getting the following error when I try to create a Grid or a Chart using Kendo UI. A simple ComboBox will work, though. We are using the commercial lisence and downloaded the js and css from...
Dooryard asked 16/6, 2017 at 18:49
2
Solved
We are using about 3 DropDownList components inside a cardView kendo.ui.Window item.
When the window is closed, we're calling the 'destroy' method for each of the contained DropDownList items.
The...
Doig asked 25/6, 2014 at 13:17
1
Solved
I have a requirement to group a grid by default on a particular column and to not allow the user to remove the grouping on that column. Is this possible?
Lovieloving asked 24/6, 2014 at 15:27
1
© 2022 - 2024 — McMap. All rights reserved.