Here , i have attached the grid that i designed (above) and (below) the design i would like to have. The Problem is that the Group Headers (that says Borrower (3) etc in blue) does not hide at all. Also there are no connectors between the bands (the ones which connect child rows to parent band - shown in grey in the image below).
Note - the image below is a modified drawing of the image above.
1) I have read in posts that , it is not possible to hide the Headers (that says Borrower (3) etc in blue). How ever , i need to impement it as the client wont settle down for anything less. Please guide me how to do that..In case a custom code is required , please help.
2) How shall i make the connectors (in grey appear).Please help in this aspect as well
Thanks in advance..
Thanks for the help mike. The group by header part is done.
Hi,
Shouz59 said:1) I have read in posts that , it is not possible to hide the Headers (that says Borrower (3) etc in blue). How ever , i need to impement it as the client wont settle down for anything less. Please guide me how to do that..In case a custom code is required , please help.
One thing you could do is use a CreationFilter to remove the UIElements for the GroupByRows. This would hide the GroupByRow, but there would still be a space in the grid where it was supposed to be. There is no way to reclaim that space.
Shouz59 said:2) How shall i make the connectors (in grey appear).Please help in this aspect as well
I don't know of any way to do this. You might be able to do it using a CreationFilter or a DrawFilter.
But I would not recommend it, as this would be extremely complex and difficult and I do not know of any existing samples that do this.