Hello I wonder if anyone could help me , I'm adapting the crud data grid demo. These are the javascript files I'm including
<script type="text/javascript" src="
http://code.jquery.com/jquery-1.6.min.js"></script>
<script type="text/javascript" src="
http://www.jeasyui.com/easyui/jquery.easyui.min.js"></script>
<script type="text/javascript" src="
http://www.jeasyui.com/easyui/jquery.edatagrid.js"></script>
If the last line is included , pagination or header sorting does not work. If I remove the last line pagination and header sorting works but I'm unable to do inline editing. I'm at a loss as to where I'm going wrong.
Any help would be appreciated.
Bill