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

Update each cell value with Async WCF call on Cell Loaded

0 Answers 50 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Vihang
Top achievements
Rank 1
Vihang asked on 11 Nov 2011, 10:21 AM
Hi All,

I am upgrading an existing WinForm application(.Net 2.0) to Silverlight application(SL 4.0). I have used RadGrid and binded it with a resultset of type (IEnumerable<Dictionary<string,objct>> i.e. Telerik.Data.DataTable) from an Async WCF call.

In the same, there is a column having all null values, that all have to be updated by another Async WCF call when it is binding to the RadGrid, as I am not exposed with the first service and business logic, I can not make change to first service logic.

E.g. If I have 150 result, I have to check every cell while it is binded and If I find "[none]", I have to update it making another service call.

I am using MVVM pattern to bind the Result to RadGrid.

So to achieve this I have found 2 probable useful events of Radgrid controls:
1) CellLoaded
2) RowLoaded

Please guide me how I can achieve this.

Thanks,
Vihang
Software Engineer
Prakash Software Solutions Pvt. Ltd.

No answers yet. Maybe you can help?

Tags
GridView
Asked by
Vihang
Top achievements
Rank 1
Share this question
or