hi,
just started using jqgrid, previously i used flexigrid.
in flexigrid i can used this that a row is clickable and if click will be directed to its detailed information
i.e in flexigrid
{display: '=lang(”username”)?>', name : 'username', width : 100, align : 'left', process:viewHeader, sortable:true}
the process: viewHeader is an html page that will show the record of the username in a page
and this is jqgrid:
{name:'role_code',index:'role_code', width:80, editable:true, editrules: {required:true}},
does jqgrid have this functionality? also i've seen the added button for view file but i preferable like the row to be link in a new same window/page. Any response from the community will be a great help for me.
PS: data loading is much faster compared to flexigrid. really like this stuff!!! 
thanks
-Dean
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top