Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6531783
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T09:55:11+00:00 2026-05-25T09:55:11+00:00

Telerik Experts, I need your help guys! In my grid, data gets bound on

  • 0

Telerik Experts, I need your help guys!

In my grid, data gets bound on the client, through .ClientEvents .OnDataBinding.
I just call grid.dataBind(customData). Data gets displayed, but grouping, filtering, sorting don’t work. Is it possible to group or filter stuff after grid.dataBind call?

Right now it just moves my columns around and doesn’t do any grouping. Sorting and filtering fails also.

Can you show me a simple example of grouping without any server calls please?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T09:55:12+00:00Added an answer on May 25, 2026 at 9:55 am

    You may want to consider using the Operation Mode feature, which was released in the recent Q2 2011 release.

    Client operation mode – This new mode allows operations like sorting,
    paging, filtering or grouping to be performed purely on the client, by
    making a single initial call to the server to retrieve all data.

    Client Mode Implementation:

        Html.Telerik().Grid(Model)
        .Name("YourGrid")
        .DataBinding(dataBinding => dataBinding
             .Ajax()
                   .OperationMode(GridOperationMode.Client) // Set to Client
                   .Select("Select", "Home")
        )
    

    Otherwise, to manually group using javascript, as follows:

    <script type='text/javascript'>
    
    function yourGrid_onDataBinding(e){
    
        //Grabs your Grid
        var yourGrid = $("#yourGrid").data("tGrid");
    
        //Removes any existing groupings
        yourGrid.groups = [];        
    
        //Ensure the column you wish to group by is EXACTLY as it appears in the Grid
        yourGrid.group("yourColumnName"); 
    }
    
    </script>
    

    Here are a few useful threads from the Telerik MVC forum that might help you solve your issue if this isn’t a viable solution for you:

    Client-Side Grouping | Has a great deal of code for client-side grouping operations

    Client-Side dataBinding | More client-side code, talks about ClientSideGroupHeaderTemplates

    Grouping with OperationMode.Client | If you have any issues with OperationMode.Client

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a Telerik Grid, with two columns I need to keep second column
First some background..I am using the Telerik MVC Grid to display data. The grid
I need a Telerik grid to only display records where the date recorded matches
Telerik ASP.NET MVC Q2 2011 I have a grid which is Ajax bound: @(Html.Telerik().Grid<IUser>()
I'm using the Telerik RAD Controls RADEditor/WYSIWYG control as part of a Dynamic Data
According to Telerik's documentation, to set a RadDatePicker's mindate or maxdate properties client-side, you
We have a Telerik Grid (i.e. enhanced version of ASP.Net vanilla grid). On some
Telerik's RADGrid, basing on their example on http://demos.telerik.com/aspnet-ajax/grid/examples/dataediting/programaticlinqupdates/defaultcs.aspx Problem: I can insert and delete,
I use a Telerik RadGrid control and various 'Eval' expressions to show data in
I have a telerik grid, when I edit a row: but if i pressed

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.