Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
60
CellDataRequested without UltraGrid
posted

Hello,
Is there a way to raise the event CellDataRequested for UltraDataSource without the use of an UltraGrid with the property LoadStyle set to LoadOnDemand ?

Ex: When I access a cell in an UltraDataRow through udr["columnname"] I would like to raise the related CellDataRequested event where I will handle the data request myself (querying an another ultradatasource in order to perform ultradatasource aggregation).

It seems to be working when the ultradatasource is bound to an ultrawingrid with the LoadOnDemand enabled but in my case, I am using the UtraDataSource as a dataset which will never be bound to a grid.

Regards,