I upgraded to WHDG 10.3 and am noticing some interesting things with it. My main concern right now is when I click to activate a cell it automatically moves back to its orignal point (scrolled all the way to the top and all the way to the left). I have tried to turn AJAX on, wrapped it in an update panel, stick it in a tab (hide the tab headers) and turn ajax on all without success. Also, and this may be cause by the same issue. but I had to wrap it in the webtab and leave it there because with out it as you scroll to the right it will try to scroll back to the left, making it impossible to scroll. Wrapping it in the tab is a work around for that but I am still having the problem when I click on the cell. Any help is greatly appreciated.
Hello Kyle,
You should enable the Activation behavior.
http://help.infragistics.com/NetAdvantage/ASPNET/2010.3?page=WebHierarchicalDataGrid_Activation.html
Let me know if you need further assistance regarding this.
I have had activation enabled from the get go. Also FYI, there are several columns to this grid so I am not sure if that has anything to do with it.
Hey hi Kyle,
i've done all you mentioned still problem persist any idea?
Let us know if you need further assistance regarding this.
Are you handling ActiveCellChanged event?
If you use AutoPostBackFlags
<AutoPostBackFlags ActiveCellChanged="true" />
please verify that you haven't set EnableAjax="false"
because in this case you will cause full post back.
Let me know if you need further assistance.