Hello friends,
I am working with DevForce Silverlight. I have a RadGridView
control that is bound to an Observable collection ("EmployeeDetails")
which is a database view. I have modified the "EmployeeDetails” by
updating underlying entity (from which the view is created). But once the data
is updated it is not showing in UI even though the corresponding entity is
updated.
Do I need to re-fetch the data again GridView to show the
changes? Please suggest me.
Thanks.