Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
140
igGrid update row cell problem and column hidding dynamicly
posted

Hi I have a problem igGird update row cells.

Have two question

First of , I want to update cells on grid but displayed cell bad , Grid must be 540 px  I can not increase grid width.

second problem is , 

I wantto change column hidding dynamicly on button click 

Im using    $("#gridKosul").live("iggriddatarendered", function(event, args)  event 
               $("#gridKosul > colgroup > col:eq(0)").css("width", "0px");  

but this is the problem on displayed 

How can I hidden column dynamicly and fixed updating row cells displayed 

Thanks for helps

  • 18204
    Offline posted

    Hello BK,

     

    Thank you for posting to our forums!

    For your issue with updating rows, please clarify what about the displayed cells is bad and why the igGrid's width is related.  I cannot tell what you are referring to with your image.

    As for hiding a column, the igGrid has a hideColumn method that you should use.  Please see this jsFiddle which demonstrates how this can be used.

    Looking forward to hearing from you.