I am trying to implement a custom search on my grid. I am facing issue with implementing Date comparison in the Xpath.
I am doing it like "[DueDate = $TaskSearch/DueDate]". But it doesn't fetch any results even though there are records matching that scenario.
As we are doing this in Xpath there are not many date functions to help on this. Is there any easy fix on this?