By Chan - 12/4/2008
Hi,
I have bind BO.FilterChanged event in GridView_Load event. However, I found that the event handler for filterChanged is not fired. When I debug, the BO._Handler_FilterChanged is nothing.
Any ideas?
Thank you
|
By Trent L. Taylor - 12/9/2008
It would depend on the grid. If the filter is being set on the Filter property of the BO, the event will fire. The grid may not be using this filter and filtering things itself. In that case, you would have to handle the filterchanged event of the grid instead of the BO.
|
|