Hello,I have a webcombo Suggest That is type-ahead and bound to a DataTable (. Net). The problem Is That if I enter values of the format "'qqqq * k", an exception "Error in Like operator: the string pattern' qqqq * k% 'is invalid"Why?Is there a workaround?I tried with the event client "EditKeyDown" but I can not remove the characters "%" and "*".cordially
Hello,Please let me know if the issue still persist or if you have any further questions about it.
Hello Cornuau,Can you please modify the attached sample to reproduce your code. The reason for the issue could be due to the way ObjectDataSource is configured with functions for Update, Sort, Insert etc. Does this issue reproduce with all the browsers? I will have to reproduce the same behavior on my side and debug to see if the error is in our controls or wrong implementation from your side. I also recommend always updating to the latest service release.Looking forward to hearing from you.
Hello,I use version 11.1.20111.2020. The WebCombo is associated with an object "asp: ObjectDataSource" owned "SelectMethod" uses a method that returns a DataSet.cordially
Hello Cornuau,Please take a look at the attached sample created with latest service release 11.1.20111.2064. Sample was tested with IE 9 and Firefox 7 and did not provided the misbehavior you faced. Please feel free to modify the sample or created a new one which reproduces the issue.