2025 v1.2 Grid Improvements Added automation support for ITableProvider.RowOrColumnMajor in transposed grid. Bug fixes Corrected GridColumn.DataMap.DisplayMemberPath to prevent class names from displaying when the string was empty. Corrected ViewRange property for header panels. Fixed GridPanel.ViewRange behavior when the grid is transposed. Fixed issue where pasting a single text value into multiple cells was not working. Applied EditorForeground, EditorBackground parameters to the editor input element. Prevented resize column-header menus from appearing in transposed grid. Fixed exception when using automation on a grid with no headers. Fixed an issue where GridPanel.ViewRange returned incorrect values, causing exceptions in automation. Corrected behavior of cancellable CursorChanging event when Cancel was set to true. Fixed GridPanel.ViewRange for header panels with headers but no cells. Corrected "BoundingRectangle" position of "header" automation peers inside panels. Fixed exception when opening column-width editor. Ensured SelectedIndex and SelectedItem update correctly when the SelectionChanged event is raised. GridControl Bug fixes Fixed exception when accessing the EditorRange property if the grid was not loaded in the visual tree. Fixed exception when accessing the ViewRange property if the grid was not loaded in the visual tree. Fixed an issue where EditorForeground and EditorBackground parameters were not applied to the editor input element. Fixed an issue where the cursor position was not set when editing began with a keystroke. Resolved an issue where the cancellable events SelectionChanging, CursorChanging, BeginningEdit, and CellEditEnding were not canceled when the Cancel property was set to true. Input Bug fixes Fixed an issue where C1TextBox.CursorPosition and SelectionLength were not honored. Fixed an issue where the Keyboard property of C1TextBox was not honored.