i am trying to sync pinned columns of 2 ultragrids. so need to find event associated with pin function.
Thanks
Hello ,
AfterColPosChange will fire when you pin/unpin a grid's column. So what you could do in your scenario is to handle this event, check e.ColumnHeaders collection for pin/ unpin columns and to use this information to synchronize your grids.
Let me know if you have any further questions