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

reload/update QueryableEntityCollectionView from SQL-Server

1 Answer 114 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Uwe
Top achievements
Rank 1
Uwe asked on 21 Jul 2014, 10:57 AM
Hello Telerik,

I’m using the RadGridView bound to a QueryableEntityCollectionView which is just a simple SQL-Table. How can I reload the collection 
(update the UI) when only a field in an existing row has changed in the background in the SQL-Database.
Calling Refresh() works if a row is added or deleted.

Regards
Uwe

1 Answer, 1 is accepted

Sort by
0
Accepted
Dimitrina
Telerik team
answered on 23 Jul 2014, 10:09 AM
Hi Uwe,

I am afraid there is not a way to refresh the content of a single item if it was just edited and not removed/added. In that case you should reload all the data so that all the property changes to be downloaded from the server.

Regards,
Didie
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
Uwe
Top achievements
Rank 1
Answers by
Dimitrina
Telerik team
Share this question
or