Unplanned
Last Updated: 18 Oct 2023 11:15 by ADMIN
Keith
Created on: 18 Oct 2023 10:58
Category: Grid
Type: Bug Report
0
Columns not aligned with headers when using static headers and grouping
When using a RadGrid with static headers and grouping, columns and column headers are misaligned 
1 comment
ADMIN
Vasko
Posted on: 18 Oct 2023 11:15

Hello Keith,

Thank you for reporting this issue, this is indeed a bug.

During the investigation, we found a potential workaround that you can try:

  • Attach the OnGroupExpanded event 
  • In the event handler, call the .repaint() method of the Grid: 
    function GroupExpanded(sender, args) {
        sender.repaint()
    }

This method will call the internal logic to recalculate the dimensions and apply the necessary width for the column headers to fix the alignment.

Kind regards,
Vasko
Progress Telerik

Stay tuned by visiting our public roadmap and feedback portal pages! Or perhaps, if you are new to our Telerik family, check out our getting started resources