Completed
Last Updated: 08 Jun 2023 07:47 by ADMIN
Release 4.4.0 (07/19/2023) (R3 PI1)
Ivaylo
Created on: 17 May 2023 14:37
Category: UI for Blazor
Type: Bug Report
5
Grid columns visibility issue

Hello there,

I encountered an issue with the TelerikGrid component. This started to be an issue from version 4.1.0 and can be reproduced from here:

https://docs.telerik.com/blazor-ui/components/grid/columns/visible#toggle-the-visibility-of-a-column-on-button

If this line from the example:

<GridColumn Field=@nameof(SampleData.Name) Title="Name" />
is changed to:

<GridColumn Field=@nameof(SampleData.Name) Title="Name" Visible="@!isVisible">
    <Template>
       @((context as SampleData).Name)
     </Template>
</GridColumn>

you can see that once the template GridColumn is shown, its data overwrites the data of the "Hire Date" column when toggling the visibility of the columns. The header of the column is changing but the data stays the same.

To provide a visual context of the issue, I have attached a video.

 

Best regards,

Ivaylo

1 comment
ADMIN
Yanislav
Posted on: 24 May 2023 10:22

Hello Ivaylo,

Thank you for reporting this issue!

As a creator, you are automatically subscribed to receive email notifications about status changes. In the meantime, until the bug is fixed, if we can find a possible workaround, we will post it immediately as a comment in the public item. 

As a token of gratitude for helping us identify this issue, I have updated your Telerik points.

Please accept our apologies for the inconvenience caused by this issue. Thank you for your understanding!

Regards,
Yanislav
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!