Declined
Last Updated: 15 Jul 2021 07:24 by ADMIN
If you change the dataSource to a grid (for example by changing the filter conditions) so that less data is returned, you will not be warned if the current page is no longer valid. No error is reported and no data is returned and you won't have a clue why.

Try this to replicate:

Make a paged grid plus a couple of datepickers to filter the grid data by date range. Add a button to make the new filter dates effective.

Write a new MVC controller method to populate the data, using the ToDataSourceResult extension method e.g. "return Json(obj.ToDataSourceResult(request));" to return data.

Open a sizeable dataset in the grid (many pages) and go to the last page.

Change the filter conditions to be much more restrictive. Click the button to make them effective.

Watch as the grid displays no data, the code reports no error and stepping into your controller confirms that the method is returning data.

Confusing huh? An error or warning would make this much clearer.
Declined
Last Updated: 07 Jun 2021 12:09 by ADMIN
Created by: José Carlos
Comments: 0
Category: UI for ASP.NET MVC
Type: Feature Request
1
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. 
Declined
Last Updated: 07 Feb 2017 13:20 by ADMIN
I am using kendo chart with dynamic series with dynamic legend name.If i want to click on one legend item its getting hidden.but if i am going to a another page it is not hidden again it is refreshed .
I want to store these legend items throughout all the pages as hidden.Please send me a solution to achieve this kind of scenario
Declined
Last Updated: 20 Feb 2017 08:22 by ADMIN
Created by: Amit
Comments: 0
Category: UI for ASP.NET MVC
Type: Feature Request
1
Customer wise live chat support required 
Declined
Last Updated: 11 Jun 2021 14:38 by ADMIN
Created by: Simona
Comments: 1
Category: UI for ASP.NET MVC
Type: Feature Request
1
The serialization of a grid should be more lightweight. Texts are serialized multiple times - for each column and in case of several grids on a single view all texts are serialized many times.

The serialization of "standard-texts" can be optimized:

"filterable": {
                        "messages": {
                            "info": "Zeigt Zeilen mit Werten, die",
                            "isTrue": "ist richtig",
                            "isFalse": "ist falsch",
                            "clear": "Löschen",
                            "and": "Und",
                            "or": "Oder",
                            "selectValue": "-Wählen Sie-",
                            "value": "Wert",
                            "cancel": "Abbrechen"
                        },
                        "operators": {
                            "string": {
                                "eq": "Ist gleich",
                                "neq": "Ist nicht gleich",
                                "startswith": "Beginnt mit",
                                "endswith": "Endet mit",
                                "contains": "Beinhaltet", "doesnotcontain": "Beinhaltet nicht"
                            },
                            "number": {
                                "eq": "Ist gleich",
                                "neq": "Ist nicht gleich",
                                "gte": "Ist größer als oder gleich",
                                "gt": "Ist größer als",
                                "lte": "Ist kleiner als oder gleich", "lt": "Ist kleiner"
                            },
                            "date": {
                                "eq": "Ist gleich",
                                "neq": "Ist nicht gleich",
                                "gte": "Ist nach oder gleich",
                                "gt": "Ist nach",
                                "lte": "Ist vor oder gleich",
                                "lt": "Ist vor"
                            },
                            "enums": {
                                "eq": "Ist gleich",
                                "neq": "Ist nicht gleich"
                            }
                        }
                    },
