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
555
Button in UltraGrid
posted

I would like to have button column in UltraGrid control.  How to do it ?

Parents
  • 69832
    Offline posted

    UltraGridColumn exposes a Style property, the type for which is an enum; there are constants you can assign to the property like 'Button' or 'EditButton'. The control fires the 'ClickCellButton' event when the user clicks the button.

Reply Children
No Data