aspose file tools
The moose likes HTML, CSS and JavaScript and the fly likes Jqgrid problem Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "Jqgrid problem" Watch "Jqgrid problem" New topic
Author

Jqgrid problem

deepak mundhada
Greenhorn

Joined: May 10, 2012
Posts: 5
Hi all,

I am working on a project using technology Spring + Hibernate + jquery + Ajax + jqgrid.

Problem1 -: I used Jqgrid to display data of database. so it displays it very correct. but now i am to show this table according to user logged in. It means if Admin logs in than all button would be visible but If User logs in edit, delete, add buttons to not to show.

Approach -:
I may use <sec:authorize access="hasRole('Admin')"></sec:authorize> to solve it.
But i dont know how to hide a column or a button on jqgrid using this security tag.

problem2 -: I am to reload the grid on click of refresh button but not able to do. I did calling function explicitly or through ajax but still not able.

I need help for this.........
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Jqgrid problem
 
Similar Threads
Ajax with Database
Can AJAX be used to dynamically update any scoped variable storing a list of objects
Unable to get the chackbox array values in Servlet file
Scrollable Table with Jquery?