Hello,
I'm new to developing with Infragistics to please bear with me if this is a n00b question:
We have a UltraWebGrid component which is making use of a DisplayLayout and RowEditTemplate to provide customised selection behaviour and layout.
Sadly this component does not seem to work under any RenderKit based browsers (Chrome, Safari) and this is something our site needs to do.
I am therefore trying to rebuild the functionality using a WebHierarchicalDataGrid which I understood was supposed to be an improvement, and a superset of the features and functionality of UltraWebGrid.
It seems, however, that there is no support for either DisplayLayout or RowEditTemplates in this new component.
Is there some other way to solve this, a plan to provide support for this browser using UltraWebGrid in the near future, or a plan to implement these features into WebHierarchicalDataGrid in the near future?
Many thanks
Hello Philippe,
Thank you for your post.
Actually the WebHierarchicalDataGrid and WebDataGrid are designed to replace UltraWebGrid and they are the result of our efforts to create a components handling all major browsers including Chrome and Safari. We do not plan to develop UltraWebGrid in future. WHDG has only Add new row behavior currently and I suppose that in near future we will provide RowEditTemplate for it too.
I would recommend refer our live samples which showing common scenarios of the grid also source code is available : http://samples.infragistics.com/2010.1/WebFeatureBrowser/Default.aspx
Link to the documentation : http://help.infragistics.com/NetAdvantage/ASPNET/2010.1/CLR3.5/?page=Web_WebHierarchicalDataGrid.html
Also please refer the official statement of our PM regarding the future of ASP.NET toolset :http://forums.infragistics.com/blogs/taz_abdeali/archive/2010/03/04/asp-net-product-changes.aspx
Thanks.