Browse by Tags
All Tags » "Data Bind... » DataGridCollectionViewSource (RSS)
-
Hi there, sorry for the length of this post, this is a particularly tricky
problem to explain
I've been evaluating the Xceed grid and have been very impressed to date,
but I fear I may have uncovered a bug.
To set the scenario, I have an application that uses a control app to spawn
multiple windows, each with a dedicated UI ...
-
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'' ...
|
|
|
|