Hi
I'd like to handle an event before the LLBLGenProDataSource2 carries out its databinding, but I can't find the appropriate event handler.
Neither the PerformSelect nor Databinding events fire, and I can't see any others that are suitable. I know I can turn PerformSelect event on by turning LivePersistance off, but my understanding is that I then have to intercept and provide all the binding logic myself and I don't want to do that. I'm a slave to declarative programming
I'm doing this to set up the FilterToUse property, so if I can't use a prebinding event but there's another way to do this I'd be grateful to know of it. I can't do it at form load as it depends on other control parameters which have not themselves bound at form load time. The filters are non-entity fields (which is why I don't just add them to the datasource declaratively).
LLBLGen Pro 2.6 Final, ASPxGridView 8.2.4, ASP.NET 2, Adapter, SQL Server 2005, runtime library version 2.6.8.1114
Thanks
Rich