Hi ,We are currently using following ASP.NET web controls 2010 V2 .We are in process of upgrading it to 2012 V1Following are web controls which we could not find in your 2012 V1 versionInfragistics35.WebUI.UltraWebGrid.ExcelExport.v10.2.dll Infragistics35.WebUI.UltraWebGrid.v10.2.dllInfragistics35.WebUI.UltraWebNavigator.v10.2.dllInfragistics35.WebUI.UltraWebTab.v10.2.dllInfragistics35.WebUI.WebDateChooser.v10.2.dllThese above seems to be retiring as per your below classic controls linkhttp://community.infragistics.com/blogs/taz_abdeali/archive/2010/03/04/asp-net-product-changes.aspxCan you please let us know what would be the appropriate controls in replacement for above web controls in 2012 V1Thanks & Regards,Suraj Bagad
Hi Suraj,
please read the following article: http://blogs.infragistics.com/blogs/taz_abdeali/archive/2011/11/17/asp-net-product-changes-in-2011-volume-2.aspx it explains in details which are the replacements for those controls.
HI Hristo
Thanks for your update , but I have seen that link and for following replacement controls I want to know which dll I should use from 2012 V1ASP.NET version. Because I could not find following replacement dlls in download of 2012 V1 ASP.NET versions
Normal 0 false false false EN-US X-NONE X-NONE MicrosoftInternetExplorer4
WebGrid ->WebDataGrid , WebHierarchicalDataGrid
WebDateChooser -> WebDatePicker
WebGridExcelExporter -> WebExcelExporter
UltraWebTab -> WebTab
WebNavBar ->Custom Pager Templates with Aikido Grids
Regards,
Suraj
most of the controls are placed in Infragistics4.Web.v12.1.dll For all please check this out: http://help.infragistics.com/NetAdvantage/ASPNET/2012.1/CLR4.0/?page=Web_Assemblies.html
HI Hristo Thanks for update
But I could not get replacement for following controls
ultraWebMenu (present in Infragistics35.WebUI.UltraWebNavigator.v10.2)ultraWebTree ( present in Infragistics2.WebUI.UltraWebNavigator.v7.1)
ultraWebGridExcelExporter ( present in Infragistics35.WebUI.UltraWebGrid.ExcelExport.v10.2)
Can you please let me know what is the replacement for above controls.
Thanks & Regards,
Suraj Bagad
There is no such control in v12.1, but WebDataMenu can be be adopted as its replacement.
How about Infragistics.WebUI.UltraWebToolbar.UltraWebToolbar?
I cannot find in v12.1.
If you have non-hierarchical data and don't need Groupping use WebDataGrid. For all other cases uses WebHierarchicalDataGrid. Actually they are almost the same. WebHiearchicalDataGrid use WebDataGrid for child items.
Tkanks Hristo
For Ultrawebgrid which one would be good WebDataGrid Or WebHeirarchicalDatagrid
Suraj,
UltraWebMenu -> WebDataMenu Help Samples
UltraWebTree -> WebDataTree Help Samples
UltraWebGridExcelExporter -> WebDocumentExporter Help Samples