Keyboard navigation to editable cells does not retain text selection. Having the SelectionOnFocus to “SelectAll” and the cell is in edit mode, the text gets selected
pressing enter or tab key, the text in the next cell is not selected.
I have tried implicit style, cell edit templates, same result, text gets deselected.
I want to select multiple rows by selecting one and then holding down the shift key and selecting more.
For example in WPF DataGrid there is an Extended multiple selection option: https://docs.telerik.com/devtools/wpf/controls/radgridview/selection/multiple-selection
we would like to auto focus the RadRichTextView control to automatically pop up the keyboard.
Maui Community Toolkit have this functionality for all controls that implement ITextInput
Hyperlink dialog doesn't display on currently active window in multi-window scenario
When the numerical column enters edit mode, in order to display the keyboard you need to tap one more time.
Outside of the datagrid, when the numeric input control gets focused, the keyboard appears.
Expose an API to explicitly set the popup position (on which side the popup should be displayed).
Currently, there is a logic that automatically detects the available space and opens the drop-down above or below the input field.
Hello,
The CollectionView has a HeaderTemplate and a FooterTemplate. When using grouping, there is a GroupHeaderTemplate but no GroupFooterTemplate (like the default MAUI CollectionView has).
Can the GroupFooterTemplate be added to the CollectionView control?
Thanks!
I want to add text in the gauge ranges definition:
For example:
Currently, the slider is horizontally oriented, provide an option to render a vertical range slider.