Categories | Question details Back To List | ||||||||
Grid - Get a list of the hidden columns How can get a list of the hidden columns? Thanks, Ben Answer posted by dhxSupport on Nov 02, 2009 08:25 You can iterate through all columns and check if particular column is hidden with isColumnHidden(ind) method where ind - index of a column Answer posted by Ben Leah on Nov 02, 2009 08:55 Thanks that works ok. However when I hide a column and then show it again I get the following problem shown in the images attached. Attachments (2) Answer posted by dhxSupport on Nov 03, 2009 02:54 Unfortunately we cannot reproduce this issue locally. What version of dhtmlxGrid do you use? Answer posted by Ben Leah on Nov 03, 2009 03:49 Hi , I have reproduced the error in one of your samples, this problem olnly appears to occur in IE 8. ../dhtmlxGrid_v25_pro_90904-EVAL/dhtmlxGrid/samples/16_rows_columns_manipulations/12_pro_grid_hideColumn.html If you hide and then show column 3 you will be able to re-produce the error. Let me know if you need anything else. Thanks, Ben Answer posted by dhxSupport on Nov 03, 2009 09:16 Are you able to reproduce this issue here? http://www.dhtmlx.com/docs/products/dhtmlxGrid/samples/16_rows_columns_manipulations/12_pro_grid_hideColumn.html Which doctype are you using in your sample? Answer posted by Ben Leah on Nov 04, 2009 00:31 Yes, the page http://www.dhtmlx.com/docs/products/dhtmlxGrid/samples/16_rows_columns_manipulations/12_pro_grid_hideColumn.html# shows the same behaviour. I am using IE v8.0.7600.16385 on Windows 7. If I force IE 7 compatibility mode then I do not see this problem, but I need to support IE 8. I have tested the doctype XHTML strict and transitional but this does not make a difference. Thanks , Ben Answer posted by Ben Leah on Nov 04, 2009 00:45 Screenshot attached. Attachments (1)
Answer posted by dhxSupport on Nov 04, 2009 03:11 This issue confirmed. Unfortunately we have not workaround or quick fix right now. We'll work to fix this issue as soon as possible. Answer posted by Ben Leah on Nov 04, 2009 03:12 Thank you , I would be grateful if you could let me know when you have a fix for this issue. Thanks, Ben |