Browse by Tags
All Tags » DataTable (RSS)
Showing page 1 of 2 (16 total posts)
-
Hi
everybody. In my application I need to refresh my data
frequently. This refresh is just a Rows.Clear() and Rows.Add() of
items of my ItemSource that is a Table. In normal conditions, the
process is Ok, but when I start to use AutoFilter option, my refresh
process becomes very slow which is very noticeable when large data
(2000 ...
-
hello guys ,
well i love your xceed datagridcontrol , that's so nice but i have 1 problem with that :
you know what i can set my datatable about my database in APP.xaml.cs but i want to change it in all of windows in WPF Application ...
i have a datatable in one of my windows in WPF Application that it creates by a search query ...
-
So, I have a DataTable with two bool columns and two string columns. On the DataGrid, it has a radiobutton, a checkbox, and two read-only columns. When I put a check in the Checkbox, I need to update a combobox with all the stuff that is checked in the grid. My issue is, whenever it fires the _Checked event, I loop through the ...
-
I made sure to go through the blogs, forums, sample code and KB. The sample code itself was confusing because it was bound to a custom class, or done using XAML.
My issue is that I have the .ItemsSource for dgGridName set to a built-from-scratch DataTable (dTab) in one function, and then I have a second separate function that reads ...
-
This post contains three questions really, so I'll try and be as succinct as possible.
I have a class (MyClass) derived from UserControl containing a DataGrid with a Column defined as thus:
<xcdg:Column FieldName=''Contact'' ForeignKeyConfiguration=''{StaticResource contactForeignKeyConfiguration}'' />
The ForeignKeyConfiguration is ...
-
Hello,
I am using Model View ViewModel pattern. I have a button inside a DataCell of Xceed DataGrid. I want to use DelegateCommand to handle the click event of the button.
Also, I dont want to write anything for the same in my Code Behind. I want everything to reside in my ViewModel.
How can this be achieved. I thought of RoutedEvents / ...
-
I am using latest Xceed DataGrid version: 3.1.
It seems that TableView.ColumnStretchMode is ignored as soon as I provide custom style for DataRow element.
It is reproducable in one of your sample applications: CustomViews.
Thanks.
-
This is the small piece of code i wrote.. when i run the app it does not populate the datagrid with the datatable values.. am i missing something here?? Please help me.. its very urgent!! using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Windows;using System.Windows.Controls;using ...
-
I've got a pivot/crosstab that responds to a user filter. I create a new DataTable every time, since the filter affects the number of columns shown.
I have a DataGridCollectionViewSource bound to the DataTable property on my controller, and the ItemsSource of my DataGridControl bound to the DataGridCollectionViewSource. The DataGrid has ...
-
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 ..........
1
|
|
|
|