Hello,
We can help you only if you configure a test case.
Regards
Hello,
Can you please provide a simpletest scenario for this problem?
I'm unable to reproduce this.
Thank you.
Kind Regards
Hello,
Thank you for posting the solution.
Regasrds
Hello,
When datatype is local the page, records and total does not take in account. They are calculated within grid ( not sure if this is a good solution).
Your code is correct way to do this. Maybe you can use setGridparam.
Regards
Hello,
Unfortunatley the current implementation of form editing does not support editurl set to clientArray.
This is a future work.
In order the events to work in FormEditiong you will need to set the editUrl to a valid dummy file (i.e this file only exists on server and nothing more).
Regards
Hello,
Thank you for posting the right syntax.
Regards
Hello Oleg,
Thanks. Have confirm this with some comments.
See the coments
Hello,
Thanks. Will check this
Regards
Hello Oleg,
Many Thanks for this. This week I will work hard on jqGrid and will make a decision.
Thank's again for your work on jqGrid.
Best Regards
Tony
Hello,
When using editRow this is not possible. I think the best way to edit row data when frozen property is on,
Hello,
jqGrid is compatible with jQuery 1.10.x and I think with 2.x.
You do not need to do anything. Just include the jqGrid lib.
If you have problems with this please let us know with test case and code.
Regards
Hello,
The short answer is – this in not possible in the current implementation.
Since you color your table clint side we do not know how you do this.
Actually adding color in cell is a attribuite of the table data or a some html element with attibutes.
Actually we serach by value and not by attribute.
If this is a server side searching then the solution can be a little simple, but actually you use client side coloring.
I hope you understand.
Regards
Hello,
Thank you for sharing your solution. Every solution is ok if it do the job.
Regards
I think you got the point.
RegardsHello,
You can store the original value in span element and then use it in whe you unformat it.
This is a example from our commertial jqGrid
colModel : [
…
{name: 'myname',…, formatter : formatRating, unformat : unformatRating, …}
…
],
…
});
Hello,
As far as I remember the selected values are based on grid data and not on selected data that comes from the dataUrl.
It seems that the cell data (the field with multiselect) in the grid is not consistent with the data from the dataUrl.
Please check if the items in the grid cell are the same as in the dataUrl.
Regards
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top