events

i want to hide the third column by default in doInitGrid by the follwing line

mygrid.setColumnHidden (2,true);

after i add this code to show the column when the user edit a cell in another column



mygrid.attachEvent(“onEditCell”, doOnCellEdit);



function doOnCellEdit( )

{mygrid.setColumnHidden(2,false);

}

but when i edit any cell the column doesnt appear



i ask if there is any solution

thanks a lot


Please be sure that you has defined some non-zero width for hidden column during grid initialization.
Working sample sent by email.



i chek the width but it is diffrent from zero please hel[p me i cannot find the problem

thanks

Please check sample, sent by email.
If issue still occurs for you - please provide any kind of sample where it can be reconstructed.