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
1095
Custom Edit/Delete Buttons
posted

I have buttons (a href links) that are styled with CSS to look/act like a button.  How do I hook these existing buttons up to edit a single row or delete the row.  They appear in the last cell dgvStaff.Columns[7] of each row.

So when I click the edit button: <a href='#' class='sepV_a' title='Delete' onclick='alert(""Delete staff"")'><i class='splashy-calendar_day_remove'></i></a>

It would allow me to edit the row.  Do I need to change the html in any way or can it work with the html I provided above?

Also for the same, how would I make the delete button delete the row?

I am using Infragistics v12.1  WebDataGrid

Parents Reply Children
No Data