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 9119033
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T05:17:51+00:00 2026-06-17T05:17:51+00:00

When i group be default the radgridview by Telerik The name of the column

  • 0

When i group be default the radgridview by Telerik The name of the column and the value of the cell are put it like the title of the Group

{Column Title}: {Cell Value}

enter image description here

But I need to change that to have just the {Cell Value}

Is any way to do that with C#?

  • 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-06-17T05:17:53+00:00Added an answer on June 17, 2026 at 5:17 am

    If you’re talking about removing the pre-fixed column names from the values after grouping, you can subscribe to the GroupSummaryEvaluateevent, and then override the default formatting.

    For example, if your column names are “Rotulo” and “Termino”, as it appears in your example:

    void radGridView_GroupSummaryEvaluate(object sender, Telerik.WinControls.UI.GroupSummaryEvaluationEventArgs e)
    {
        if ((e.SummaryItem.Name == "Rotulo") || (e.SummaryItem.Name == "Termino"))
        {
            e.FormatString = e.Value.ToString();
        }
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

iPhone resources by default show up in a Resources group that's visible in the
I have 4 Checkboxes, and they all react like one group as default. How
Hi im trying to assign a default group to any user that registers with
I'm doing a bash shell script and I want to change the default group
I created a small Amazon EC2 instance like this: ec2-run-instances --group default --block-device-mapping /dev/sda1=:16:off
I'm writing a custom validator for a specific constrain group (not Default), but the
I have a grid that implements grouping but would like to expand on the
A group of developers that I am working with switched from VSS to SVN
struct Group { Group(string _N, set <string> M_) {Name = N_; Member = M_}
My group is trying to build a server using Apache Thrift but we are

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.