I am upgrading from the UltraWebGrid to the WebHierarchicalDataGrid. With the UltraWebGrid when I expand a row the grid resizes and no scrollbar appears but with the WHDG a scrollbar appears. Is there a way that the WHDG can be set to work like the UltraWebGrid because several testers have mentioned that the row does not expand (it does but they don't notice the scrollbar)?
UltraWebGrid:
WHDG:
Thanks
Luke
Hello Luke,
Thank you for submitting your request to the Infragistics ASP.Net Forums. The Aikido WebHierarchicalDataGrid will not display a vertical scrollbar if the Height property is not set. Simply do not set a height.
Please let me know of your results.
Sincerely,Mike D.Developer Support EngineerInfragisticswww.infragistics.com/support
I am also converting a ultrawebgrid to WebHierarchicalDataGrid and I have to set a height on the grid.
I still need to be able to scroll the grid when the child band is expanded so it becomes visible. I used the scrollToView() javascript on the old grid and I reallly need something similar. If this isn't possible on the WebHierarchicalDataGrid it's a big problem and I don't see how you're suposed to be able to convert from UltraWebGrid that infragistics doesn't want to support anymore if it lacks important functions like that?
//Thomas