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
285
IgGrid enableDeleteRow
posted

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.

Parents
  • 285
    posted

    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 ? 

Reply Children