Hi,
I have requirement to change grid column sequence according to the selection from dropdown.
Ex. I have 4 value in dropdown. If value 1 selected then display record in grid.
Then if value 2 selected then some of the field should not be present and some of the column sequence need to be changed.
Column visibility can be set by code. But I am not getting to arrange the sequence dynamically.
Currently I am using multiple grid and making it visible according to selection value from dropdown but that doesn't seem correct way to do if more values in dropdown exist.
Could anyone suggest, something that can be implemented here?
Thanks,
POOJA