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

Refresh a RadGridView bound to IQueryable ?

1 Answer 113 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Thomas LEBRUN
Top achievements
Rank 1
Thomas LEBRUN asked on 14 Dec 2011, 10:10 AM
Hi,

How can i refresh a RadgridView that is bound to an IQueryable object ? I mean, as the IQueryable will be used (i.e. generate SQL request) when it'll be evaluated, if i add/edit/delete update in my database, how can i force the refresh/reexecution of the IQueryable  without lost filtering, grouping, etc. ?

Thanks !

1 Answer, 1 is accepted

Sort by
0
Thomas LEBRUN
Top achievements
Rank 1
answered on 14 Dec 2011, 10:18 AM
Found it: we need to call Rebind method :)
Tags
GridView
Asked by
Thomas LEBRUN
Top achievements
Rank 1
Answers by
Thomas LEBRUN
Top achievements
Rank 1
Share this question
or