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
505
How to remove igGrid row?
posted

Hi,

 

I am using igGrid control in an Asp.net MVC3 project, I know that in igGridUpdating there is an method called deleteRow, this method will add a cross line on the "deleted row", not really remove the row.

$('#grid1'). igGridUpdating('deleteRow', "AFG");  

I want to know is there a way to remove rows from igGrid, 
also I don't want to user to see the updating styles like the delete button pops up when mouse on it.