Declined
Last Updated: 28 Sep 2015 11:51 by ADMIN
Created by: Palanisamy
Comments: 1
Category: UI for ASP.NET MVC
Type: Feature Request
1
Kindly create samples for kendo dynamic tile view in asp.net mvc
Declined
Last Updated: 24 Sep 2015 10:58 by ADMIN
Created by: Imported User
Comments: 1
Category: UI for ASP.NET MVC
Type: Feature Request
1
Kendo dropdown doesn't return correct selected index when scroll down "on next page"(scrolling view) and select there value. DDl shows correct text, bud index is incorect
Declined
Last Updated: 29 Jun 2021 06:26 by ADMIN
Imagine situation that you have 10 separate solutions - different software. In each you use Kendo library. If you want to update to the latest version you need to update in each project separately. How would you resolve such a issue instead of updating only one common project? Please add such a functionality.
Declined
Last Updated: 29 Jun 2021 06:23 by ADMIN
@(Html.Kendo().TabStrip().Name("dashboardTab")
    .HtmlAttributes(new {@class = "fullHeight"})

I need that css class applied at the outermost element rendered through the TabStrip. Otherwise there is no way to modify a controls appearance using css only without wrapping every single tabstrip in a container for the sole purpose of accessing it with css.
Declined
Last Updated: 26 Jun 2015 17:45 by ADMIN
Created by: Peter
Comments: 1
Category: UI for ASP.NET MVC
Type: Feature Request
1
When using the NoRecords template that was just introduced in Q2 2015. If the grid has pagaing enabled, the NoRecords template appears below the paging row which looks awkward, since the grid is empty. It would be nice that if paging is enabled on the grid, and the NoRecords template is triggered, hide the paging row.
Declined
Last Updated: 09 Jun 2015 13:42 by ADMIN
Declined
Last Updated: 08 Jun 2015 09:28 by ADMIN
Created by: Prashant
Comments: 1
Category: UI for ASP.NET MVC
Type: Feature Request
1
Illegal characters in path.
  ~/Content/kendo/fonts/DejaVu/DejaVuSans-Bold.ttf) format("truetype"
Declined
Last Updated: 01 Jun 2015 15:36 by ADMIN
Created by: Justin
Comments: 1
Category: UI for ASP.NET MVC
Type: Feature Request
1
If I have a splitter with two horizontal panes, the right pane will adjust, but the left pane will not. The pane splitter itself will not move, and does not allows the left pane to adjust. This often prevents a responsive page.
Declined
Last Updated: 29 May 2015 11:18 by ADMIN
Created by: soniya
Comments: 1
Category: UI for ASP.NET MVC
Type: Feature Request
1
Hi,
Mvc KendoGrid With ajax call is not working,it only returns Json.
Declined
Last Updated: 01 Jul 2021 11:33 by ADMIN
Created by: Imported User
Comments: 3
Category: UI for ASP.NET MVC
Type: Feature Request
1
We can add option for No filter in filter selection , Is consumes less space then other
Declined
Last Updated: 10 Jun 2021 14:11 by ADMIN
Created by: Imported User
Comments: 1
Category: UI for ASP.NET MVC
Type: Feature Request
1
ASP.NET MVC DisplayTemplates should by evaluated and take effect in Grid columns (see: http://www.telerik.com/forums/using-a-displaytemplate). Thus for custom formatting, defining a ClientTemplate() should not be required.
Declined
Last Updated: 01 Jul 2021 11:17 by ADMIN
Created by: madcamp
Comments: 1
Category: UI for ASP.NET MVC
Type: Feature Request
1
today we need to loop through all rows in the Grid to do something in a row. On Telerik Extensions we had the OnRowDataBound event which we had the current row to do something. 
Declined
Last Updated: 11 May 2016 09:02 by ADMIN
Created by: Imported User
Comments: 1
Category: UI for ASP.NET MVC
Type: Feature Request
1
Please add Favourites/Bookmark features in ASP.net MVC. This feature is available only in WPF

Most of the websites would require this feature. I don't think none of the websites will be developed without this. I am not sure how this is been missed out in ASP.net MVC/Kendo.
Declined
Last Updated: 12 Mar 2015 13:32 by ADMIN
Created by: James
Comments: 1
Category: UI for ASP.NET MVC
Type: Feature Request
1
The Save Changes and Cancel Changes are are always enabled.  Make it so they are enabled if there are any uncommitted changes and disabled if not
Declined
Last Updated: 14 Jun 2021 13:39 by ADMIN
Created by: Imported User
Comments: 2
Category: UI for ASP.NET MVC
Type: Feature Request
1
When having a filter on a number, the only option to chose, is a NumericTextBox, which adds decimals to the number (very annoying).

    public enum GridFilterUIRole
    {
        Default = 0,
        NumericTextBox = 1,
        DatePicker = 2,
        DateTimePicker = 3,
        TimePicker = 4,
    }

The only way to get rid of the decimals, is to ad some scripts that does this:

function NumericFilter(e) {
    $(e.element).kendoNumericTextBox({ "format": "n0", "decimals": 0 });
}

We need a IntTextBox option.
Thank you.