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

Refresh Row in RadGridView

1 Answer 95 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Barbara
Top achievements
Rank 1
Barbara asked on 26 Sep 2014, 07:08 PM
Hi,

In RadGridView, I am having around 30 columns and i am adding data to grid periodically (1 row every 5 seconds). Couple of column values will change dynamically after adding. I am using INotifyPropertyChanged for updating UI. Some times i am seeing values are not updated in RadGridView. Is there any mechanism to refresh complete Row on changing one property in my data source. 
I don't want to rebind the entire grid.

Regards,
Raghu

1 Answer, 1 is accepted

Sort by
0
Vanya Pavlova
Telerik team
answered on 29 Sep 2014, 09:58 AM
Hello Raghu,


Thank you for contacting us. 

Since your underlying data object implements INotifyPropertyChanged interface, RadGridView will change and update the cell content relative to the changed value. 

The behavior you described could be considered as abnormal and it's not the desired one. 

May you verify whether the PropertyChanged event is raised each time you update the values? 


Regards,
Vanya Pavlova
Telerik
 
Check out Telerik Analytics, the service which allows developers to discover app usage patterns, analyze user data, log exceptions, solve problems and profile application performance at run time. Watch the videos and start improving your app based on facts, not hunches.
 
Tags
GridView
Asked by
Barbara
Top achievements
Rank 1
Answers by
Vanya Pavlova
Telerik team
Share this question
or