Please may I have a hint how to achieve the following?
I have a Listgrid with a boolean field. By default the filter checkbox allows values of ticked, unticked and either (so that records with true or false values are returned). My requirement is to only allow the filter to be ticked and unticked, so the option to return either true or false is not available.
Is this possible and if so how do I code it?
Thanks.
I have a Listgrid with a boolean field. By default the filter checkbox allows values of ticked, unticked and either (so that records with true or false values are returned). My requirement is to only allow the filter to be ticked and unticked, so the option to return either true or false is not available.
Is this possible and if so how do I code it?
Thanks.
Comment