I have a grid with 3 columns in list box item. There is a text block which bind with some json data. Based on data I want to show dynamic columns
with bind data. No of columns depend on story data. Here is my code.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
ramya bharathPosted Oct 9, 2015, 12:06 AM
http://www.aspsnippets.com/Articles/Dynamically-add-BoundField-and-TemplateField-Columns-to-GridView-in-ASPNet.aspx
In the above example before adding the field add a onchange event trigger to the required field and call the perform the function in event handler
Kul BhooshanPosted Oct 8, 2015, 12:34 AM
ramya bharathPosted Oct 6, 2015, 11:33 PM