[FIXED] [#1610] EXT 4.7 combobox custom search not working

  1. #1

    [FIXED] [#1610] EXT 4.7 combobox custom search not working

  2. #2
    Hello @ampathdev!

    Thanks for trying Ext.NET 4.7 out and taking your time to report the issue you pointed! There's indeed a problem with that example! We are investigating it and will post a follow-up here as soon as we get that figured out.
    Fabrício Murta
    Developer & Support Expert
  3. #3
    Hello again!

    The issue has just been fixed in the examples explorer! This is just because the returned JSON result (check Plants.ashx.cs) needed to be stricter formatted. The MVC version already does the right job with the JSON return and works fine.

    But by the other hand, that's indeed an undesired breaking change, as it should rely on Ext JS own decoding of JSON string when instructed to. For that, we've started an internal discussion whether we should enforce this by our own, or it's alright to have the reader require stricter json, as that's indeed the right thing to do. The matter is about the breaking change, though.

    Thanks again for reporting the issue to our examples!
    Fabrício Murta
    Developer & Support Expert
  4. #4
    Hello again!

    We've decided this was not acceptable as a breaking change at this point and implemented code to keep Ext.NET backwards compatible with 4.6.0 in this aspect (json response queries).

    We've logged the issue as #1610 and already fixed it. We are going to run some tests and release 4.7.1 if all looks right with the change.
    Fabrício Murta
    Developer & Support Expert

Similar Threads

  1. Replies: 4
    Last Post: Apr 27, 2016, 1:18 AM
  2. [CLOSED] Custom Search Combobox setValue not Working in Ext 2.2
    By legaldiscovery in forum 2.x Legacy Premium Help
    Replies: 1
    Last Post: Aug 13, 2013, 12:08 PM
  3. Custom Search with ComboBox
    By Vinci in forum 2.x Help
    Replies: 1
    Last Post: May 23, 2013, 8:01 AM
  4. ComboBox Custom Search Example
    By Tbaseflug in forum 1.x Help
    Replies: 0
    Last Post: Aug 15, 2009, 10:59 PM
  5. ComboBox Custom Search example
    By echo in forum 1.x Help
    Replies: 1
    Last Post: Jul 01, 2009, 1:27 PM

Posting Permissions