I am using a RadComboBox to populate some values and its loosing the extra white space from the items.
eg: I have an item called "my[space][space][space]home"
(note 3 spaces between my & home)
But when it binds i loose spaces & it becomes "my[space]home"
How can i stop this from happening? I want to preserve the white spaces.
I use this to select a product from the auto suggestion drop down to do a search.. but cos im loosing spaces it wont return the correct search results.
Help!
eg: I have an item called "my[space][space][space]home"
(note 3 spaces between my & home)
But when it binds i loose spaces & it becomes "my[space]home"
How can i stop this from happening? I want to preserve the white spaces.
I use this to select a product from the auto suggestion drop down to do a search.. but cos im loosing spaces it wont return the correct search results.
Help!