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
453
Binding grid to more than 1 data sources
posted

I am trying to achieve something like this. I have a POSITION list and bunch INSTRUMENT lists. Every POSITION has a corresponding INSTRUMENT ID and INSTRUMENT Type.  INSTRUMENT Type identifies the type of the instrument and corresponding INSTRUMENT List. POSITION is my primary list currently bound to my grid.

I need to have my UltraGrid bound to both of these lists. So, every row in the list will contain POSITION details as well as the INSTRUMENT details associated with the position. I need to append INSTRUMENT columns to the grid if user wishes to view the instrument associated with the position.

Is there any way to have a grid bound to multiple data sources at the same time. I would have made a combined object. But I need to have flexibility over the datasources as they update in real time.

Thanks!