Space available in the grid is not used effectively to display records, when using Grouping

Space available in the grid is not used effectively to display records, when using Grouping on a column. When removing grouping it displays more records in it.  I need to effectively use that available extra space.This problem happens when using group by as true.

Note:

  1. Space down the record has to be used.
  2. It still has records on the next page. So can we bring it here on the same page and get back to second page when expanding.

  3. Image_9396_1709170484725
Image_8818_1709170526963

3 Replies

SR Sivaranjani Rajasekaran Syncfusion Team March 1, 2024 04:49 AM UTC

Hi Viji,

Greetings from syncfusion support,


We are currently investigating your query regarding the issue with the available space in the Grid not being used effectively to display records when using grouping.

By default, the Grid will render 12 records when the height property is set, and you cannot define the page size property. When grouping in a Grid based on a column, it should include the space by default. You cannot render the next page records on the current page and move the records when you expand the Grid rows.
Based on the provided code, we suggest setting the 'height' property to 'auto' or removing it altogether. This will allow the Grid to adjust its height dynamically, helping you to resolve the space problem.
Please feel free to reach out if you need further assistance.
Regards,
Sivaranjani.


VP Viji Palanisamy March 1, 2024 05:15 AM UTC

Thanks For the solution. It works.



GE Getsy Edwin Syncfusion Team March 1, 2024 10:00 AM UTC

Hi Viji,

Please get back to us if you need any other assistance.

Regards,

Getsy


Loader.
Up arrow icon