Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
485
InitializeDataSource with ActiveRow/ActiveCell
posted

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.