Image column sorting issue

Hi Team,

We are facing an issue while sorting a column which has images. Attached is a POC in which you can replicate this issue. It does not happen every time but you will be able to replicate if you continuously click on the Header “Edit” . Below is a screen shot of the issue. Screen shot 1 shows the top portion of the grid and Screen Shot 2 shows the bottom portion of the grid. In the second screen shot you can see that the edit icon appears in the last row after the green ball icon.

Screenshot attached




Unfortunately your issue is not clear and cannot be reproduced locally.

The sorting uses the cell’s value.
What type of sorting do you have? what values do you have in the “edit” column?
What result is expected?

Please, clarify your issue with code sample, complete demo or a demo link.

Hi,
Below code, I,m using to try it…
XName

As per trying to implement.
XName
XName

But still, its not sorting…

Please, provide an actual complete demo.
In the demo you’ve provided you have:
Edit
type of the column is “ro” which contains html: <![CDATA[]]>

We even changed the type of the column as “img” and the type of sorting as “img” but still the sorting does not work if we repeatedly click on the Edit Column Header.

Please, provide an actual complete demo, where the issue can be reproduced.