Hello,
Make sure that newly added row has a uniquie id. It seems yors are not.
Â
Regards
Hello,
Â
I’m glad that you have found a solution finally!
Â
Regards
Hello,
Â
As the documentation say – you can not.
Â
Regards
Hello,
Â
You use a php commertial product.
Please post your question here
Â
Â
Regards
Hello,
Â
In all cases this will not work.
When using addRowdata the grouping will not work.
You have 2 options
Â
1. After add a datawith addrowdata make the grouping – just see the doks and demos (dynamic grouping)
2. Use data parameter to passs the dataand set the key property – again see docs
Â
Regards
Hello,
Â
Thnks for the feedback and solution. This is a mistake which often occur.
Â
Regards
Hello,
Â
I’m not sure that this is a jqGrid issue.
Please, check your server side code.
Â
Regards
Hello Oleg,
As always thanks. The problem is only in jqModal: false.
In the new 4.6 the form should be always deleted independent of recreateForm parameter.
The problem is in jqModal – if it is set to false the form is not deleted independed for the recreateForm.
Â
Will try to resolve the problem.
Many thanks again
Best Regards
Hello Oleg,
Thanks for this investigation and examples (as usual
)
I think that this is rather problem of jqQuery and not of jqGrid.
I’m following the philosophy, that the problems should be resolved at its origin.
Â
I have tested your both examples (slow and fast ) in IE11 and have a impression that there is no diffrenece.
Do you have any measurements? I will try measure both examples and see if there are a big difference I will accept eventually this request.
Â
Best Regards
Tony
Hello,
Â
Not sure if this will be done in the near future. The logic of this is very difficult to be implemented, but not impossible.
Â
Kind Regards
Hello,
Â
Unfortunately there is no function which disable the sorable.
The way you try is not correct since the script (when this option is true) executes once and bind the needed events of the sortable.
The only possible solution is to use $(element).sortable(‘destroy’).
Â
I’m not sure if this will work correct, but you can try this code:
(I get this code from the gridbase)
thr = $(“tr:first”,thead);
$(thr).sortable(‘destroy’);
Â
Regards
Hello,
Â
Check your code again. Be a sure you load the correct modules.
Â
Regards
Hello,
Â
As far as I understand the question the enter can not be changed. It can be disabled, but not changed with other key – see docs.
As for the second problem replace restoreRow with save row in onSelect row
Â
….
Â
to
|
1 2 |
if (id && id !== lastSel) {<br /> Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â $("#Northwinds").saveRow(lastSel); |
Hello,
Â
Yes this is true. Grouping requires a lot of calculations and this will slow down the process.
More over the nature of the scrolling make this very difficult to do.
Â
Regards
HEllo,
Â
Your questions are related to tinymce editor.
I think you should ask these questions in another forum
Â
Regards
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top