BoldDeskWe are launching BoldDesk on Product Hunt soon. Learn more & follow us.
Hi Mark
We have analyzed the reported query and we suspect that you
have passed the values to the ENGINE ID column as string type and thus the
sorting is performed based on the string values.
So we suggest you to bind the values to the column with type
as integer in order to avoid the mentioned issue.
Please let us know if you have any queries.
Thanks and Regards,
Ragavee U S
Hi Mark
Based on your requirement, we have created a simple sample
and the same can be downloaded from the below location.
Sample Link: http://www.syncfusion.com/downloads/support/directtrac/general/JS_Sample_12.2.0.361459213197.zip
In the above sample, we have passed values to the ID
column as integer and NAME column as string. Please see
the below snippet.
var Data = [];
for (var i = 0; i < 100000; i +=
1) {
Data.push({ "ID":
i, "Name": "column[1]" + "[" + i + "]", "City": "column[2]" + "[" + i + "]" });
} |
For your kind information, from your query we have
understood that you have requested for a sample to bind integer columns to
dataSource. So we have provided a sample on the same.
Please get back to us if we have misunderstood your
requirement by providing more information which will be helpful for us to
provide response accordingly.
Please let us know if you have any concern.
Regards
Ragavee U S