I am implementing jqgrid in my asp.net MVC web application.
In my grid i have two columns edit and delete. The delete should be visible only if the user is logged as
This is not the best practice to use js to manage your security. You should not show this column on your server side!