Browse by Tags
All Tags » ADO (RSS)
-
Hi all,I have a DataGridControl in XAML. Now to load this datagrid i am creating a DataGridCollectionView in code behind and assigning the DataTable from database to this DataGridCollectionView & using DataGridControl.ItemsSource = DataGridCollectionView . As in my application the data in database keeps on changing so i want to show the new ...
-
Hi all,
I have a DataGridControl , i attached the datasource to the grid through DataGridCollectionView.... Now i want to add a column at run time to the same DataGridControl , but this column will have a different DataSource. How can i get this ??? If i am not clear to you i can clarify more ..........
-
I've been trying to bind the datagrid to a datatable that I create programmatically at runtime. I tried modifying the example in the Xceed documentation where I declare the datagrid as a shared property. I would then try to declare the databinding in the XAML but I would rather do this in the code behind. Is this possible?
|
|
|
|