Page 1 of 1

Datagrid & Multi-Row Hilite possible on mobile?

Posted: Tue May 20, 2014 8:32 pm
by charms
Hi there,

How can I select multiple rows in a datagrid on a mobile device?

One way I could think of is to add a button on each line that will send the line number to a variable in the datagrid group.

Is this the way to go? Or is there another possibility?

Thanks,
Chris

Re: Datagrid & Multi-Row Hilite possible on mobile?

Posted: Wed May 21, 2014 12:58 pm
by Klaus
Hi Chris,

since multi-lline selection requires pressing a modyfier key,
this is obviously not possible on mobile "out of the box".

You might need to "roll your own" routine for that!
But I have no idea how to do this.


Best

Klaus

Re: Datagrid & Multi-Row Hilite possible on mobile?

Posted: Wed May 21, 2014 2:53 pm
by viro
someone already did a good job on selecting multiple lines..
check http://stackoverflow.com/questions/2294 ... -data-grid

Re: Datagrid & Multi-Row Hilite possible on mobile?

Posted: Wed May 21, 2014 3:04 pm
by Klaus
viro wrote:someone already did a good job on selecting multiple lines..
check http://stackoverflow.com/questions/2294 ... -data-grid
??? :shock:

Re: Datagrid & Multi-Row Hilite possible on mobile?

Posted: Wed May 21, 2014 6:07 pm
by viro
I installed that stack and marked some entries. https://www.dropbox.com/s/rzzroxqw6uxmo ... -01-49.png
One can select entries and view them in "my selection"

Re: Datagrid & Multi-Row Hilite possible on mobile?

Posted: Thu May 22, 2014 11:28 pm
by charms
Thanks for your answers. I will try to parse the line number in to the button and when a button is clicked add the line numbers to a group property.

Kind regards,
Chris