I created a custom search screen in Visual Studio 2012 LightSwitch based on a Transactions table that has a TransactionDate field. I also added a couple of other fields in my custom search screen that I want to filter.
When LightSwitch generated my page, I immediately edited the query by filling out the necessary WHERE clause with my parameters. I added a BeginDate and an EndDate parameters. LightSwitch generated my screen with the appropriate controls for me to use to filter a corresponding Data Grid on the same screen.
However, when I enter values in the first two fields the Data Grid automatically filters as I tab over to the next field. But when I enter the BeginDate and EndDate the Data Grid does not refresh when I tab away from any of them. Can anyone explain why this is so? For date ranges, do I have to do something different?