GithubHelp home page GithubHelp logo

devexpress-examples / devextreme-datagrid-custom-sorting-grouped-column Goto Github PK

View Code? Open in Web Editor NEW
8.0 56.0 2.0 7.34 MB

This example demonstrates how to sort a grouped column in a DataGrid.

License: Other

C# 0.05% HTML 0.34% JavaScript 99.38% TypeScript 0.20% Vue 0.04%
devextreme angular datagrid javascript jquery react sorting vue

devextreme-datagrid-custom-sorting-grouped-column's Introduction

DataGrid for DevExtreme - How to apply custom sorting to a grouped column

This example demonstrates how to sort a grouped column. In this example, the California group is always displayed at the top of the grid.

You can implement the sorting technique in two following ways:

  1. This solution is suitable for cases when paging and group summary are not used. Use the calculateGroupValue function to sort groups. This function returns values that are used for sorting and displays them in group headers. Use the groupCellTemplate property to revert the group header text to its initial value. Note that the remoteOperations property should be set to false. A sorted DataGrid, first solution

  2. The second solution is more universal. It correctly displays summaries and group row texts. It is possible to use remote operations (except the group paging) if a dedicated field is used on the server to sort groups. Use a calculated hidden column to create required cell values to sort them by Summary Group Info. A sorted DataGrid, second solution

Files to Review

Documentation

More Examples

devextreme-datagrid-custom-sorting-grouped-column's People

Contributors

lexdx avatar onebalaban avatar vladaskorohodova avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.