JavaScript UI Libraries & Blazor Components Suite – Smart UI Forums Data Grid Filter Date picker clicks off before capturing changed value

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #103243
    Cher Toggy
    Participant

    Hello,

    I have a grid with a date field that I cannot successfully filter on. When I engage the filter widget and intend on changing the date the modal date picker pops up on top of the filter selector widget but as soon as I select the date, the underlying filter selector closes leaving the date pop-up unable to complete the selection and close. Here are the examples before and after.

    Before
    After

     dataFields: [
    ...
                  {name: 'modified', dataType: 'date'},
    ]
    

    For context if it matters: the grid is in a Tab control inside a docking layout inside a window.

    Thanks.

    • This topic was modified 1 year, 11 months ago by Cher Toggy.
    • This topic was modified 1 year, 11 months ago by Cher Toggy.
    #103249
    admin
    Keymaster

    Hi Cher Toggy,

    This is a bug in the DataGrid. We added a work item about it. Workaround unfortunately is not available as in order to resolve this, we will need to modify the Grid’s code for handling date filtering in the filtering panel.

    Thank you for the feedback!

    Best regards,
    Peter Stoev

    Smart UI Team
    https://www.htmlelements.com/

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.