We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Context choices with spaces

Hi,
 
let's assume I have defined the following lexems:
"ABC"
"ABCD"
"DEF"
"ABC DEF" (= contains a space in between)
"ABC DXY" (= contains a space in between)
"ABC GHI" (= contains a space in between)
 
I added all strings to the context choice controller. When I type "A" then I correctly get the filtered choices starting with "A" (=ABC, ABCD, ABC DEF, ABC DXY, ABC GHI) in the list.
The problem is when I continue typing "ABC D": the controller proposes "DEF" instead of "ABC DEF" and "ABC DXY".
It seems that the context choice controller can't handle choices containing spaces. In my example the character "D" is the first one after the space so only "DEF" is offered.
Do you have a solution for that?
 
Thanks & regards,
Christian
 
P.S. I use version 12.2.0.36

1 Reply

SK Senthil Kumaran Rajan Syncfusion Team January 20, 2015 07:33 AM UTC

Hi Christian,

 

Thank you for using Syncfusion products.

 

We would like to let you know that, EditControl Intellisence behavior has been implemented based on the Visual studio. In Visual studio, the items in the Intellisence popup will not contain any space. Hence the reported requirement will mismatch the default Intellisense behavior of EditControl and Visual Studio.

 

Please let us know if you need further assistance,

 

Regards,

Senthil Kumaran


Loader.
Up arrow icon