Browse by Tags
All Tags » WPF Data Grid (RSS)
Showing page 1 of 4 (33 total posts)
-
Hi,
I'm trying to set default values for some columns in the DataGrid's InitializingInsertionRow event. I have the DataGrid set up in card view with the InsertionRow visible. The code for my event handler is this:
private void dataGridControl1_InitializingInsertionRow(object sender, ...
-
Hi,
I have troubles to work with Xceed DataGrid and ADO.Net Entities Framework. How to make a ''databinding'' with a datagrid and a entitie of ADO.Net Entities Framework?
I´m so sorry about my poor english!
tks
Leo
-
Hi all,
I am binding the grid like below:
<xcdg:DataGridCollectionViewSource x:Key=''cvsImgGrid'' Source=''{Binding ElementName=ImgGrid, Path=Dv,Mode=OneWay}'' AutoFilterMode=''Or'' />
<xcdg:DataGridControl Name=''dataGridControl1'' Width=''Auto'' Height=''Auto'' ItemsSource=''{Binding Source={StaticResource cvsImgGrid}}'' /> ...
-
Hi,
I tried this:
<xcdg:DataGridCollectionViewSource x:Key=''cvsCompanies''AutoFilterMode=''And''DefaultCalculateDistinctValues=''False''><xcdg:DataGridCollectionViewSource.ItemProperties><xcdg:DataGridItemProperty Name=''CompanyLogo'' CalculateDistinctValues=''True''/><xcdg:DataGridItemProperty ...
-
Hi,
I have a gridview that I have set up to display files that are being downloaded. In each row I have a filename, progressbar, upload speed and download speed. After looking at the Live Updating sample and copying how that datagrid is binding, I was able to get everything working find and updting the rows of data in real time. However, I am ...
-
Hi,
How can i disable grouping for some columns in XceedDataGrid control ???
-
Please can you point me at documentation for setting the visible rows in the grid programmatically? I have looked throught the documentation and the forums and have found some readonly properties, but no methods that allow me to do this.
I would like to know which object I should do this on (The control itself, or the view, or the ...
-
Hi,
I have three pages and i am using the Xceed DataGridControl in all the three pages . Now i want to set the theme for these grid but i dont want to set it separately in all pages so i wanted it at Application Level How can i do this??? I want to set WMP11Theme.
Thanx
-
Hi,
I am using a combobox in Cell edit template i am loading the combobox content when the edit is fired but after the ending edit i am getting the Member not the Value. My code is below:
XAML :
<xcdg:DataGridControl Grid.Row=''2'' HorizontalAlignment=''Left'' Name=''NotesGrid'' Width=''800'' Height=''Auto'' ...
-
I am trying to create a set of grids that are dependent upon each other. In the sample code provided below I have 2 datagrid controls ( A country grid and a province / state gird ). I have the binding on them working correctly so that if I select a country in the countryGrid all the provinces/states for that country show up in provinces/state ...
1
|
|
|
|