I have a strange one here. I'm using a combobox which is dynamically created on the server and added to my form. I'm using loadondemand. I check the length of a text field for one of the items I added server side prior to the call to the remote method and the length of my text value is 7 characters. After I click on the dropdown and it goes out to retrieve more items and returns to my OnitemsRequested javascript routine, I check the length of the same item and it is now 8 characters. So essentially a space is being added to the end of the string. My remote method does not alter existing items in the combobox and only adds new items. Any known issues?