Datagrid on select row (with keyboard or mouse)
Posted: Mon Dec 05, 2016 4:02 am
In a datagrid, is it possible to do something when a row is selected, whether it is selected with keyboard or mouse?
For example, I have a "on mouseUp" action which populates some fields when you click on a row in the datagrid; however, what if someone is scrolling through the datagrid with keyboard keys?
Can I make that action happen on selectRow..
For example, I have a "on mouseUp" action which populates some fields when you click on a row in the datagrid; however, what if someone is scrolling through the datagrid with keyboard keys?
Can I make that action happen on selectRow..