Hi Michael,
We apologize for the delay.
On the GridControl, there is the FirstVisibleColumn property that gives the first visible column. With that information, you could start from there and loop from that column to the next one with Columns.GetColumnAtVisibleIndex() until you reach the total width of the grid (adding up Column.Width).
Unfortunately, there is no direct way in the public interface of our control to get that information.
Imported from legacy forums. Posted by Diane [Xceed] (had 969 views)