Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
335
Setting the index of the ultraGrid columns
posted

Is there a wat to change the index of a UltraGrid column?

What i'm doing for the other properties is to iterate through the columns of the first row and making the changes, but the index is readonly.

Thanks

Parents
  • 335
    Verified Answer
    posted

    Answer found!
    I'll use the swap indicating the new index of each column.

    dr.Column.Swap(dgvTarefasDia.Rows(0).Cells(5).Column)

Reply Children
No Data