diff --git a/source/Ox.UI/js/List/Ox.TextList.js b/source/Ox.UI/js/List/Ox.TextList.js index 1b9079d6..c1254f1c 100644 --- a/source/Ox.UI/js/List/Ox.TextList.js +++ b/source/Ox.UI/js/List/Ox.TextList.js @@ -511,6 +511,7 @@ Ox.TextList = function(options, self) { function getCell(id, key) { Ox.print('getCell', id, key) var $item = getItem(id); + key = key || ''; return $($item.find('.OxCell.OxColumn' + Ox.toTitleCase(key))[0]); }