This is a migrated thread and some comments may be shown as answers.

Heirarchical GridView does not show new row when datatable updated

1 Answer 77 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Rod Yager
Top achievements
Rank 1
Rod Yager asked on 06 Oct 2011, 04:40 PM
I have a GridView's itemsource bound to a dataset with a table "xyz" as it's DataMember. When I add a new row to a .net listview bound to the same table, the GridView does not display the new row. However, when I click on the filter icon on the first column of the GridView, I can see the new row value. Any ideas?
Rod

1 Answer, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 07 Oct 2011, 06:32 AM
Hi Rod,

 The grid will display any change if the collection bound to the grid is INotifyCollectionChanged and the event is raised properly. 

Regards,
Vlad
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

Tags
GridView
Asked by
Rod Yager
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Share this question
or