Browse by Tags
All Tags » "Data Bind... » DataGridCollectionViewSource refresh (RSS)
-
I have a DataGrid bound to a DataGridCollectionViewSource. I bind DataGridCollectionViewSource.Source to a Property in my UserControl and raise a PropertyChanged event in the Property Set. Everything works great as I can change that Property programatically and the Grid refreshes.
But what I need to do is select specific ...
-
Hi,
I am binding DataGridControl by DataGridCollectionViewSource in XAML.
XAML:
<xcdg:DataGridCollectionViewSource x:Key=''cvsSchedule'' Source=''{Binding ElementName=SchedulePage,Path=DtApptsSchedule}'' AutoFilterMode=''And''></xcdg:DataGridCollectionViewSource>
<xcdg:DataGridControl Width=''auto'' Height=''auto'' ...
-
Ok, I moved my collection to the application and used the sample syntax for binding. Still no data. So in the application I add one row. I see this row, but not the rows my page added even though it does ''DataGridControl1.Items.Refresh()'' , which worked when I bound thru VB code. So, I made one last ...
|
|
|
|