Is there a event that fires after the datasource has been binded? I've attempted work arounds such as trying to override the DataSource property but that property is not overridable. Thanks.
Try InitializeLayout and see if that works for you.
Nick
Hi Nick,
That was one of the first events I tried and it did not work. As it turns out there is no event or mechanism (As far as I know) that allows you to do this (http://forums.infragistics.com/forums/p/7612/31048.aspx#31048). I have implemented other work arounds, it is just that using an event for datasource binding would have been more elegant. Thanks anyways.
-Dat