Hi,
I have an UltraWebGrid on a page, the results for which are determined by the the set of filters on the top of the page. I recently encountered a very strange thing with LoadOnDemand for the UltraWebGrid. There is an issue with Databinding for the grid when LoadOnDemand is enabled in the scenario described below -
Step 1:
First Call -> Browser1Band1 -> CustomerA, Customer B, Customer C
Step 2:
Open a new tab and change the selection of filters such that:Second Call -> Browser2Band1 -> CustomerE, Customer F, Customer GBand2 -> DetailsCustomerE, DetailsCustomer F, DetailsCustomer G
Step 3:
Go back to Browser1 and Now Expand
Expected Results on Band2 -> DetailsCustomerA, DetailsCustomerB, DetailsCustomerCActual Results on Band2 -> DetailsCustomerE, DetailsCustomerF, DetailsCustomerG
Grid Settings:
UltraWebGrid Settings: LoadOnDemand:XMLLoadOnDemandType:SynchronousBrowser:XML
Is there something else that I need to consider in this scenario. Please advise.
Happy to give more details if needed.
Thanks.
We will need a code sample to reproduce the issue.
Magued