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
4695
get column name from column key
posted

Dear all,

I want to have column name from below. How to change it to have column name of active cell.

this.ultraGrid1.ActiveCell.Column.Key

Parents
No Data
Reply
  • 53790
    posted

    Hi,

    I suppose that maybe you are talking about column`s caption. If so, you could try

    ultraGrid1.ActiveCell.Column.Header.Caption

    Let me know if you have any questions.

Children