Hi,
I work on an enhancement project where I have an ajaxified ASP.NET webpage with a GridView. The developer used JQuery and JSON to dynamically build the GridView based on a dropdown box change event in the client side using ajax.
The requirement was to add few new columns to the GridView. I added the bound columns and updated the JSON objects. It shows the data during the page load. But when I change the dropdown the new columns are disappearing.
Please help me with your thoughts. Thank You.