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:
If this line from the example:
<GridColumn Field=@nameof(SampleData.Name) Title="Name" /><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
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