Hi,
I am using Infragistics UltraWebGrip (Version=7.3.20073.1053). Following is the design code that is being used:
</
igtbl:ultrawebgrid><igtbl:ultrawebgrid id="grdPOItem"
style="Z-INDEX: 114; LEFT: 8px; POSITION: absolute; TOP: 281px" runat="server"
Height="192px" width="849" ImageDirectory="/ig_common/Images/" EnableViewState="False"
Browser="Xml">
<Bands>
<igtbl:UltraGridBand>
<
AddNewRow Visible="NotSet" View="NotSet"></AddNewRow>
</igtbl:UltraGridBand>
</Bands>
<DisplayLayout UseFixedHeaders="True" StationaryMargins="HeaderAndFooter" AllowSortingDefault="OnClient"
RowHeightDefault="20px" Version="3.00" SelectTypeRowDefault="Extended" RowsRange="1000" HeaderClickActionDefault="SortMulti"
BorderCollapseDefault="Separate" AllowColSizingDefault="Free"
EnableInternalRowsManagement="True" Name="grdPOItem" LoadonDemand="Xml" TableLayout="Fixed">
However, after implementing the UltraWebGrid in the above manner, paging is not happening. A separate method for InitializeDataSource is not written in this page because the grid is getting populated using DataSet.
How can I make Browser="Xml" and LoadonDemand="Xml" successful work in this page? Partial postback is an absolute necessary for this grid on this page.
Hi sormita,
Apologies for the misconception, here is the correct link to the tutorial for UltraWebGrid XML Load-on-demand:
http://help.infragistics.com/NetAdvantage/ASPNET/2011.1/CLR4.0/?page=WebGrid_Using_XML_Load_On_Demand.html
Please let me know if you have any questions.
Hi Petar,
The link that you have posted has not helped. We have already implemented the initialize data source method for ultrawebgrid.
Hi Sai,
Can you please post here the code for ultrawebgrid that is working in IE7?
Hi Ivanov,
Since my issue is relevant to above, Im posting my question in this thread.
We have implemented LoadOnDemand feature successfully and works fine in IE7.
However, LoadOnDemand feature is not working fine in IE9.
Ultrawebgrid doesn't show the records when LoadOnDemand feature is enabled.
NOTE: We have updated to new infragistics version (10.3.20103.1013)
Please feel free to contact me if you need further assistance.
Best Regards,
Petar IvanovDeveloper Support EngineerInfragistics, Inc.http://ko.infragistics.com/support
Please note that when using XML load on demand and using a data source which is to be bound in the code behind, you should handle the InitializaDataSource event and bind the data in it in order for the grid to operate correctly in this scenario. You can find a detailed guide for implementing UltraWebGrid LoadOnDemand at:
http://help.infragistics.com/NetAdvantage/ASPNET/2011.1/CLR4.0/
Please let me know if this helps.