Hello,
There are so many post about this here (including jquery google groups)
Also basically you will need to use beforeShowForm in add and edit.
In add make the control readonly or hide them in edit enable it or show them
Best Regards
Tony
Hello,
You can disable all the elements on the pager reading here:
http://jqueryui.com/demos/draggable/
Regards
Tony
Hello,
Using jQuery UI with draggable you can
$(“#gbox_mygrid”).draggable()
Where mygrid is the id of your grid
See the available options for the draggable here
http://jqueryui.com/demos/draggable/
Regards
Tony
Hello,
From the picture provided here I see that something is not good. The font-size is too big. Plese take a look at the instalation instructions.
Hello,
Set the initial height to auto, and in loadComplete determine the number of records using getGridParam. If the number of records is
more than desired value set the fixedHeight here using setGridHeight.
Regards
Tony
Hello,
Thanks. Could you please try the last one from GitHub. Just updated this. Also there was a typo when this bug was fixed
Best Regards
Tony
Hello,
Enclose your link in CDATA like the last cell.
instead of
$s .= “”. ' $a'.””;
do
$s .= “”;
Best Regards
Tony
Hello,
In wich editing module is this? cellEdit, inlineEdit of formEdit?
Hello,
Look here:
Best Regards
Mark,
Thank you. To be a honest I look at other side which IMHO is not the right one. You explain it very good, but the problem persisst and it can be seen very well in IE6. Also the change is rolled back until we found a better solution.
Thanks again
Tony
Hello,
Little confused. What you actually want – resizing or drag and drop?
Reagrds
Tony
Hello,
Thanks. Fixed.
Best Regards
Tony
Hello,
use a custom formatter for this purpose – here is example
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:custom_formatter#example
Reagrds
Tony
Hello,
Maybe you will need to use the FormToGrid and GridToForm methods in this case.
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:form_editing&s=gridtoform#gridtoform
Best Regards
Tony
Hello,
Another possible and very easy solution is to use a custom formatter.
There is example for this here:
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:custom_formatter#example
Regards
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top