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

Issue Regarding RadTagControl

0 Answers 31 Views
UI for ASP.NET AJAX in ASP.NET MVC
This is a migrated thread and some comments may be shown as answers.
Shubham
Top achievements
Rank 1
Shubham asked on 13 Feb 2012, 03:14 PM
Hi Everyone,

I m using RadTagControl There i m using certain expressions to hide certain numeric value (like 0.001,.001,89,8). there is one property of tagcloud  MaxNumberOfItems=" " if im specifying 50 its working f9 bt if i m specifying 100 its not working properly.
expression i m using:
   output = Regex.Replace(output, "(?<=^|\\s)\\d+(?:\\.\\d+)?(\\s+|$)?%?", " ", RegexOptions.None);
its hiding decimal values but certain times its not hiding

No answers yet. Maybe you can help?

Tags
UI for ASP.NET AJAX in ASP.NET MVC
Asked by
Shubham
Top achievements
Rank 1
Share this question
or