Browse by Tags
All Tags » WPF » DataGridControl (RSS)
-
Recently, we had a question here at technical support asking if we had ''Excel Like Selection of DataCells''.
Well... we don't! When SelectionUnit is set to Cell on DataGridControl it is possible to make your selection on a cell-by-cell basis and to select multiple cells at once by Shift Clicking but still, that is not what some clients expect, ...
-
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, ...
|
|
|
|