Hello,
I have a form with (among others) 2 containers which are grids and I want the form to be bound to another grid (lets call it main grid from now on).
My main grid has some co/coro columns which get data from an OptionsConnector and contain ids as values and some text as labels.
My 2 grids on the form get data from regular connectors and work fine, the data that those 2 grids are getting are the same data the co/coro columns get, the exact same tables.
I want to bind the form to my main grid and when I select a row the values I get from my co/coro columns to be presented as selected rows in my 2 other grids in the form.
Is there a simple solution or do I have to set them manually?
Thank you for your time,
Andreas.
Hello
It is impossible in an automatic mode, you should do it manually.
Thank you for your quick response.
You are welcome!