Ctrl Select in ReportControl |
Post Reply |
Author | |
tobi
Senior Member Joined: 09 September 2004 Location: Germany Status: Offline Points: 451 |
Post Options
Thanks(0)
Posted: 11 January 2010 at 9:33am |
When I select a reportcontrol row with the mouse while the CTRL key is pressed the row
only gets the focus rect, but is not selected !? In my configuration the multiselection property is set to false. Is it possible to make it get selected the normal way or can CTRL select disabled so that nothing happens when CTRL is pressed and a row is selected ? I'm using version 13.2.1 ! |
|
tobi
Senior Member Joined: 09 September 2004 Location: Germany Status: Offline Points: 451 |
Post Options
Thanks(0)
|
Any ideas ?
|
|
mdoubson
Senior Member Joined: 17 November 2008 Status: Offline Points: 1705 |
Post Options
Thanks(0)
|
In multi-selection mode (wndReportControl.MultipleSelection = True) Ctrl + Click used as toggle - allow discrete select or unselect row,
in single-selection mode (wndReportControl.MultipleSelection = False) Click use as toggle and Ctrl+Click allow to clear selection
|
|
tobi
Senior Member Joined: 09 September 2004 Location: Germany Status: Offline Points: 451 |
Post Options
Thanks(0)
|
Can I change behavior in single selection mode that Ctrl+Click also selects the row clicked ?
I always need one row to be selected ! |
|
mdoubson
Senior Member Joined: 17 November 2008 Status: Offline Points: 1705 |
Post Options
Thanks(0)
|
Yes I can but as I like to keep unselect feature I mention - I will try it for special case:
wndReportControl.MultipleSelection = False '- this is NOT default for control
wndReportControl.MultiSelectionMode = True '- this is NOT default for control
|
|
mdoubson
Senior Member Joined: 17 November 2008 Status: Offline Points: 1705 |
Post Options
Thanks(0)
|
Tobi please try your app with updated beta - https://forum.codejock.com/uploads/BetaOCX/ReportControlBeta13-2-2.rar
|
|
tobi
Senior Member Joined: 09 September 2004 Location: Germany Status: Offline Points: 451 |
Post Options
Thanks(0)
|
Hi Mark,
setting MultiSelectionMode to True with your last beta does exactly what I need Please implement it in next release !!! When can we expect next release ? Thanks a lot |
|
mdoubson
Senior Member Joined: 17 November 2008 Status: Offline Points: 1705 |
Post Options
Thanks(0)
|
I hope - next week. I also add new optional flag - FastDeselectMode (default - False).
If True - click on empty space in report's bottom or right part (left for RTL case) will deselect all - like Windows Explorer or List Control without Full Row Selection style
|
|
mdoubson
Senior Member Joined: 17 November 2008 Status: Offline Points: 1705 |
Post Options
Thanks(0)
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |