Skip to content
Snippets Groups Projects
Commit f0b68ebf authored by juanf's avatar juanf
Browse files

SSDM-3390 : Better feedback for selectable grid.

SVN: 36190
parent 760211d2
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ $.extend(Grid.prototype, {
thisGrid.renderColumnDropdown();
thisGrid.renderDropDownOptions();
if(thisGrid.rowClickListeners.length > 0) {
if(thisGrid.rowClickListeners && thisGrid.rowClickListeners.length > 0) {
thisGrid.panel.addClass("fuelux-selectable");
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment