-
33
posts
Member since:
Dec 2009
Posted 06 Jun 2012
Link to this post
Hi,
The itemSource of my gridview is bound on a raddatafilter but i'm defining the filter descriptors on code behind. but after adding filters to search, the gridview is not refreshing unless I scrolldown the gridview or set the focus to any control or click somewhere on it.
I'm using a MVVM to bind the item source and used observableCollection with mode=twoway to reflect the changes but it's not working.
Any idea?
Thanks
-