Try to eclose the string in single quotes, not in double something like
var mystr = '
1
See your inbox in this forum
Regards
Tony
You should configure xmlReader when the data is not in the format that is descibed into the docs.
Regards
Tony
This problem is in IE and is fixed in the final, which will be published after 2-3 days.
Regards
Tony
Yes you can construct a xml (string) in structure what you want using
getDataIDs and getRowData methods. The first one give you the currently
loaded row'ids as array and the second give you the data as array name:value
I think that this is very interesting. Generally there should be no problem The only think that you will to known is that every input id is created as combination of rowid+”_”+name where the rowid is the edited row and name is the name from colModel of that field.
Please let me known of the result. It will be very interesting to demostrate this in the demo page.
Regards
Tony
For the first one there this will not work, since jqGrid get the content of the cell, but if the cell has childs there is no way to recodnize wich one has the desired data.
For the second question you can manipulate this via css.
But I recomend you to wait for the final 3.2 which will solve the booth
problems. Currently we work hard on documentation.
regards
Tony
The reason is IE. If the cell is empty IE loses the border of the cell.
Instead use getRowData to identify that this cell has nothing
Regards
Tony
If I understand right when first load the grid and sortname is set there must be indication – right? I will see if I can prepare this for the final. But I recommend you to wait for 3.2 final there are new very usefull methods for this.
Regards
Tony
Go into the example page
have sended to e-mail listed here. Please let me know if all is ok
Regards
Tony
Sorry for this, but if I see the 3.2rc there is another place for correction.
Would you like to test?
Have tested and this work for me. Try to clear the cache.
I fixed this. If you can't wait for the final 3.2 (after some days)
open the grid.inlinedit.js find a function restoreRow
then whitin this function find :
if ( nm !== 'cb' && nm !== 'subgrid' && $t.p.colModel.editable==true)
and replace with
if ( nm !== 'cb' && nm !== 'subgrid')
Regards
Tony
header(“HTTP/1.0 404 Not Found”);
if you use php
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top