Hello,
Seems like I am experiencing an unusual issue with my data grid.
Even though I have clicked Multi-row highlites in the property inspector this will only work if I left click the mouse
and hit the shift key. If I want to select various(non sequential) rows in my data grid left clicking the mouse and pressing the ctrl key
doesn't work. The row is hilited briefly but then the hilite disappears for the second row hilited.
Any ideas?
Thanks!
datagrid mouseDown + ctrl key issue
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Re: datagrid mouseDown + ctrl key issue
Ah.. nevermind, people.
My dgMouseDown handler was causing issues.
There was a race condition happening where the second row hilited wasn't staying persistent.
Thanks!
My dgMouseDown handler was causing issues.
There was a race condition happening where the second row hilited wasn't staying persistent.
Thanks!