Greetings,
I am working on a radgrid control in which we do our own paging. The issue is when a client is using dates in the English Canadian format in a column filter on the grid. The dates are wrong and we are getting a "The conversion of a char data type to a datetime data type resulted in an out-of-range datetime value." Debugging the code I see that the filter express in the the MasterTableView.FilterExpression has the incorrect dates in it. Where do I need to do my date formating to fix this? Thanks
I am working on a radgrid control in which we do our own paging. The issue is when a client is using dates in the English Canadian format in a column filter on the grid. The dates are wrong and we are getting a "The conversion of a char data type to a datetime data type resulted in an out-of-range datetime value." Debugging the code I see that the filter express in the the MasterTableView.FilterExpression has the incorrect dates in it. Where do I need to do my date formating to fix this? Thanks