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
Hi BK,
Thank you for posting on our forums.
I am not sure if I understand the first issue you're describing. Please update this thread with more details regarding what you're trying to achieve and the issues you're encountering. With regards to the second question, I recommend hiding the hideColumn method available in the igGrid API:igGrid hideColumn Methodhttp://help.infragistics.com/jQuery/2014.2/ui.igGrid#methods:hideColumn igGrid Column Hiding samplehttp://igniteui.com/grid/column-hiding
Please let me know if you have any questions regarding this matter.