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

[Solved] Refresh single cell content

1 Answer 109 Views
GridView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Wil
Top achievements
Rank 1
Wil asked on 19 Oct 2010, 03:08 PM
Hi, 
I'm implementing various commands on a gridview project, and these are more "cell-oriented" than "row-oriented", meaning that many times i have to update only a specific field on a row item, rather than changing the whole row.

In case like this, after the command i need to refresh the content of that single cell, but the only useful method I found is 

gridview.Items.Refresh()

that is rather slow, and overkilling. What is the recommended way to achieve, or implement, a sigle cell refresh?

Thanks a lot

1 Answer, 1 is accepted

Sort by
0
Accepted
Vlad
Telerik team
answered on 19 Oct 2010, 03:09 PM
Hello,

If your data items are INotifyPropertyChanged, cell values will be refreshed automatically when you change the value of some property. 

Greetings,
Vlad
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
GridView
Asked by
Wil
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Share this question
or