Arfan Mahmood
Arfan Mahmood

Reputation: 1

How to add columns dynamically in jqgrid?

I want add columns dynamically. Means I have got 4 buttons. Add After, Add Before, Edit and Delete. Can someone help me, how to achive this functionaliy.

Regards,

Arfan Mahmood.

Upvotes: 0

Views: 2301

Answers (1)

Nico
Nico

Reputation: 11

Unload JqGrid with jQuery("#Table").GridUnload("#Table");

and create again.

Upvotes: 1

Related Questions