Bug in Grid onRowCtrlClicked action
I've noted in the grid/action.js file there is an action onRowCtrlClicked which toggles the selected row.
Having tested it on a small simple drid - it does not appear to work.
I was in fact attempting to apply a patch to allow multiple row selection in a grid - as described earlier on in the forum by Helen Williamson, but this too does not work.
There seems to be as issue with the handling of the event in the function f(action, column, row) method of grid/_actions.js
Strangley enough adding the following to my grid definition:
gridObject.onControlClicked = function(event){ window.status = "Control clicked"};
results in the window status displaying the message - even when I have not pressed the CTRL key.
Is this bug correctly identified - or am I missing something that I should be doing to make these actions work ?
Having tested it on a small simple drid - it does not appear to work.
I was in fact attempting to apply a patch to allow multiple row selection in a grid - as described earlier on in the forum by Helen Williamson, but this too does not work.
There seems to be as issue with the handling of the event in the function f(action, column, row) method of grid/_actions.js
Strangley enough adding the following to my grid definition:
gridObject.onControlClicked = function(event){ window.status = "Control clicked"};
results in the window status displaying the message - even when I have not pressed the CTRL key.
Is this bug correctly identified - or am I missing something that I should be doing to make these actions work ?
Yasdnil
March 2,