Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS Tech Support » ReportSortOrderUpdate Collapse All
Subject Author Date
Adam Keadey May 9, 2007 - 1:22 PM

If I have three rows selected in the report grid, after I call ReportSortOrderUpdate I have only the last item clicked on selected.

I’m selecting by ctrl+click

this is the style I have set the grid to

ReportGridModifyStyle(0, __ERGS_COLLAPSE_AFTER_REGROUPING, false );
ReportGridModifyStyle(__ERGS_BOLD_GROUPS, 0, false);
ReportGridModifyStyle(__EGBS_MULTI_AREA_SELECTION, 0, false);
SiwScrollTypeHSet(__ESIS_STH_PIXEL, false);
MultiAreaSelectionSet(true);

Technical Support May 10, 2007 - 3:25 AM

The CExtReportGridWnd control allows you to restore only one focused row and not multiple selected rows. We had to impose this limitation because of complexity and CPU overload issues that arise when you have a grid that is grouped by some columns with some groups selected and possibly expanded.

Adam Keadey May 10, 2007 - 6:38 AM

This seems confusing since you allow multiple selection, yet if you sort the list the selections are not restored.

I would request that this feature be implemented in a future release.