Browse by Tags
All Tags » "Data Bind... » DataGridCollectionView (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 All,
I am binding to a DataGridViewCollection as detailed below:
<xcDP:DataGridCollectionViewSource x:Key=''alertsView''
x:Name=''alertsView''
Source=''{Binding Results.DefaultView}''
AutoCreateItemProperties=''True''
...
-
I need to display a datagrid with two columns that are bound to the same property. Here is the code I am using but it does not work:
DataGridCollectionView dataGridCollectionView = new DataGridCollectionView(list, typeof(MyData), false, ...
-
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'' ...
-
Yes, I set AutoCreateDetailConfigurations property to true.
I can only get data if I bind thru VB code and not xaml. But, in order to use the CollectionViewSource (where all the good features seem to be), you have to bind thru xaml. I'm frusrated that I can't get past first base. All your samples have the bound object in the ...
-
Hi,
I am binding the DataGridControl from code behind using datagridcollectionview.....Suppose my datatable contains 5 columns . Now in the xceed grid i want to display the values of 1st and 3rd column in the same header i.e. in one column . How can i achieve this ?????
|
|
|
|