Unplanned
Last Updated: 07 Dec 2020 10:30 by ADMIN
Geoffrey
Created on: 07 Dec 2020 10:08
Category: DataGrid
Type: Bug Report
0
DataGrid: Data is not visually updated when the control is inside the not selected TabView Tab
 In Tab1 I have a DataGrid and in Tab2  I have also a DataGrid with data.

When you click on the change data button the data will change in Tab1 and Tab2. But when for example Tab2 is visible then the data in Tab1 is not updated when you go to that tab. When you resize the app then the data becomes visible.
1 comment
ADMIN
Didi
Posted on: 07 Dec 2020 10:30

Hello,

Approaches that can be used to workaround this issue: 

1) use Clear() method which removes all items from the collection. Then use the Add method to add items to the collection

or

2) set the TabView.IsContentPreserved property to true

Regards,
Didi
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.