Hi,
I have a requirement to build a form where data selected in 1st grid of 1st tab control would show corresponding data in 2nd grid and selected item in 2nd tab grid would show related data in 3rd grids of 3rd tab control. Each tab control grid has its own data source ds1 for t1 , ds2 for t2 and ds3 for t3.
I am using group control 1 with vertical split style between tab and tab2 and similar group control 2 between tab2 and tab3 .
Currently all data is being displayed whereas the expectation is that tab1 will show all data but tab 2 should show only corresponding data or selected item in tab1 and similarly tab 3 will only show corresponding data of selected item in tab2.
in previous version this form was working with help of x++ code using system form splitter classes and code in mouse up -and mouse down events.
However as system form splitter classes are deprecated in dfin please suggest how do I achieve expected result in d fins, please share an example .
Thanks
Mav