Hello,
When I use a master details two IG ultraGrids in one from it works fine. But when I put the master grid in one form and the details grid in another form, and pass the main datasource as a parameter to the second form it dosen't work!
Thanks,
Yossy
Yossy,
Does this work when you put the two grids in the same form? It sounds like it's an issue with the .NET BindingManager not knowing that it should be getting the child records for the currently active master table on the first form; you may want to pass in the BindingContext of the master grid/form and use that as the child grid's BindingContext.
-Matt