Hello, I have a radgrid that is associated with a really large table as far as columns. This table may have 60 columns in which data from different reports are written to this table. I want to have a drop down that when a value is selected from the dropdown, I can set certain columns to be visible and certain columns to be hidden based on that selected value. For example report 1 might use columns 1-15, and report 2 might use columns 1-5 and 16-25, so I want to be able to dynamically show and hide columns based on the column name that I plan to store in another table in relation to the report. So when a user selects a report from a dropdown list, I can query the table that has what columns should be visible for the selected report, and dynamically show/hide columns in the radgrid based on that selection.
I am not finding anything in the documentation for this. Any idea/suggestions would be appreciated. Thanks.