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
230
igGrid Hiding columns
posted

Hi can anyone kindly attach me here a sample application in MVC3 razor(.cshtml) with igGrid enabled with Column Hiding functionality?

I'm getting issues when trying to enable the hiding feature. Kind help pls.

 

Parents
  • 465
    posted

    Hi,

    You will find the file "iggrid_hide.zip" an example (in Javascript).

    1. Column CompanyName cannot be hidden

    { columnKey: "CompanyName", allowHiding: false },


    2. Hidden column that can never be displayed

    { columnKey: "CustomerID", allowHiding: false, hidden: true },


    Hoping that it'll help you,

    Olivier Hélin

    iggrid_hide.zip
Reply Children