on ‎2021 Feb 19 3:43 AM
Hello experts. I have a requeriment to show a table where user can select several rows in order to run some process at the end with all selected rows. Next screenshot is from the Fiori for iOS Guidelines and is exactly what I need:

is there this UI control in MDK ?
I have looked into table control and grid however I didn't find any property to make them multiselectable.
is there a control to do it ? if not, would there be some way to do it?
Thanks
Kiko
Help others by sharing your knowledge.
AnswerRequest clarification before answering.
Thanks Bill. It would be nice to have a preview of this new feature.
In the meantime, I'm trying to do manually doing the following:
1) Include a new item in my grid to show 'X' or 'O' depending on whether the row is selected or not. Initially with default value 'O'. If I manage I will try with icons to make it prettier.
2) onPress event in a row I switch de value of the item I added:

The change is done however the control doesn't show the new value unless you scroll the screen up and down.
I have tryed to do a context.redraw() but then the default initial value 'O' is set again.
Is there a way to do a soft refresh same as when I scroll the screen up and down in order not to initialice the control and the value of
the new item? or any other idea to managed my requirement ?
Thanks
Kiko
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 13 | |
| 8 | |
| 7 | |
| 5 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.