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
345
Dividing column of ultragrid with text and buton
posted

Hi ,

Can anyone assist me with the issue?

I have a column in a grid that will have a 'add' button. upon clicking it will allow to select a file. After adding the column mustt have the file name and the add button both in one column?

 

Is there property that can assist? I am new to ultragrid.

Parents
  • 469350
    Offline posted

    Hi,

    Placing a button in a WinGrid cell is very easy. Just set the Style property of the column to EditButton.

    The ClickCellButton event of the grid will fire when the button it clicked and then you can show any dialog you want (like a FileDialog) and set the value of the cell accordingly.

Reply Children