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
615
Adding a control (button) to a single cell
posted

Hello!

We need to show a button within a single cell. This depends on the bound field. If the bound object is of a certain type, a button needs to be shown. But this cannot be set for the field (column) because this may happen only once in a column and once in a row.

I was playing around with CellValuePresenter, but I was not able to change the control within the cell.

I did not find a solution? Does anyone has an idea?

 

Thanks in advance!

Florian

Parents
  • 69686
    posted

    Hello Florian, 

    Retemplating the CellValuePresenter is the right approach to take if you want to change the content of a cell and embed a control. You can attach a sample project or provide us with the code that you are trying and we can look into it.

Reply Children