datagrid - How to edit ui.jqgrid.css -



datagrid - How to edit ui.jqgrid.css -

hi using struts2 jquery datagrid in project. have import jar files file folder , working properly. here code

<sj:head jqueryui="false" jquerytheme="false" /> <sjg:grid id="gridtable" datatype="json" href="%{remoteurl}" pager="true" gridmodel="citylist" rownum="%{rows}" altrows ="true" altclass = "even" pagerbuttons="true" pagerinput = "true" > <sjg:gridcolumn cssclass="idclass" name="id" index="id" title="id" formatter="integer" sortable="false" /> <sjg:gridcolumn cssclass = "cityclass" name="name" index="name" title="name" sortable="false"/> <sjg:gridcolumn cssclass="stateclass" name="state_code" index="state_code" title="state_code" sortable="false"/> </sjg:grid>

i using custom style alter view of grid. customizing the grid not possible. have write css in css file overwrite css come jquery grid, css file ui.jqgrid.css. think have edit ui.jqgrid.css cannot view ui.jqgrid.css in project. please tell me how can edit ui.jqgrid.css or please tell me file locate. file can view in edit mode?

datagrid struts2 grid

Comments

Popular posts from this blog

delphi - blogger via idHTTP : error 400 bad request -

c++ - compiler errors when initializing EXPECT_CALL with function which has program_options::variables_map as parameter -

How do I check if an insert was successful with MySQLdb in Python? -