Mar 14, 2018, 1:21 PM
[CLOSED] Different options per record in a splitButton widget
Hello, we have a grid to display various kinds of data (text, command columns, widgets).
We want each row to have a widget "splitButton" so the user can choose one of many options.
The catch is: each option in this splitButton might be different depending on the row.
So we might have a record A with the options "1, 2, 3" and another record with the options "3, 4".
The chosen option will have effects on other parts of the app (think of "display options").
How would you implement such a thing ? Can the record also store a list of options for the splitButton widget ?
Thank you for you help.
We want each row to have a widget "splitButton" so the user can choose one of many options.
The catch is: each option in this splitButton might be different depending on the row.
So we might have a record A with the options "1, 2, 3" and another record with the options "3, 4".
The chosen option will have effects on other parts of the app (think of "display options").
How would you implement such a thing ? Can the record also store a list of options for the splitButton widget ?
Thank you for you help.
Last edited by fabricio.murta; Apr 17, 2018 at 7:27 PM.