Dear,
Initially i bind the data to IGGrid from server side in MVC.
Later, i bind the data using Jquery (Json data). That time column header is displaying two times.
Please help me to display the header in one time only
Hello,
Thanks for posting into our community!
Can you send an isolated sample so I can investigate this matter?
Changing the data can be done through the dataSource option. Note that the schema of the data is preserved so you have to retain the same data properties you were using in your original data.