SmartGWT 3.1p
GWT 2.4
FF 17.0.2 ESR
---
In the SmartGWT 3.1p Showcase, it demonstrates a DateRangeItem that when the Filter button is clicked, it validates the DateRangeItem to see if the dates are consistent, such as the End Date is not sooner than the Start Date. I am not quite sure how that works but I believe it has something to do with the call to grid1.fetchData(..).
How do you accomplish the same thing for individual RelativeDateItems where the first one is a "Start" RelativeDateItem and the second is an "End" RelativeDateItem? It is trivial to see if two dates are within a certain range in Java, however how can you cause the RelativeDateItem to show the error icon and text like in the Showcase Sample called "Date Range Filtering"?
GWT 2.4
FF 17.0.2 ESR
---
In the SmartGWT 3.1p Showcase, it demonstrates a DateRangeItem that when the Filter button is clicked, it validates the DateRangeItem to see if the dates are consistent, such as the End Date is not sooner than the Start Date. I am not quite sure how that works but I believe it has something to do with the call to grid1.fetchData(..).
How do you accomplish the same thing for individual RelativeDateItems where the first one is a "Start" RelativeDateItem and the second is an "End" RelativeDateItem? It is trivial to see if two dates are within a certain range in Java, however how can you cause the RelativeDateItem to show the error icon and text like in the Showcase Sample called "Date Range Filtering"?
Comment