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
225
WPF Button in a Field
posted

I am trying to add a 'Save' Button for every row that exsists in a datagrid. On clicking the button I want a popup to ask the users to confirm and save the changes done to the fields in that row. Is this possible in Infragistics Datagrid or Datapresenter?

Thanks.

Parents
No Data
Reply
  • 69686
    posted

    Hello,

    Yes, this is possible. You can create a style for the CellValuePresenter and put a button in its template. This style is to be applied the the button field's settings -> CellValuePresenterStyle property. Then you can create a custom command or just an event handler for the Click of the button and show the confirmation popup.

Children