Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
15
Need a IG-grid way to achieve group by rows with Multiple Summary rows.
posted

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}]}}

Parents
No Data
Reply
  • 23953
    Offline posted

    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.

Children
No Data