On the Form are:
A TDataSource
A TDataSet
A Actionlist
A Button
A DBPivotGrid
In the actionlist a TDataSetRefresh Action is defined
the Button-Action is bound to the TDataSetRefreshAction
The Action is bound to the DataSource
The DBPivotGrid is bound to the DataSource
When i Show the form, the button is disabled. The action-implementation seems to check if someone is bound to the datasource of the Action. if not, the Action is disabled. with TcxGrid, DBGrid,… everything is fine. Only DBPivotGrid is not enabling the Action.
When i place an additional DBGrid on theform, the Action is enabled.
Hello,
I have reproduced the described behavior and forwarded this ticket to our developers for research.