Hello Ben,
I not quite understand which text you want to place in Add dialog? If you want a static text you can use
Hello BenRivera,
I would recommend you to use beforeShowForm and afterclickPgButtons event handler to change the title of the edit dialog, because editCaption
Hello casperd,
you should post a full code example (including the filling jqGrid with the test data) which can be used to reproduce you problem.
Best regards
Oleg
Hello J
Subgrid feature of the jqGrid allows to show any custom data below a row and not a subgrid. You should just define your custom
All the experiments just shows that you should do paging on the server side. I can not understand the argument “our back end is already doing some heavy processing”. On the server side one implement all operations in compiled and optimized code, so you will have at least 1000 times better performance. Moreover the server can cache the results which can improve the performance also very much. With intelligent paging on the server side you will be without any problem be able to work with at least 100000 rows of data.
Best regards
Oleg
You are right. There methods triggerToolbar, clearToolbar and toggleToolbar are really implemented in another way. It is documented by the way here. Do you have some
Currently it is not possible, but probably soon: see /blog/?page_id=393/feature-request/Rows%20number,%20span%20column,%20multi-sort/
Best regards
Oleg
All functions inclusive triggerToolbar should works with new API. Do you try with
jQuery(“#grid_id”).jqGrid('filterToolbar',options);
where “grid_id” is the id of the table element of your grid? If this not work, then you should verify your JavaScript code or at least paste the code example in your question which can be used to reproduce your problem.
Best regards
Oleg
jqGrid just follow the jQuery UI Theme
It seem to me that your source date format is too bad to be interpreted by the standard date formatter. With the writing your custom formatter you will be able to read the date. Why you not use ISO8601Long format “Y-m-d H:i:s”?
I recommend you to read documentation about preparing of JSON data on the server. Currently you use a mix between different ways. To be able to display the data prepared in the form you should add “cell.” prefix to all jsonmap values:
colModel: [
Hello larosal,
I don't use PHP or MySQL. Probably other people can help you.
Regards
Oleg
Sorry liny, but you write no time about any radio button sortBy. If you use some external elements for jqGrid sorting and place the data not one during creating the grid as you write it is absolutely another situation.
If you want reload the grid with new data you should probably place setGridParam inside of 'change' or 'click' event handler. Moreover refreshing of jqGrid indexes with $(“#myXXTable”)[0].refreshIndex(); could be also required after this data settings.
Regards
Oleg
Hello!
You should remove comma before ']' in the definition of colModel. Moreover you should include jquery.searchFilter.css and jquery.searchFilter.js if jquery.searchFilter.js is not part of jquery.jqGrid.min.js which you use. For verifying you can
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top