This question is locked. New answers and comments are not allowed.
Hello,
Is there a way where I could customize the toolbar like instead of just a link for the "Add new Record" I would like to change it to an Image? As well as the other predefined commands for inline editing, I want to change those commands to images.
Is there a function (server or client side) where I could initially make the Grid in insert mode? edit mode? I know that there is a query string (?Grid-mode=insert) on the URL that is set every time the Grid is in insert mode or edit mode but I don't know how make that value applicable to Url.Action() function, since "Grid-mode" is an invalid variable for routing.
Regards,
Junie
Is there a way where I could customize the toolbar like instead of just a link for the "Add new Record" I would like to change it to an Image? As well as the other predefined commands for inline editing, I want to change those commands to images.
Is there a function (server or client side) where I could initially make the Grid in insert mode? edit mode? I know that there is a query string (?Grid-mode=insert) on the URL that is set every time the Grid is in insert mode or edit mode but I don't know how make that value applicable to Url.Action() function, since "Grid-mode" is an invalid variable for routing.
Regards,
Junie