Hello,
I think that this bug is corrected
http://github.com/tonytomov/jqGrid/commit/d418a6200ec2a7aa50566110768da2e8c774edb3
Which version do you use?
Regards
Tony
Hello,
Yes it is a bug – Fixed in GitHub. Could you please let me known if all work OK.
Thanks
Tony
Dear Rayson,
It is a good start to check first the docs – especially for formediting and how to change the label:
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:common_rules
Regards
Tony
Hello,
This example – as your post work as expected in my demo- no scrollbars. Also check your style.
Recommendation – in the html page use only the grid and ui.jqgrid.css and nothing more. See the result.
I thing that other css setting causes the problem – or at least download the demo and experiment with these options to see what is.
Hello,
Maybe (never try) you will need to set edittype:'textarea' and the use dataInit event (see docs) to attach the editor to this field.
Regards
Tony
Hello,
Right now I understand. Also If setting shrinkToFit to false it is a good idea to set a grid width. The purpose of shrinkToFit option is:
If set to false – all the column have the setted width following the rules:
I. If the grid width is set then
I.1. if the width is less than the sum of visible column width – the grid have horizontall scrolbar
I.2 if the width is greater than the sum of visible column width – you will not have horizontall scrollbar
II. If the gridwidth is not set
1. You will have allway horizontall scrollbar – since the calculated width of grid does not include the borders and padding of the cells.
Recommendation: when
Hello,
You want to overwrite the input element with what?
Regards
Tony
Hello,
Definitley no. You can make your custom which look like the steel one using the jQuery UI Theme builder.
Regards
Tony
Hello,
I think you place a datepicker on every possible place.
The dataInit event is placed in wrong place. Refer to docs where to put it – there is such example with datepicker.
Try first with only one datepicker and see the result.
Regards
Tony
Hello,
You are right, but I think it is too late to change the name.
Do not know why this can not be converted. Check what you have in rowData
also you can do this
console.log(rowData);
Regards
Tony
Hello,
I do not understand. Could you please describe your problem in details.
Regards
Tony
Hello,
Could you reproduce this on jqGrid Demo site?
I can not do this.
Also check that you have uniquie rowid's – Not sure, but I think that this is the problem.
Regards
Tony
Hello,
What you want to drag and resize – the grid or the editing form? If this is the case then chack what you have downloaded – you shouls marK jqDnR in order to haver dragging.
Regards
Tony
Hello,
I have added new parameter – totaltime which mesure the total loading time of the inserted records in the grid.
You can ask this with getGridParam('totaltime');
Hello,
Thanks for this. I will try to make so named jqGrid disection in order to understand every detail in the grid. Will be soon in the Wiki.
Regards
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top