Select Rows with the Keyboard
Hey, I have some problems.
How can I get a value from a cel selecting it with the arrows of the keyboard.
somethig like this, but only with the keyboard
// set click action handler
obj.setAction("click", function(src){
var myValue =myData[src.getItemProperty("index")][0];
});
Please
How can I get a value from a cel selecting it with the arrows of the keyboard.
somethig like this, but only with the keyboard
// set click action handler
obj.setAction("click", function(src){
var myValue =myData[src.getItemProperty("index")][0];
});
Please
Ruben Bocanegra
March 2,