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.
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
Hi. Many thanks for your quick response. But i'm loading the Grid differently and i'm not using javascript for enabling the features. Please see the attachment.
If i enable hiding then i'm getting error as "Microsoft JScript runtime error: No such widget loaded: igGridHiding". Any idea why this error is coming?