VS 2008, Infragistiscs .NET Advantage 10.1
Does anybody now why the SelectedRows collection of my WebGrid (UltraWebGrid) reports to be empty when I select rows from any band other than band 0 when I try to use it server side ?
The LoadOnDemand="Xml" and XmlLoadOnDemandType="Portioned".
I understood it does not work using a regular ASP UpdatePanel, but replacing it with a Web Asynchroneous Refresh Panel does not help...
Hello ikke6834 ,
When the grid is set to LoadOnDemand=Xml and
XmlLoadOnDemandType=<anything but Accumulative>,
then Band[1] gets left out of the Selected properties.
Setting XmlLoadOnDemandType=Accumulative allows detection of the Band[1] selected rows/cells.
http://help.infragistics.com/NetAdvantage/ASPNET/2010.3?page=Infragistics4.WebUI.UltraWebGrid.v10.3~Infragistics.WebUI.UltraWebGrid.XmlLoadOnDemandType.html
Please let me know if you need further assistance regarding this.
Not sure if it works, but try to set EnableViewState="True" on the UltraWebGrid.