Categories | Question details Back To List | ||
Grid custom column with text filter Hi When I insert new column into grid by mygrid.insertColumn, is this possible to add #text_filter for that newly created column using mygrid.attachHeader or some other method? Thanks Answer posted by dhxSupport on Mar 19, 2009 10:18 Unfortunately its impossible to insert #text_filter into the recently added column. By you can insert custom input and implement custom search with filterBy() method: function insertColumn(){ |