Hi Team,
I need to have data in the below format. And each individual set or group has to be having it's own scroll bar with its own summary of data .
And the entire report should be fitting in one page.
PFB for the sample data which you can use for
If you need any additional Info please reach out to me.
Data :{"limits":{"CMA":[{"name":"123","fname":"123F","crating":"BBB","industry":"123Industry","stage":"COMMAC","gTAmount":12344444,"cPercent":50,"cExposure":10000,"ibridge":5000,"n_i_g":30000,"s_b":2000,"Lite":1000},{"name":"123","fname":"123F","crating":"BBB","industry":"123Industry","stage":"COMMAC","gTAmount":12344444,"cPercent":50,"cExposure":10000,"ibridge":5000,"n_i_g":30000,"s_b":2000,"Lite":1000}],"CMA_TOTAL":[{"gTAmount":12344444,"cPercent":50,"cExposure":10000,"ibridge":5000,"n_i_g":30000,"s_b":2000,"Lite":1000}],"CMA_LIMIT_PCT":[{"gTAmount":12344444,"cPercent":50,"cExposure":10000,"ibridge":5000,"n_i_g":30000,"s_b":2000,"Lite":1000}],"CMU":[{"name":"123","fname":"123F","crating":"BBB","industry":"123Industry","stage":"COMMAC","gTAmount":12344444,"cPercent":50,"cExposure":10000,"ibridge":5000,"n_i_g":30000,"s_b":2000,"Lite":1000},{"name":"123","fname":"123F","crating":"BBB","industry":"123Industry","stage":"COMMAC","gTAmount":12344444,"cPercent":50,"cExposure":10000,"ibridge":5000,"n_i_g":30000,"s_b":2000,"Lite":1000}],"CMU_TOTAL":[{"gTAmount":12344444,"cPercent":50,"cExposure":10000,"ibridge":5000,"n_i_g":30000,"s_b":2000,"Lite":1000}]}}
Hello Anand,
The feature that most resembles your requirement is igGrid GroupBy. You can take a look at this sample for reference:
https://www.igniteui.com/grid/grouping. However it doesn't meet all of your requirements. For example GroupBy has one horizontal scrollbar for the whole grid.
Best regards, Martin Pavlov Infragistics, Inc.