Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Anthony Nahas on Sep 23, 2009 11:42
open dhtmlx forum
AttachHeader DetachHeader with filters and column insertion/removal?

Hi, I am adding and removing columns to my grid at runtime, and it doesn't seem to work that well with filters. What I do is increase the number of columns, then remove the old header (for the filters, which is located at index 1), and attach the new header. However, when I type into these new filter boxes, it doesn't seem to work correctly. It gives the following message:

_cellType is null or not an object
Line 867
Char 30

Answer posted by dhxSupport on Sep 24, 2009 02:18
Please provide us any kind of example where we can reproduce this issue.
Answer posted by Anthony Nahas on Sep 24, 2009 05:46

After I posted, I noticed this post:

http://www.dhtmlx.com/docs/products/kb/index.shtml?cat=search&page=1&q=8617&ssr=yes&s=insertColumn%20filter

Is that still accurate?  Do newly inserted columns not work with filters?