return true so the select takes place

This commit is contained in:
ofirgeller
2014-03-08 14:37:58 +02:00
parent 7807578ff2
commit 1d2781cde3
+1 -1
View File
@@ -6,7 +6,7 @@ var options1: ngGrid.IGridOptions = {
var options2: ngGrid.IGridOptions = {
afterSelectionChange: () => { },
beforeSelectionChange: () => { },
beforeSelectionChange: () => {return true; },
dataUpdated: () => { }
};