Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 1089233
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T23:11:27+00:00 2026-05-16T23:11:27+00:00

I need to estimate (and probably build later on) complex filter in ASP.NET WebForms

  • 0

I need to estimate (and probably build later on) complex filter in ASP.NET WebForms application. The filter has to be mostly based on ASP.NET AJAX or jQuery for high interactivity. The filter has to allow filtering data with complex logical conditions (and, or, braces) and several operators. A user has to be able to save the filter’s query and use it (load it) later on (server logic). Moreover there is still discussion about in operator.

Application should provide some graphical filter builder. I want to have full control on set of operands (filtering fields) and operators. The component will be used for all filtering actions in application. My problem is only how to do the UI part – translation of builded “query structure” is not a problem.

Have you ever did something like that? Can you share some experience how to best and fastest build such component? Do I need to develop component or is there any existing one which has at least some of the functionality and can be extended to provide other functionality? Because I’m not very experienced with client side development, I don’t know how complex task is developing such component from scratch.

Another possiblity is to define some meta query language and allow users to write the query to some query text box with support for building logical expressions.

I have already checked available controls in DevExpress and Telerik toolkits:

DevExpress:

  • Pros: Really nice visualization, fast. We probably have DevExpress licences.
  • Cons: Tightly coupled with DevExpress grid. Based on documentation no extensibility and no control over operands and operators. It uses operands provided as columns for grid – I need much more. Probably not possible to save and load filters.

Telerik:

  • Pros: Not coupled with grid, it looks like separate control.
  • Cons: I didn’t find documentation – I’m not sure about extensibility but the code looks like it uses some databind control as source of operands = problem. I don’t like the visualization. Demo is really slow. We don’t have Telerik licences.
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-16T23:11:27+00:00Added an answer on May 16, 2026 at 11:11 pm

    The most important thing i would suggest: keep your query builder UI quite divorced from whichever grid you use. When you have it closely coupled it forces you into design and technical decisions you may regret later. DevExpress particularly tend to have a few breaking changes every couple of releases, and this can force you to constantly have to refactor your code. They also have some peculiarly unique ways of doing things which can mean that you end up coding hacks to achieve what you want.

    If you keep your UI very loosely coupled, you can build it any way you want, then take the user’s input and create grid filters from it, then add those filters to the grid. It also means that if you decide to swap grids at a later date you only have to change the minimum of code (this approach also helps if you decide to trial the components and you need to run as similar as possible code against both grids).

    Personal comment – after doing extensive filtering with both of those component sets, i’ll say one thing: we moved to Telerik for a reason. Well, many reasons actually. And we’ve not looked back in regret. Also the Telerik guys are very good at helping extend and do funky stuff with their controls, while the DevExpress guys tend to take the attitude “why would you want to extend our controls? Aren’t they perfect already? We win all the popularity contests at the developer conferences after all.”. You really need to do a trial between them before you commit to one or the other. Good luck 🙂

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.