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
1530
IgGrid - Column resizing Issues
posted

Hi,

I have a IGGrid where Column resizing feature is implemented. Facing below issues:

1. If I expand/contract first and then sort on any of the columns, the column width goes back to original state(initialize section width). How can I retain the width of the columns as is before sorting?

2. when I expand/contract the columns, the header width increases, in that case when I double click on the bottom portion of header it fires row click event. Note: we have custom row click event implemented in the grid. How do we restrict the row click event firing when clicked on the header row.

 

Thanks,

kiran

Parents
  • 1530
    posted

    on double click of row header it fires row double click event(not row click event as mentioned above)

     $(document).on("dblclick", "#adjacencysGrid tr", function (evt) {                 //do something   });
     
     
    Thanks,
     
    Kiran
Reply Children