Hi,
I have a standard ABL window (.w) with a standard browse widget showing the results of a query.
I'd like to overlay a .NET Ultragrid over this browse and have this show the data instead of the browse widget. Is this possible and if so, does anyone have a code example of how this is done?
Many thanks,
Saquib.
P.S. I know it is possible to embed an ABL window in a .NET form via the Progress window container but I'd prefer to use the above solution if possible.
It is possible - but only if you embed the window into a WindowContainer first and place the Grid on the parent of the WindowContainer.
Hi Mike,
Thanks for the reply. Sorry, but are you saying place the .w window in a window container?
Thanks,
Saquib.
Yes. The .NET UltraGrid needs to be on a .NET Container. It cannot be directly in the ABL window.