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
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.