Skip to main content
14-Alexandrite
August 25, 2023
Question

Display custom filters next to standard grid filter.

  • August 25, 2023
  • 1 reply
  • 1936 views

Hi, 

I have requirement where I need to display custom date filter/picker next to filter that is available out of the box from grid. please check the attachment.

Is it possible  to add UI items/widgets in such a way. Please check the attachment. The boxes marked in red are the ones where i would like to show 'from date' and 'to date' filters.

 

1 reply

24-Ruby III
August 25, 2023

There is no attachment in your message.

14-Alexandrite
August 25, 2023

Sorry i missed the attachment earlier. I have added it now.

Community Manager
September 8, 2023

Hi @Vimal_Rawat.

 

One way to do this:

 

  1. Turn off the filter on the grid
  2. Add a text widget above the grid and bind it to the FilterString parameter on the grid
  3. Add the chip based data filter above the grid to add additional filtering and bind it to the service that populates the grid

 

Please let us know if you have further questions.

 

Regards.

 

--Sharon