Posted 30 October 2020, 6:59 am EST
Hi Ashwin,
Thanks for your reply. I had already looked at that method, but I’m not sure if it will help with the issue I am trying to resolve.
We have added some functionality into our software which includes the ability for users to show/hide and resize grid columns. Users can then save their settings if they wish.
To do this we had been using the columnLayout property on the grid as well as the columns property.
We allow users to hide/show columns using a right click context menu, the user clicks on the column and its visibility is changed accordingly.
I’m struggling to work out how this will now work as I need to be able to access column information based solely on the binding/name of a column and then change column settings.
Edit: Apologies, i’ve just re-read the documentation and it appears that you cannot hide/show columns when using the multirow grid (i missed that when i read it the first time)