﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>StrataFrame Forum » StrataFrame Application Framework - V1 » WebForms (How do I?)  » Event binding lost</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Tue, 09 Jun 2026 01:38:39 GMT</lastBuildDate><ttl>20</ttl><item><title>Event binding lost</title><link>http://forum.strataframe.net/FindPost21036.aspx</link><description>Hi,&lt;br&gt;
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.&lt;br&gt;
&lt;br&gt;
Any ideas?&lt;br&gt;
&lt;br&gt;
Thank you</description><pubDate>Tue, 09 Dec 2008 09:49:42 GMT</pubDate><dc:creator>Chan</dc:creator></item><item><title>RE: Event binding lost</title><link>http://forum.strataframe.net/FindPost21081.aspx</link><description>It would depend on the grid.&amp;nbsp; If the filter is being set on the Filter property of the BO, the event will fire.&amp;nbsp; The grid may not be using this filter and filtering things itself.&amp;nbsp; In that case, you would have to handle the filterchanged event of the grid instead of the BO.</description><pubDate>Tue, 09 Dec 2008 09:49:42 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item></channel></rss>