Completed
Last Updated: 22 Jan 2020 14:50 by ADMIN
Erik
Created on: 25 Jun 2015 14:13
Category: Grid
Type: Feature Request
0
grouppanel
We recently added row group functionality to our grids and we and our users are very happy with this.

Only thing that bothers us is the drop functionality on the grouppanel. We have an wish to make the drop functionality of the grouppanel much more intuitive. Especially when the RadGrid is already grouped on multiple columns.

The marker to indicate where the user will drop an existing grouping column is shown at the begin and the end of the group column connector between groups:

Because the connector is very small it is not clear to new users where the column is dropped when it is dropped on the connector.

This case can be reproduced on the RadGrid Grouping demo on your site:
http://demos.telerik.com/aspnet-ajax/grid/examples/functionality/grouping/grouping/defaultcs.aspx

Forum reference:
http://www.telerik.com/forums/grouppanel-column-drop-and-reorder#WLzO_nt1Pk2CZYPPIITYgA
1 comment
ADMIN
Rumen
Posted on: 22 Jan 2020 14:49

Hi Erik,

With the lightweight rendering of RadGrid (just set RenderMode="Lightweight property) you can easily customize the top and bottom arrow icons of the grouping functionality via the following CSS classes:

.GridReorderTop, .GridReorderTop {
    font-size: 30px !important;
}

Best Regards,
Rumen
Progress Telerik

Get quickly onboarded and successful with UI for ASP.NET AJAX with the Virtual Classroom technical trainings, available to all active customers. Learn More.