Hi,
A)I am using infragistics webdropdown and it is editable (custom values are true).Once i start typing into this then it populates auto matched fields that is ok now Suppose i have 3 items in dropdown- say
Prepo
india
USA
If i type small 'p' in dropdown then it populates 'Prepo' but i want to type a new item like 'picasa' and i am unable to do that.
(This is not browser specific issue)
B) Another issue is that if cursor blinks in dropdown than it does not focus on next control on TabOut event. Even using mouse click it does not work ,it remains in same dropdown .
(This is only Chrome/Safari Issue)
Please Suggest how can i overcome these problems .
Many thanks in advance.
Best Regards,
Vivek.
Hi Vivek,
I would suggest that you set the EnableCaseSensitivity to true. And for your second question – I was not able to reproduce it. I created a page with two WebDropDowns - the focus was moved as expected on tab or mouse click. I would need a small isolated sample, reproducing this issue in order to be able to provide more insight.
Thank you.
Hi Nikolay,
Your first solution worked for me,i used webdropdown's EnableCaseSensitivity to true. But for second problem you said that it is working on your end, yes you may be right because same thing is working on my friends PC. I copied the code of webdropdown and paste into my PC's project and it stopped working. I compared both code line by line and saw that the dll which was registered on his PC was different than my.
His dasssembled registry (Working tab out event) was -
<%@ Register Assembly="Infragistics4.Web.v11.2, Version=11.2.20112.1019, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" Namespace="Infragistics.Web.UI.ListControls" TagPrefix="ig" %>
and my (which is not working ) was-
<%@ Register Assembly="Infragistics4.Web.v11.2, Version=11.2.20112.2086, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" Namespace="Infragistics.Web.UI.ListControls" TagPrefix="ig" %>
Note:check above assembly version 11.2.20112.2086 and 11.2.20112.1019 I don't know how they became different, even i was trying to add same assembly reference on my PC but i could find Infragistics2.Web.v11.2, Version=11.2.20112.2086
See Infragistics2
Why it is Infrgaistics2 even the already added one is Infragistics4. I am messed up here.Please Help.
Vivek Mahawar.
I came to know the reason behind this.
Reason: when we upgrade the version then we have latest 11.2.20112.2086
and you can check that with that version webdropdown in chrome/safari does not fire tabout.
Let me know if i am correct.
Vivek Mahawar
Hello Vivek,
I was able to reproduce this behavior with v11.2.2086. This issue has already been reported and logged. It will be fixed in the next service release - http://ko.infragistics.com/support/service-releases.aspx.
Please let me know if you have any further questions.
OK Thanks,
Waiting for new release..
Regards,