RowSpan with Virtualization

Hey Team,

When I am using rowSpan with Virtualization for spanning for than 20 rows , 15, 5, 2. Its misbehaving, moving right cells to the left. 


some if condition
  args.rowSpan = 20
else if some condtion
  args.rowSpan = 15

 


2 Replies

RS Rajapandiyan Settu Syncfusion Team August 24, 2022 02:47 PM UTC

Hi Nagendra,


Thanks for contacting Syncfusion support.


Currently, we are validating the reported query (“rowSpan misbehaves with virtualization feature ”) from our side. So, we will update further details on or before Aug 26th, 2022.


We appreciate your patience until then.


Regards,

Rajapandiyan S



RS Rajapandiyan Settu Syncfusion Team August 25, 2022 01:10 PM UTC

Hi Nagendra,


Thanks for your patience.

In EJ2 Grid, the Virtualization feature does not support row spanning. The records are rendered while scrolling the content, when moving to the next page the previous page row will be destroyed simultaneously. So the rowspan is not maintained properly in the DOM, it moves the content to left and shows white space. It is a limitation of the Virtualization feature.


Regards,

Rajapandiyan S

If this post is helpful, please consider Accepting it as the solution so that other members can locate it more quickly.


Loader.
Up arrow icon