Hi!
I have a datetime datetimecolumn where I have enabled filtering (AllowFiltering = true). I don't want users to see the filters (ShowFilterIcon = false) so I have disabled this feature. I have also bounded to the ItemCommand event.
The datepicker is opening perfect when i want to filter for a specific date. The event is also raised on the server side.
The problem is if I clear the textfield with the keyboard a postback is made but no call to the event ItemCommand is raised. Is there something I have missed?
Best Regards Erik
I have a datetime datetimecolumn where I have enabled filtering (AllowFiltering = true). I don't want users to see the filters (ShowFilterIcon = false) so I have disabled this feature. I have also bounded to the ItemCommand event.
The datepicker is opening perfect when i want to filter for a specific date. The event is also raised on the server side.
The problem is if I clear the textfield with the keyboard a postback is made but no call to the event ItemCommand is raised. Is there something I have missed?
Best Regards Erik