[FIXED] [#829] [3.2.0] Selecting string filter checkbox throw exception

  1. #1

    [FIXED] [#829] [3.2.0] Selecting string filter checkbox throw exception

    Hello,

    Selecting the filter checkbox to filter on a string columns without entering any text in the textbox throw an exception.
    It is caused by the "value" field not being populated (it's missing from the filter object sent by the grid).

    On the FilterConditions.cs file :

    condition.Property = jObject.Property("value");
    Even the MVC example at "http://mvc.ext.net/#/GridPanel_Plugins/GridFilters_Remote/" throw an exception by clicking on filter checkbox of the Company column.

    Best regards,
    Alberto.
    Last edited by Daniil; Jul 09, 2015 at 11:35 AM. Reason: [FIXED] [#829] [3.2.0]
  2. #2
    Hi @AlbertoCe,

    Thank you for the report! We have reproduced and are investigating.
  3. #3
    Created an Issue:
    https://github.com/extnet/Ext.NET/issues/829

    Fixed in the revision #6466 (trunk). It goes to the upcoming Ext.NET 3.2.0 release.

    Thank you for the report!

Similar Threads

  1. Replies: 5
    Last Post: Jan 18, 2015, 4:19 PM
  2. Replies: 1
    Last Post: Feb 10, 2014, 1:05 PM
  3. Replies: 2
    Last Post: Jun 24, 2011, 5:33 PM
  4. Replies: 6
    Last Post: Dec 22, 2010, 1:41 PM
  5. [CLOSED] ScriptManager throw exception in my masterpage
    By pumpkin in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Jun 04, 2009, 3:09 AM

Tags for this Thread

Posting Permissions