Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1070
UltraWebGrid - Moving over bands w/ arrow keys
posted

I really like the way I can move around the grid (change the selected cell) using the arrow keys. Now I am wondering why I can't move across bands using the arrow keys. When moving around I'm stuck within the grid I originally placed the selection. Can this be changed so I can move freely across all the bands/grids in the hierachy?

Parents
  • 28464
    posted

    I do not think that this is supported out of the box currently. In theory, you could probably take advantage of the client-side object model (CSOM) of the grid and hook the KeyDown event

    http://help.infragistics.com/Help/NetAdvantage/NET/2008.2/CLR3.5/html/WebGrid_Client_Side_Events_CSOM.html 

    then using javascript, you can set focus to the first child band if you are on the last row of the parent grid... but it gets tricky, since you will need to hadnle up/down... the logic could be complex.

    You can also request this feature from our ASP.NET team using this form - chances are, that it may appear in one of the future releases we have, based on priority:

    http://devcenter.infragistics.com/Protected/RequestFeature.aspx

Reply Children
No Data