Hi
I've faced with the issue when used ASPxTokenBox . Sometime when I get list of selected values and expected to get string like "1,2,3,4" I get strings there instead int values. Values becomes "1,2,John Smith,4".
Then I've figured out the reason. If Text Field contains more than 1 space inside or one space before name - it lead to the issue.
I've attached the demo project which demonstrates the issue.
When you select "John Smith" and "Pit, Rogers" in the token box and click button - everything will be ok, value field will contains list of selected values with coma separator. But if you select " Sandra Howk" or "Alex Smith" - it lead to issue.
What would you advice to solve this issue? I know that we can check the list before data binding, but I don't think that this is a good idea. Sometime it could be that there will be 2 spaces between words…
Hello Pat,
Thank you for contacting us. I see the problem. I will forward this issue to our R&D team. Our developers will continue working on this problem, and we will keep you informed of any progress.