Group: StrataFrame Developers
Posts: 6.6K,
Visits: 6.9K
|
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.
|