Kbase P142898: Infragistics UltraGrid OutlookDate grouping lost when scrolling through records
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  13/03/2009 |
|
Status: Unverified
SYMPTOM(s):
Infragistics UltraGrid OutlookDate grouping lost when scrolling through records
Date groupings can be lost when scrolling backwards and forwards through records in an UltraGrid that have been grouped using GroupByMode:OutlookDate
For example in Sports2000, order records for customer "Urpon Frisbee" are separated into 4 groups (Today, 2 Weeks, Last Month, Older).
After scrolling backwards and forwards, "Urpon Frisbee" displays only 2 groups (Older, None) .
Fewer groups are displayed in UltraGrid
FACT(s) (Environment):
UltraGrid is configured to group records using GroupByMode:OutlookDate
Form contains 2 UltraGrids and 2 bindingsources
Changing records selection in UltraGrid #1 affects records displayed in UltraGrid #2
BindingSource used by UltraGrid #2 is refreshed by closing the query, reloading the records and opening the query again
RefreshAll() has no effect
OpenEdge 10.2A
Windows
CAUSE:
Bug# OE00182092
FIX:
Set BindingSource handle to unknown (?) and then re-assign it to the query handle"
hquery:QUERY-OPEN().
bindingSource:handle = ?.
bindingSource:handle = hquery.