Actually you can use afterSearch event in searchGrtid to update the external content with this string. See search events.
Kind Regards,
Bojan
Guriddo Support Team
Hello,
Thanks for the clarification.
The code posted here is very complex and we are not sure that we will support this.
Kind Regards,
Bojan
Guriddo Support Team
Hello,
The expression can be used outside the filter, suppose the grid is created and and you use grid filtering.
Try this:
1 2 3 4 5 6 7 8 |
$("#button").click(function(){ var filter = $("#fbox_jqGrid")[0]; if(filter) { $("#filterdisplay").html( filter.toUserFriendlyString() ); } else { alert('no filters'); } }); |
Kind Regards,
Bojan
Guriddo Support Team
Hello,
The method belong to the search filter and should be applied to it.
Suppose you have a grid with id=jqGrid, then the filter has a id = fbox_jqGrid.
In order to use:
1 2 3 |
var filter = $("#fbox_jqGrid")[0]; var tostring = filter.toUserFriendlyString(); |
Kind Regards,
Bojan
Guriddo Support Team
Hello,
Thank you for this explanation. I think it is not so easy to make this possible. The dificulties comes if you are in last record and press a tab so that a new record is created.
This comes from the nature of the form editiong – i.e when a new row should be entered a new lunch of the form is needed.
As for the other requierment you can bind a blur action in the last editable field.
In this blur action you should perform two action – trigger a click of the save button to save the record and trigger a click to the next button to obtain the next record. The bad new is if the user press a Shift Tab action to go to a previous field, but I think this can be avided.
Kind Regards,
Bojan
Guriddo Support Team
Hello,
I can not understand this sentence
One can enter data in the grid without using the mouse and hitting Tab (I cannot change the was edit and save are working currently)
How to move between the records if no mose or tab is used.
As far as understand this is a little compliceted scenario.
You can maybe use onclickPgButtons or simulate the click of this button.
The problem that I see is how to determine if I’m on the last field .
Can you please describe the problem little simplified?
Kind Regards,
Bojan
Guriddo Support Team
Hello,
We confirm the problem. It will be fixed in the upcoming release.
In order to collect the bugs, please add this problem in our bug tracker system
Thank you
Kind Regards,
Bojan
Guriddo Support Team
Hello,
Ths support for jqChart is available for existing users with active subscription.
The jqChart PHP wrapper will be distributed with the next release, but without Hightchart JavaScript lib. Currently we do not have right to distribute the JavaScript Highcharts.
Kind Regards,
Bojan
Guriddo Support Team
Hello,
You may need to look for cellattr event for this purpose.
Kind Regards,
Bojan
Guriddo Support Team
Hello,
It is a good if you tell us how you resolved the problem.
This will help maybe other users.
Thank you.
Kind Regards,
Bojan
Guriddo Support Team
Hello,
Gald to hear thes. We will wait for your solution.
Have a nicve day.
Kind Regards,
Bojan
Guriddo Support Team
Hello,
You may need to look at rowattr event to add a row attributes. The docs are here
Kind Regards,
Bojan
Guriddo Support Team
Hello,
Did you have chance to look at our new demos here
We have a similar example here
Please let us know if this is exactly what you need.
Kind Regards,
Bojan
Guriddo Support Team
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top