Currently when a user clicks a row on a table its possible to use "selected rows changed" event with "selected rows" binding to open a popup with the values from the selected row.
However, a common use case is needing to open a popup with the value of the clicked cell (including which column & row was clicked).
This is possible with the collection widget but seems overkill for a simple functionality that's needed very frequently. Also the collection widget is not as performant as the advanced grid widget.
Advanced grid - current state:
- Know which row was clicked
- Know the values of the row that was clicked
Advanced grid - desired state:
- Know which cell was clicked
- Know the value of the cell that was clicked
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.