Has the Data Grid support Multi-Row Layout?

I want to build grid layouts by using multiple rows to represent each data item. Thank you for your response. 



4 Replies

RS Rajapandiyan Settu Syncfusion Team May 9, 2022 12:52 PM UTC

Hi Anh Tai,


Thanks for contacting Syncfusion support.


We are unclear about your requirement. So, kindly share the below details to proceed further.


  1. Did you have an array of objects for the Grid columns’ field?
  2. Are you want to show this array of data (bound to the columns) as multiple rows?
  3. Share the data- structure and example datasource of your requirement.
  4. Explain your requirement in detail with a video demo.


Regards,

Rajapandiyan S



AT Anh Tai May 13, 2022 08:49 AM UTC

Hi Rajapandiyan,

I had an array of objects for the Grid column's field and I wanted a grid layout like the image under. So you see, a grid column's field has (number, string, date) and I want to batch editing in the grid.

This is my datasource and the grid I want to build with Syncfusion's data grid. I can set multiple types for the same column in the grid (dropdownlist, checkbox, numeric,...), but the grid's actions (add, delete, update,...) are not working in the expected way.



Best regards.




RS Rajapandiyan Settu Syncfusion Team May 16, 2022 02:46 PM UTC

Hi Anh Tai,


Currently, we are checking the feasibility of your requirement at our end. We will provide further details on or before 18th, May 2022.


We appreciate your patience until then.


Regards,

Rajapandiyan S



RS Rajapandiyan Settu Syncfusion Team May 17, 2022 01:45 PM UTC

Hi Anh Tai,


Greetings from Syncfusion support.


The EJ2 Grid has the support to render the columns in the below manner only,


Demo: https://ej2.syncfusion.com/angular/demos/#/bootstrap5/grid/default


Each field is maintained in separate columns.


We can also render the stacked columns like below,


But in your layout, you want to render the fields in different way,



Since the EJ2 Grid doesn’t have the support to render the columns as per your required structure.


Please get back to us if you need further assistance.


Regards,

Rajapandiyan S


Loader.
Up arrow icon