Categories | Question details Back To List | ||
getColumnLabel returns Filter Hello dhtmlx-Team, I have a little Problem with getColumnLabel, it returns all values from a #select_filter. How can I check if there a filter in a HeaderCell or witch function works correct? Thanx forwardly... Frank Schmidt Answer posted by Stanislav (support) on Jan 21, 2010 01:31 getColumnLabel returns exact content of related header, including inline HTML You can check built in filters by using if (grid.getFilterElement(index)) alert("Column "+index+" has filter"); |