Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
125
Add a filter to grid column
posted

I have the following situation:

A grid contains a list of projects with a column called "Status'. Status can be either Active or Inactive. When we populate both Active and Inactive projects into grid, default filter on Status column will have check boxes for both Active and Inactive.

Now to improve performance, I don't want to populate all projects initially but only Active. Now that we have populated only active projects, filter on Status column will have a checkbox for 'Active' only. But my requirement is to display a check box for Inactive as well even though inactive records are not present in grid and when the user click on Inactive check box, we should load Inactive projects also to the project. Can someone please assist with this.