I'm goint to start a new web application (C# in VS2008) and the first problem I have is that I don't know which control should I use, WebDataGrid or UltraWebGrid?
Which are the main differents between them?
Thanks in advance
Shrikant,
If you need Edge support you will need to replace the UltraWebGrid and other retired controls. Our recommendation is to use the IgniteUI controls if possible. If this isn't an option for you, then using the the newer WebDataGrid and WebHierarchicalDataGrid is an option though have a different architecture than the UltraWebGrid. The best approach is to approach the conversion by looking at what you want to implement with the new grid control and then looking at your code to see what you can reuse. You can refer to the WebDataGrid/WebHierarchicalDataGrid Cheat Sheet for how to accomplish the same behaviors with the WebDataGrid that you used in the UltraWebGrid.
Let me know if you have any questions with this matter.
Hi Team,
Currently we are using various controls of Infragistics4.WebUI.UltraWebGrid.v11.1 like Ultra Web Grid, Ultra Web menu, Ultra Chart and many others.
Now when tried to migrate to IE Edge, the application stopped working, neither the menu nor the Grid.
Could you please suggest what are our options to resolve this. Can we use WebDataGrid, if yes, then how much extra work will be required.
It will be just changing the control name and attribute names, or the whole behavior is different.
Please confirm. Its very critical.
You can find the API to all the controls on this site if you follow the menus, or do a search for "<control name> API".
¿Are the ultragrid property CellTitleModeDefault and all tooltip-related properties shipped with WebDataGrid?
I can't find a way to make a tooltip appear when the cell text is too long to fit inside a column. I suppose the enumerator "CellTitleMode.onOverFlow" used to achieve that for me.
:(
BTW - I'm still unable to edit my replies on this board. The "More" button doesn't do anything. Is there an edit feature?
Cheers, Rob.