Browse by Tags
All Tags » datagrid (RSS)
Showing page 1 of 5 (41 total posts)
-
Hello ,
I have a strange issue. I am binding a DataGrid with IList. When I try to retrieve the DataRow and try to use its DataContext. In case of some rows the DataRow is either null or DataContext of the DataRow is null. Although a binding item does exists in the IList.
Can anyone please help me on this ? This seems to be strange and ...
-
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 ...
-
Hey Guys,
Am I dreaming or is it really true that the .Net DataGrid does not allow select and copy of all rows from the grid out of the box?
Thanks,
DeeKay
-
Hi,
I tried to write a DataTemplate to display custom objects (which are stored in an ObservableCollection) in a TabControl.
Each TabItem contains a representation of a custom object.
Each object is represented by a banner (for general informations) and a DataGrid (for the important informations which are stored in a DataTable).
Here is the ...
-
When I stated using cell editors with ''CellEditorBinding'', I get a Xaml parse exception ''Cannot convert the value in attribute 'Source' to object of type 'System.Object'. A TwoWay or OneWayToSource binding cannot work on the read-only property. The property in question is my data table inside my dataset. It is indeed readonly, But this is ...
-
This DataGrid (file Xceed.Wpf.DataGrid.dll version 2.0.8127.13040) works perfect inside an Xbap in my development machine. In other clients, when trying to insert a new row directly in the DataGrid (with no code behind for this operation), it completely breaks WPF with a “Windows Presentation Fundation Host has encountered a problem and needs to ...
-
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
-
Ok, I moved my collection to the application and used the sample syntax for binding. Still no data. So in the application I add one row. I see this row, but not the rows my page added even though it does ''DataGridControl1.Items.Refresh()'' , which worked when I bound thru VB code. So, I made one last ...
-
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 ...
-
I would have expected to just look through the hierachy of controls, but DataRow.Parent is always null...?
<Style BasedOn=''{StaticResource {x:Type DataGrid:DataRow}}'' TargetType=''{x:Type DataGrid:DataRow}''> <Setter Property=''ContextMenu'' ...
1
|
|
|
|