Hello,
I'm trying to select multiple rows in my DataGrid but when I add the dgMouseDown handler in my DataGrid
script, the hilite for the second row just flashes and disappears. Is there a way around this? I still need to use
that handler but also need to select multiple rows.
Thanks!
dgMouseDown issue multiple row selection
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Re: dgMouseDown issue multiple row selection
Hi.
Not sure what your issue is, but try this:
set the dgHiliteLines of group "yourDataGrid" to "1,3,5"
Craig Newman
Not sure what your issue is, but try this:
set the dgHiliteLines of group "yourDataGrid" to "1,3,5"
Craig Newman
Re: dgMouseDown issue multiple row selection
Hi.
Thanks for the response.
I appreciate it!
Thanks for the response.
I appreciate it!

Re: dgMouseDown issue multiple row selection
What exactly does your dgMouseDown handler do?
Please post the script(s).
How did you set up your datagrid? "Table" or "Form"?
Auto hilite? Multiple hilites?
We are in fact working on "clairvoyance", but did not make it yet
Please post the script(s).
How did you set up your datagrid? "Table" or "Form"?
Auto hilite? Multiple hilites?
We are in fact working on "clairvoyance", but did not make it yet
