Skip to content

MultiSelect configured for server filtering sends duplicated read request on blur and open #6361

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
aleksandarevangelatov opened this issue Apr 2, 2021 · 7 comments
Assignees
Labels
Bug C: MultiSelect FP: Completed Sync status with associated Feedback Item jQuery SEV: Medium
Milestone

Comments

@aleksandarevangelatov
Copy link
Contributor

aleksandarevangelatov commented Apr 2, 2021

Bug report

MultiSelect configured for server-filtering="true" sends an empty request on focusout

     <kendo-multiselect for="SelectedOrderIds" style="width:100%"
                       placeholder="Select addresses..."
                       datatextfield="ShipName"
                       datavaluefield="OrderID"
                       filter="FilterType.Contains"
                       value="Model.SelectedOrders.Select(x=>x.OrderID)">
        <datasource type="DataSourceTagHelperType.Ajax" server-filtering="true">
            <transport>
                <read url="@Url.Page("Index", "Read")" data="forgeryToken" />
            </transport>
            <schema data="Data">
                <model id="OrderID">
                    <fields>
                        <field name="ShipName" type="string"></field>
                    </fields>
                </model>              
            </schema>
        </datasource>
    </kendo-multiselect>

Reproduction of the problem

TelerikAspNetCoreApp197.zip

  1. Run the attached application
  2. Enter 34, for example, and select the returned item
  3. Click outside of the MultiSelect - an expected Read request is triggered.
  4. Focus in the input to open the dropdown --> a non-expected Read request is triggered.

Current behavior

An empty request is sent, fetching all data.

Expected/desired behavior

A request should not be sent.

Environment

  • Kendo UI version: 2021.1.330
  • Browser: [all]
@gyankov
Copy link

gyankov commented May 19, 2021

Same behavior replicates in the jquery server filtering demo. It is not related with the server wrappers.

@aleksandarevangelatov
Copy link
Contributor Author

Also reported in ticket 1554693

@Iankodj
Copy link
Contributor

Iankodj commented Apr 26, 2022

Reported in 1534530

@martintabakov
Copy link
Contributor

martintabakov commented Dec 9, 2022

Also reported in 1588564. Steps to reproduce on online demos in #7150

@martintabakov martintabakov changed the title MultiSelect configured for server filtering sends an empty request on focusout MultiSelect configured for server filtering sends duplicated read request on blur and open Dec 9, 2022
@mihaela-lukanova
Copy link

Reported in 1608079.

@nelito987
Copy link
Contributor

Reported in ticket ID: 1610895

@nelito987
Copy link
Contributor

Reported in ticket: 1482318

@gdenchevprog gdenchevprog self-assigned this Dec 5, 2023
@sspasova sspasova closed this as completed Dec 7, 2023
@github-actions github-actions bot added FP: Completed Sync status with associated Feedback Item and removed FP: Unplanned Sync status with associated Feedback Item labels Dec 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug C: MultiSelect FP: Completed Sync status with associated Feedback Item jQuery SEV: Medium
Projects
None yet
Development

No branches or pull requests

9 participants