I've got a simple webhierarrchicaldatagrid and I'm trying to add columns dynamically to it after a dropdownlist is selected. No matter what I do I can only add columns to the grid from the initial page load. Is it possible to do this or is there a re-render I need to call after adding the columns?
Thanks
Hello Anthony,
Thank you for contacting Infragistics Support!We are currently looking into this matter and will keep you posted of any available information.Please do not hesitate to contact us with any updates or additional questions regarding this scenario in the meantime.
Not to keep adding little by little but I just realized this works perfectly with the WebDataGrid.
Thanks for looking into this; to simplify the question more, all I'm trying to do is add columns dynamically on a postback (my example was after a dropdownlist selected index changed)