Browse by Tags
All Tags » DataSet » Binding (RSS)
-
I.m using the Xceed datagrid v.2 for WPF, the free one.
When I bind to the grid using:
grdExceed.ItemsSource = ds.Tables[TableName].DefaultView
with a dataset containing around 1000 rows it takes about 3 minutes for it to display.
Is it supposed to be that slow or what???
-
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 ..........
-
Hi Jenny,Thanks for your reply.After debugging the Binding, I found that setting Mode=TwoWay in the Binding markup extension solved the problem.
-
Hi,I'm trying to use a DatePicker outside of the DataGrid control, but I'm having trouble updating the datasource (System.Data.DataSet) with the SelectedDate value.The correct SelectedDate value is displayed in the DatePicker control when the Window is opened, but it seems as the Binding object for the DatePicker control is deleted upon selecting ...
|
|
|
|