Hello,
You can use the beforeShowForm event which should be diffrent for the diffrent actions. Let suppose that the field has a name mykey, then in editGridRow beforeShowForm event
beforeShowForm : function(formid) {
Hello,
I made the needed fixes in the GitHub. Also fixed some other bugs related for datetype as function
Regards
Tony
Hello,
This is true. In the grid we have the string, but not the value. The getRowData return what is in the column.
Use custom unformat function to do that – (I f you go to do this use the last development from GitHub or wait for some days.)
Regards
Tony
Hello,
Very strange.
From which directory you copy the ui.jqgrid.css? – See this:
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:how_to_install
Regards
Tony
Hello,
When I test this case in my demo all look equal in IE8 and FF. Also do you have any other changes in the css or in the code.
Also we need to make some changes when we are in formedit module – will see what to do.
Regards
Tony
Hello,
Thanks. Will check it
Hello,
In order to resolve the problem, please post your code.
Regards
Tony
Hello,
Here is the problem: (instead I found another in formedit regrading this)
You define the
Hello again,
Tottaly confused. It is a my fault at all. All will be fixed in the 3.5.1 and documented
Hello Romyn,
Thanks – it is a bug in formedit module. Fixed. Will publish a bug fix release at end of this week.
Regards
Tony
Hello,
Thanks. Fixed. Also you use the version from GitHub – right?
Regards
Tony
Hello,
Could you post the code for the format and unformat functions – or better post all again with grid configuration.
Hello,
Look at grid options
Regards
Tony
Hello,
Look at setGridParam method and postData options in the documentation
Regards
Tony
Hello,
mType: 'POST',
should be
mtype: 'POST',
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top