I want to explore the possibility of adding a custom pager (next & previous with the page number dropdown list) to our project. The project still uses the "igtbl:UltraWebGrid". The project was recently upgraded from 6.3 to 11.2. Is there a built in pager template or something like that I can change to accomplish my goal?
I couldn't find any online documentation for the "classic" controls and zero for the 11.2 Framework 2.0 controls.
Thanks in advance.
Hello SideByEach,
Our classic controls were retired in version 11.2 that is why their assemblies was not added to this release and in the documentation for 11.2.
http://community.infragistics.com/blogs/taz_abdeali/archive/2011/11/17/asp-net-product-changes-in-2011-volume-2.aspx
About your question – you can see a guide on how to implement custom paging on “UltraWebGrid” in our documentation here - http://help.infragistics.com/Help/NetAdvantage/ASPNET/2011.1/CLR4.0/html/WebGrid_Paging.html
Our controls have similar functionality with CLR 2, 3 and 4 – the main difference is the limitations based on the different .NET Framework capabilities.
Let me know if you have additional questions.
My mistake, we upgraded the project to 11.1 not 11.2. We did not know that the classic controls were going to be discontinued. It was unfortunate that that was not communicated to us when we renewed our license. But someone else's head I will need to bite off later.
The documentation you linked doesn't really seem to give any hints on whether a custom pager can be used. Can you bottom line it for me? Is there a means to create a completely separate pager that will work with the UltraWebGrid?