This is a migrated thread and some comments may be shown as answers.

how to formatString from int array?

0 Answers 32 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
xu
Top achievements
Rank 1
xu asked on 17 Jan 2012, 12:39 PM
var ints = [];
var intsFormatted = $.telerik.formatString('{0:n}', ints);
when ints has one item ,it's ok, but if has more than one item, intsFormatted is null,
how to format this? thanks!
Tags
General Discussions
Asked by
xu
Top achievements
Rank 1
Share this question
or