WinUI.TableView icon indicating copy to clipboard operation
WinUI.TableView copied to clipboard

Add Cell Selection Support

Open w-ahmad opened this issue 1 year ago • 0 comments

Problem Statement

Currently, the WinUI.TableView control does not support the selection of individual cells. This limitation restricts the ability to perform cell-specific operations, which are common in data grid scenarios.

Proposal

Implement cell selection functionality to enhance the control's interactivity and usability. This will allow users to select a single cell or multiple cells using keyboard shortcuts or mouse actions. It would bring WinUI.TableView in line with other DataGrid controls.

Key Features

  • Individual cell selection
  • Multi-cell selection
  • Range selection
  • Extended range selection
  • Copy and Export actions on selected cells

w-ahmad avatar May 20 '24 12:05 w-ahmad