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

Cell update from NotifyProperty in ObservableCollection

3 Answers 49 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Daniel Meland
Top achievements
Rank 1
Daniel Meland asked on 26 Oct 2010, 02:32 PM
I have a GridView using a ObservableColletion source.

The cells are dynamically updated after the row is added.

I am looking for an event that occurs on a cell/row that has the data updated.

Any suggestions?

I have tried cellselector and propertychanged cant find it.

BTW there is no 'cellediting' occuring, just receiving of a propertychanged notify from the collection.
Thanks

3 Answers, 1 is accepted

Sort by
0
Maya
Telerik team
answered on 29 Oct 2010, 12:02 PM
Hi Daniel Meland,

You may utilize the ObservableItemCollection as a source for your grid. It provides ItemChanged event that will be fired on update of its items. However, as I am not quite aware of the goal you are trying to achieve, I cannot suggest any further. So, please share a bit more information, if you need additional help.

Greetings,
Maya
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
0
Daniel Meland
Top achievements
Rank 1
answered on 29 Oct 2010, 01:35 PM
I have a RadGrid which is housing a single row of 5 cells which are updated via a ObservableCollection.

When a property has changed in the object in the collection a single cell is updated, however the cellselector is not called when this happens.

I.E. when the cell changes from "OK" to "FAIL" I want 'FAIL' to be in red.  THis is a grid cell issue not a object property event issue.

Any suggestions?

Thanks
0
Vlad
Telerik team
answered on 29 Oct 2010, 01:40 PM
Hi,

 Can you try our latest internal build to see what will be the result in your case?

Regards,
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
Daniel Meland
Top achievements
Rank 1
Answers by
Maya
Telerik team
Daniel Meland
Top achievements
Rank 1
Vlad
Telerik team
Share this question
or