For Ansys Mechanical, I'm looking to display tabular data to the user and allow some user interaction (adding/removing columns and rows and filling in cell values) and thought the Worksheet pane would be an appropriate UI from the user's perspective.
The data table should include headers for columns and headers for groups of columns. Each column should have a few cells with comboboxes (dropdownlist) checkboxes and cells for entering data.
Is this possible at all, and if not, what might be an alternative solution?
In case of having to create a custom GUI using Ansys.UI.Toolkit, what might be a good starting point? GridControl?