| Page 1 of 1 | [ 3 posts ] |
|
Hello,
My application use scrolling DataTable which have a feature of keyboard operation. My scrolling DataTable is "single cell mode " and moving a cell by pressing arrow key. A continuously Pressing keyboard occurs focused cell protrude away from viewing area of the DataTable. I want scrolling automatically when active cell moved by keyboard handling . I couldn't find any property for the scrolling. Does the scrolling DataTableown that? |
Alberto SantiniYUI Contributor
|
Hello yamashita.
It seems I didn't found any built-in solution. See viewtopic.php?f=90&t=6155 A quick workaround may be: myDataTable.subscribe("cellSelectEvent", function (oArgs) { this.scrollTo(oArgs.record); }); Hope that helps, IceBox |
|
Alberto,
Thank you for your reply. Unfortunately scrollTo method didn't work on my environment. My scrolling data table has XY scroll bar , also my code is : this.scrollTo(el.column); this function finish without any error or exception. Can you advise me if I try over the "built-in solution" regards. |
| Page 1 of 1 | [ 3 posts ] |
| You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum |
© 2006-2013 Yahoo! Inc. All rights reserved.
All code on this site is licensed under the BSD License unless stated otherwise.
About This Site · Security Contact Info
Powered by phpBB® Forum Software © phpBB Group