Datagrid & Multi-Row Hilite possible on mobile?
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Datagrid & Multi-Row Hilite possible on mobile?
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
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?
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
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?
someone already did a good job on selecting multiple lines..
check http://stackoverflow.com/questions/2294 ... -data-grid
check http://stackoverflow.com/questions/2294 ... -data-grid
the funniest thing about this particular signature is that by the time you realize it doesn't say anything it's too late to stop reading it
Re: Datagrid & Multi-Row Hilite possible on mobile?
???viro wrote: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?
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"
One can select entries and view them in "my selection"
the funniest thing about this particular signature is that by the time you realize it doesn't say anything it's too late to stop reading it
Re: Datagrid & Multi-Row Hilite possible on mobile?
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
Kind regards,
Chris