Posted on: 1/4/2014 5:53:00 AM | Views : 919

Hi Friends Iam trying to use JQuery table which is downloaded from the TRIRAND website I can insert a record but i cannot update,delete please help me to find out the solution.
<link rel="stylesheet" type="text/css" media="screen" href="http://ajax.aspnetcdn.com/ajax/jquery.ui/1.10.0/themes/redmond/jquery-ui.css" /> <link rel="stylesheet" type="text/css" media="screen" href="themes/ui.jqgrid.css" /> <script src="http://ajax.microsoft.com/ajax/jquery/jquery-1.9.0.min.js" type="text/javascript"></script> <script src="js/trirand/i18n/grid.locale-en.js"type="text/javascript"></script> <script src="js/trirand/jquery.jqGrid.min.js" type="text/javascript"></script> <style> body { font-size: 75%; } </style> ...

Go to the complete details ...