Kendo grid sorting not working Would have thought the sorting would be on the field which is a valid Date type. , and the columns are set to sortable. To enable the sorting functionality of the Grid, set the sortable option to true. Net core? Feb 6, 2014 · I'm using kendo grid and want to perform filtering, sorting and paging in the server. Get started with the sorting functionality of the KendoReact Grid and learn how to sort single and multiple data-bound columns. NET MVC is disabled. as a result, the default single-column sorting functionality will be applied. Oct 9, 2015 · In Kendo UI Grid, After grouping grouped column sorting is not working, remaining column sorting is working fine. sortable: If set to true the user can click the column header and sort the grid by the column field when sorting is enabled. By default all columns are sortable if sorting is enabled via the sortable option. For more information on both the cases, refer to the resources below: 1. In this one, I have a Grid with sorting and template for some header cells. Jun 10, 2015 · Kendo's grid as a _columns property but the underscore in front of it mean it's there for internal purpose only. g. The Grid is built from the ground up and specifically for Angular, so that you get a high-performance control which Dec 13, 2012 · Is it possible to programmatically set the sort parameter of a KendoUI DataSource before reading data and avoiding a second server reading? The scope is setting a default sort on a certain user Get started with the sorting functionality of the jQuery Grid by Kendo UI and learn how to sort single and multiple data-bound columns. Also, I need to have a column with a filter always set, unless the user removes it. This knowledge base article also answers the following questions: How to sort Kendo UI for jQuery Grid columns that are bound to nested object properties? Can I enable sorting on a column bound to a property of an Sep 5, 2017 · Date is not sorting correctly in my grid. net-mvc kendo-ui telerik asp. As a result, the default single-column sorting functionality will be applied. Jan 17, 2017 · I have Kendo MVC Grid on my page with multi column sorting enabled. Adding, changing and deleting column has to be done prior to the grid initialization. Since: columns. Jun 9, 2025 · Learn how to enable sorting, filtering and grouping for a column which is bound to an object in the Kendo UI Grid. Nov 28, 2022 · The grid does not seem to obey date sorting ever since I changed it to the template showed a formatted date string. NET Core we are using Kendo for Angular 2x. aspnetmvc. js script file. min. This is implemented by a custom DataSource transport and schema, defined in the kendo. The problem is that my Kendo Grid is not binding the data correctly, in Nov 28, 2022 · The grid does not seem to obey date sorting ever since I changed it to the template showed a formatted date string. sortable. For a column with conditional forma Jun 7, 2024 · I'm experiencing an issue with the filtering and sorting functions in a Kendo Grid. But when I use the before or after conditions in the filter, it filt Oct 28, 2022 · I was working on sort feature exactly similar to the link below, but when I click on the sort on the grid row for the 3rd time (default sort), it's not sorting as well as it won't show the up or down arrow. In the example, you can see that the filtering and sorting capabilities are enabled. Feb 22, 2018 · I have an Angular 5 application with the library Kendo UI. Get started with the sorting functionality of the Kendo UI for Angular Grid and learn how to sort the Grid by single or multiple columns in ascending or descending order. Aug 10, 2016 · Hi Cherryln, The sorting of records can be applied both the data source and to grid. mov Expected Behavior The highlight should be cleared, similar to Kendo React and jQuery Grids. Same problem. If Ajax bound grid is the right way then I will do that. telerik If set to true the user can click the column header and sort the grid by the column field when sorting is enabled. Apr 2, 2015 · As you can see, it's not sorting correctly at all (note the month/year); is it the date format I'm using, or am I missing something very, very obvious here? It only appears to be sorting it as a string. Is that's how the sort is implemented? I don't see sorted either in the example for default productName (code sandbox link). Thank you!! Aug 23, 1991 · If sorting is done on the client by the Kendo UI DataSource, then the date values should be provided in the correct format, so that they are parsed to JavaScript Date objects by Kendo UI. Sort the Kendo UI DataSource Documentation article - sort. This guide provides solutions and code snippets to enhance your grid functionality. Jun 19, 2014 · The data is getting returned to the table correctly but neither the Numeric column of ModelNo nor the Alphabetic columns of name/colour/fuel type are not getting sorted when I click the column header? Is there something missing in my configurtaion? c# asp. Aug 23, 2018 · I see the grid has 2 pages, but clicking on page 2 does not work, probably because all items are already displayed in the 1st page. Screenshots or video Screen. Nov 5, 2025 · After removing the sorting, the ascending option remains highlighted instead of clearing. at. For instance, the sort. I have a Kendo grid displaying the results of a dynamic SQL query which doesn't allow for sorting or filtering. Could anyone please point me to examples or information showing how to implement the DataSourceRequest in a WebApi and a grid example of how to pass filters and sorting to the WebApi?. 12. I'm investigating the possibility to replace an older grid in our application to the Kendo Grid. 2025-11-05. 55. As far as I know, you can't change the columns of a grid after it gets loaded. Below is the grid definition. When I filter on the date field specifying a date value (equals) then it works fine. Any ideas would be very much appreciated! Jul 11, 2012 · I'm trying to recreate a data grid that I've got working with the old MVC extensions, with the Kendo UI MVC extensions, but the documentation is virtually non-existent. I have created a sample project on StackBlitz where the issue can be reproduced: StackBlitz Project. For a runnable example, refer to the demo on sorting in the Grid. For example, if I have a column in the grid which shows who last changed a row and the date they changed it (e. Looking at the example, I've managed to get data into a grid, but it doesn't sort or filter (I'm not sure about apging, as there's only a few records at present. Can anyone give me idea on how to sort grouped column from client side. By default, the sorting functionality of the Telerik UI Grid for ASP. Jul 3, 2014 · I have found out that When we group on a particular column and try to sort on a column which is not the grouped column, sorting doesn't work at all Is there any configuration I have to set explicitly? Get started with the jQuery Grid by Kendo UI packed with features such as sorting, grouping, paging, editing and more. Getting Started To control the sorting in the Grid, use the Sortable option. With code examples. Solution: Make Sep 27, 2023 · After grouping data, the KendoReact Grid filter and sort functions do not work. The sorting works but if I used template (with span inside) f Dec 3, 2019 · Actually I just noticed that the article above is a version of Kendo specifically for ASP. Description When using the Kendo UI for jQuery Grid, binding columns to nested objects may result in some functionalities, such as sorting and filtering, not working as expected. The view is:- Jun 21, 2017 · When I set the datasource to WebAPI binding, the HTTP GET is being invoked on the controller and it returns the correct data. However, you can Sep 2, 2015 · The KendoUI data grid has a configuration which supports this. Sep 19, 2016 · do you have any implementation for server side filtering , sorting and paging of the grid using . The application is an n-tier MVC application and as the title says I would like sorting to happen client side without any postbacks (normal or ajax) and when the user changes the filter or paging I would like the grid to refresh with new data from the server. Interestingly, if I skip the data grouping step and simply present the ungrouped data, the filter and sort functions work flawlessly. Also I changed my code based on your suggest link and everything is working now. Thank You again. compare is used to sort the grid. Recording. It would be very helpful if you point me to link that has guidelines for using grids. Oct 16, 2017 · I'm using a Kendo Grid, with Server Side Filtering, Sorting and Pagination. Steps To Reproduce Open the following example, sort one of the columns to see the mentioned behavior. Can this be achieved Nov 9, 2021 · Learn how to help your users parse large amounts of data easily by enabling Filtering, Sorting & Grouping in your React Data Grid. It seems that older dates than 2000 are not sorting correctly. compare function is a used to sort the data source, while the column. It ain't supported by Kendo and it has to be used carefully to avoid creating problem elsewhere. 11. To control the sorting in the Grid, use the Sortable option. But sorting on two specific fields is not working: 1. Example - disable sorting Example View Source Edit in Kendo UI Dojo Jan 25, 2016 · To be honest I am new to Kendo MVC Grids and I just want to do the right way. Are these attributes inherent in the grid or am I missing something? Learn how to resolve selection inconsistencies in Kendo UI grids when sorting and filtering in Angular. If set to false sorting will be disabled for this column. There are multiple different formats that can be parsed, but dd-MM-yyyy is not one of them. By default, sorting in the Grid is disabled. compare Dojo Sample - https://dojo. This problem seems to occur with the latest version of Kendo UI for Angular in combination with Angular 18. Feb 4, 2014 · We have an MVC project and are using razr views. The property of a column needs to be set for column sorting to work. Mar 20, 2013 · Hello Kendo forum. Grid Performs HTTP GET Requests instead of POST By default, the Grid makes POST requests when configured for Ajax data binding. Non-Editable Grid Mode The following example demonstrates how to reorder the rows of a Kendo UI Grid in a non-editable mode by using the Kendo UI Sortable. H Introduction This blog tells you when to customize the sorting functionality in Kendo Grid and how to perform it. However, both Oct 28, 2013 · Hi, I have a Kendo Grid with column templates to handle date formatting, null values, etc. I understand that I should add to the dataSource: serverPaging: true, serverSorting: true But how do I tell the May 21, 2025 · Description How can I use the Kendo UI Sortable widget with a Kendo UI Grid either in an editable or in a non-editable mode? Solution The following examples demonstrate how to achieve the desired scenarios. However, when I click a column header to sort the sort arrow changes but the data does not sort. This my code for initializing the Grid: In this code Server side pagination and virtual scroll is working but filterin Jun 3, 2025 · This article provides solutions for common issues you might encounter while working with the Telerik UI Grid component for ASP. In the database, the data type is datetime2. net-mvc-5 asked Jun 19, 2014 at 15:17 Ctrl_Alt_Defeat 4,0091370125 1 Answer Sorted by: 1 Mar 31, 2016 · I'm using a kendo grid to display the data. "John Doe - 7/20/16 10:30 AM", see 'changedByDetail' in the code example) and when the user sorts on the column I only want the datetime aspect sorted, I can achieve Dec 13, 2018 · Can be reproduced in this Dojo Sort any of the columns Ascending - the sorting icon is not visible and part of the header is cut Logged in the feedback portal Mar 1, 2023 · Mixed column sorting for MVC Grid is working only with Multi-sort mode #7232 Angular Grid Overview The Kendo UI for Angular Data Grid includes a comprehensive set of ready-to-use features covering everything from paging, sorting, filtering, editing, and grouping to row and column virtualization, exporting to PDF and Excel, and accessibility support. NET Core. rc 8g rwpsly tyx ldqhoy y3 pop zgi 7ugfpv7 8t