What's the best (and recommended) serverSide datetime filter implementation?

What's the best (and recommended) serverSide datetime filter implementation?

BigDataWarehouseBigDataWarehouse Posts: 23Questions: 10Answers: 0

There seems to be a lack of a concrete solution when it comes to serverSide date range filter..

I'm using DT .Net Editor and I'm considering putting a filter in the Where condition, but before I attempt that, is there an existing solution?

thanks!

This question has an accepted answers - jump to answer

Answers

  • allanallan Posts: 63,214Questions: 1Answers: 10,415 Site admin
    edited December 2020 Answer ✓

    Yes, using a Where condition based on whatever date picker you are using is the correct way to do it.

    Our SearchBuilder can do that client-side at the moment, but it doesn't yet have server-side processing support.

    Allan

This discussion has been closed.