Print Page | Close Window

Sorting and D&D

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Report Control
Forum Description: Topics Related to Codejock Report Control
URL: http://forum.codejock.com/forum_posts.asp?TID=4063
Printed Date: 17 June 2024 at 9:37am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Sorting and D&D
Posted By: Fabian
Subject: Sorting and D&D
Date Posted: 26 April 2006 at 11:41am

Hi

Drag&Drop a row in the ReportControl doesn't work if a column was sorted. Thats OK. But how can the user remove sorting from a column (Ctrl&Click or something else?) to arrange rows individually?

Thanks

Fabian



-------------
Product: Xtreme SuitePro (ActiveX) version 16.2.3

Platform: Windows 7 (32bit)

Language: Visual Basic 6.0 / SP6



Replies:
Posted By: sserge
Date Posted: 27 April 2006 at 3:50pm
That could be done only programmatically for now:


.GroupsOrder.DeleteAll ' if needed
.SortOrder.DeleteAll
.Populate


Any suggestions? Is Ctrl+Click the best shortcut for this operation?

--
WBR,
Serge


Posted By: Oleg
Date Posted: 27 April 2006 at 4:01pm
Developer must manually process MOuse event and remove Sort order.

-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS


Posted By: Fabian
Date Posted: 28 April 2006 at 1:54am

Hello Serge

I think the best would be a tri-state solution: first click=sort asc., 2. click=sort desc., 3. click=remove sorting, next click =sort asc. and so on. With this solution the user can also remove a column from a sort hierarchy.

Have a nice week-end

Fabian



-------------
Product: Xtreme SuitePro (ActiveX) version 16.2.3

Platform: Windows 7 (32bit)

Language: Visual Basic 6.0 / SP6



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net