Hi, I am using your React ej-2 Grid service for my project. The builtIn sorting functionality works great for the all the columns except , for the column which is populated by data in an array format-[xyz:"data"].
Is there a way to sort a column which is populated by array data?
Data
xyz:["data-1","data-2"]
Column
column:object[]=[
{field:"xyz", headerText:"xyz", width:200}
{field:"abc", headerText:"xyz", width:200}
{field:"asd", headerText:"xyz", width:200}
]
Thanks a lot
YM