Click here to Skip to main content
15,911,786 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,

I am facing an issue with binding datatable to JQGrid.
I have a datatable. I bind to dynamic bind the datatable to the JQGrid. I dont want to give column names og JQGrid. It should take it from datatable only.

please help me how to implement this using JQuery.

Thanks.
Posted
Comments
ZurdoDev 31-Dec-13 9:00am    
Please use the improve question link to add your relevant code and show us where you are stuck.

1 solution

As per me JQGrid do not support dynemic columns genration.
You must need to define order and you have to pass data in same order.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900