Open Closed

Cascade Filter Lookup #619


User avatar
0
arifharsono created

Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples, to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, please use the search on the homepage.

  • ABP Framework version: v3.3.1
  • UI type: Angular
  • Tiered (MVC) or Identity Server Seperated (Angular): yes
  • Exception message and stack trace:
  • Steps to reproduce the issue:
  1. How to filter JobPositionLookup from value selected on RukunTetangaLookup ?

Markdown supported.
Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)

5 Answer(s)
  • User Avatar
    0
    arifharsono created

    Any Answer ?, please urgently ..

    Markdown supported.
    Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
  • User Avatar
    0
    alper created
    Support Team Director

    is this Suite generated page?

    Markdown supported.
    Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
  • User Avatar
    0
    arifharsono created

    Yes, suite generated page.

    except for change method

    Markdown supported.
    Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
  • User Avatar
    0
    armanozak created

    Hi arifharsono,

    This is not directly about ABP Framework, but I'll try to help.

    You have two options:

    1. You can change the function bound to getFn and do some mapping with RxJS operators.

    Here is the type signature of getFn:

    getFn: (params: ABP.PageQueryParams) => Observable<ABP.PagedResponse<any>>;
    

    You can bind a custom function and send the rukunTetangaId with the request. You can get it from the form property, like this: this.form.value.rukunTetangaId

    1. You can use a custom <select>.

    Please let me know if this answers your question.

    Have a nice day.

    Markdown supported.
    Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
  • User Avatar
    0
    arifharsono created

    Its done, thankyou @armanozak

    Markdown supported.
    Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.8.0-preview. Updated on September 16, 2026, 14:50
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.