Hi Team,
I am facing a problem in jqxgrid when binding the source of combobox column in init editor.When we start typing in the combobox column ,suppose if i type ‘ja’ then it need to autocomplete all the results containing ‘ja’.Here in my case it is not happening like that,it is giving the results containing ‘a’,it is missing the first character.If i bind source only in create editor then i am not facing this issue.But in my case i need to bind the source in init editor also.
Please find the below JSFiddle links:
http://jsfiddle.net/Dp5tA/12/ (Binded source only in create editor,it is not missing the first character).
http://jsfiddle.net/Dp5tA/13/ (Binded source only in create and init editor,it is missing the first character).
can u please look in to this issue.
Thanks & Regards,
Rani.