I had a template column with an edit button inside a datagrid. The datagrid has an OnSelect handler. In v2.0.2, clicking in the edit button calls only the associated Click Handler.
In v2.0.4, clicking in the edit buton calls the associated Click Handler and the datagrid OnSelect handler.