Hi,
In the jquery grid is there any way I can customize the image that comes when I try to delete any row.
Also, I would like to customize the tool tip that comes while I try to delete a record from the grid. I did try DeleteRowLabel & DeleteRowTooltip but it didnt work.
I am using cshtml pages.
Dummy code :
{
name: 'Updating',
enableAddRow: false,
editMode: 'none',
enableDeleteRow: true,
DeleteRowLabel: 'Delete User',
DeleteRowTooltip: 'Delete User',
//event raised before row was deleted
rowDeleting: function (e, args)
//Show the confirm message ..
}
Let em know further.
After trying different options I believe deleteRowLabel & deleteRowTooltip works !
But how to change the image that comes up when I hover over any row to delete that particular row ?
Hello Anirban,
Thank you for posting in our forums.
You should change the classes applied to the Delete button and the icon on Delete button
http://help.infragistics.com/jQuery/2011.2/ui.iggridupdating#theming
Let us know if you need further assistance