Browse by Tags
All Tags » WPF Data Grid » 3.1 (RSS)
-
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
|
|
|
|