Question

Tata Consultancy Services
IN
Last activity: 12 Jan 2018 8:22 EST
Dropdown values with embedded spaces
Our application is upgraded from 6.2 to 7.2. In 6.2, we had a dropdown we used to populate using Dynamic Select that called an activity which populates the data with spaces. Ex:
Andy 26 MyCo
Arum 36 MyOrg
--- so on
But, in 7.2, the same control is displaying the dropdown values with embedded spaces getting trimmed off. Though in clipboard it shows trimmed off values both in 6.2 and 7.2, I guess the show-page method in 6.2, renders the correct values with spaces. But in 7.2, it doesn't.
I checked in 7.2 and the show-page indeed shows values with embedded spaces trimmed off. But, if I do a view page source, I could see the spaces between words.
Can we achieve this using OOTB pxDropdown control? Or is there any other way we can display dropdown values with embedded spaces using custom control?