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
450
Need delete icon only on last row in iggrid
posted

Hi Team,

I have an iggrid where I am doing insert, update and delete operations . On click of add new row ,data will get saved to the grid, not to the database and on click of delete icon, records should get deleted from the UI, not from the database and it is working . 

My requirement is below :

I need delete icon only on last row while binding the data from the database 

I need delete icon only on last row while adding data dynamically only in UI (not in db) .