Browse by Tags
All Tags » 3.1 (RSS)
-
HiSometime when I edit a cell, a NullReferenceException is thrown.If I check the code of this method with reflector, I see that the property cell.ParentColumn.CurrentRowInEditionCellState returns null but there is no check on the result.I'm using WPF DataGrid v3.1.9069.14010
StackTrace:
at ...
-
Hi!
In my application I have a navigation history (like web-browser). Each history step has his own set of data.In UI I have a DataGridControl with TableView. When user navigates forward or back in navigation history, ItemSource of DataGridControl changes to another object.
I want to save the selection and scrolling offset. With selection I ...
-
I am attempting to use the SaveSettings and LoadSettings methods of the WPF grid version 3.1.
I have saved the XML document using the following code snippet:
Dim serializer As New XmlSerializer(GetType(SettingsRepository))
Dim baselocation As String = AppDomain.CurrentDomain.BaseDirectory
MSDataGrid.SaveUserSettings(CurrentSettings, ...
-
Hi !
I have strange behavior of CheckBox columns of WPF Grid 3.1 (the latest version fron 17 February 2009).
There is small application, with TabControl of two tabs. The first tab control contains Xceed WPF grid control. The first column bind to some boolean variable. The problem occures then I check the CheckBox, than do not move to ...
-
I changed the SelectionMode in the Printing sample to Multiple and I can only select one row at a time. I changed the references back to 3.0 dlls and the Multiple SelectionMode works fine. Is anyone else experiencing this issue?
Thank you,
Mario
-
Hello,
Several days ago we migrated our solution to 3.1 version of xceed datagridcontrol.
Everithing goes fine, except one case : My DataGridControl on page has this property setted:
Visibility=''{Binding Path=IsSelectedSplit, Converter={StaticResource BB}}'' and on build everything goes fine, but when I acces that window I get the ...
-
I am currently evaluating the WPF grid control for use in our application(s). I am very happy with the data virtualization capabilities that I have seen so far!
That said, multiple selections does not appear to be working when the grid is used with Data Virtualization...
To confirm this problem, I checked to see whether it ...
|
|
|
|