Skip to main content

Get row index

Comments

1 comment

  • Dapfor Team

    Hello,

    Row row = grid.Rows[123]; 
    int visibleIndex = row.VisibleIndex;

    Column column = grid.Headers[0]["columnId"];
    int columnVisibleIndex = column.VisibleIndex;

    Best regards,
    Dapfor

    0

Please sign in to leave a comment.

Powered by Zendesk