Is possible to use InitializeDataSource with ActiveRow/Cell together?
I think that using InitializeDataSource the value of ActiveRow turns to null because of the automatic Databind. Is this true?
The question is that I want to use LoadOnDemand.Xml; but then I have to use InitializeDataSource and at the same time I need to work with ActiveRow and ActiveCell values. Stop debugging on InitializeDataSource shows ActiveCell=null but if I don't handle InitializeDataSource ActiveCell has the correct value.