Hi
I have a requirement to change the subgrid view (columnset) based on the condition. I got the so much help to filter the records using the SetParameter(). Below is complete line of code.
grid.control.SetParameter("fetchXml", fetchXml);
The above is working fine to filter the data. But when i build different fetchXmls with
different columnsets the grid does not show different columns. It still shows whatever columns exist in the "Active records view" which was set while defining the subgrid.
Is it possible to change the columnset of a subgrid dynamically?
Any help would be appreciated and Thanks in advance.