Infragistics Home

Infragistics Forums

Infragistics community online discussions.
Welcome to Infragistics Forums Sign in | FAQ
in Search

WebCombo select a vlaue with an Apostrophe with Edtiable = true

Last post 08-21-2008 16:10 by mccarthypat. 0 replies.
Page 1 of 1 (1 items)
Sort Posts: Previous Next
  • 08-21-2008 16:10

    WebCombo select a vlaue with an Apostrophe with Edtiable = true

    I have a web combo drop down populated with data. We have also given the ability for the user to edit the text in this dropdown. Editable = true. One values you can select from the drop down has an apostrophe (Example: Bialy's) in its name. When you select this index, the display value in the code behind is "Bialy's". Which is correct. But the display value on the screen itself is "Bialy". It has dropped the 's. Also when I try to read this value from JavaScript I can only get "Bialy", but I can not use the getDispalyValue() function in JavaScript as that seems to have an issue as well. But that is not my really problem.

    If I change the editable property to False everything works great, but we then lose some good functionality which we really need.

    I guess what I am really asking is does anyone know how to display the full value on the screen? I have tried to escape out the ' by doing \' but with no luck.

    Any help out be greatly appreciated.

    Thanks,
    Pat

    • Post Points: 5
Page 1 of 1 (1 items)
Powered by Community Server (Commercial Edition), by Telligent Systems