Like this ?
loadComplete: function ()
No because I must scroll the window !
The whole grid is not visible anymore only on the screen.
May we expect one solution ?
If I set editable:true in colModel then jQgrid hangs !
I followed your advice:
{
name:'password',
index:'password',
edittype:'password',
hidden:true,
editrules: {edithidden:true}
}
and beforeInitData is empty now.
When I select Add the field password is still hidden !
If I add editable:true to colModel then the field password is visilble but jQgrid hangs !
You don't understand because I don't explain correctly !
I try with another words 
With
setInterval(function(){jQuery(”#list1″).trigger(”reloadGrid”);}, 5000);
I refresh every 5 seconds one grid.
Each 5 seconds the content of the grid is deleted and is replaced by a new content
Between the deletion and the insertion there is a gap (a time gap) and this gives the impression of flashing or blinking.
If the content of the database didn't change during 5 seconds, I should not see this effect (with ajax implementation).
Thank you.
I didn't think to that !
But there is still one problem: the grids are displayed with the default theme during one/two seconds and after they are displayed with the selected theme !!
my problem is also how to generate a jqdrid_min file …
I should perhaps wait for the next version ?
I don't know how to better explain
Mark,
Is it possible to see your solution ? mine doesn't work.
var upload;
…
onInitializeForm: function (formid)
crazy but serious !
the path of the images begins by /blog/
Ok, in onItinializeForm, I added the field of type “file”. The form layout is correct.
in onclickSubmit, I supposed to get the value of this field and append it to the postdata.
';
How to get the value ? I tried postdata.fileupload but this gives “undefined”
in beforeSubmit, I tried to get the value:
beforeSubmit: function (aData,formid)
{
alert(aData.fileupload);
Oh yes this helps !
Thank you
The problem is to implement it with other fields in the same form …
But I think I understood with your answer about “not defined field”. I'll try
Hi,
If I understand I must take the new grid.celledit.js …
Ok. I will wait for your analysis. Thank you.
var manufacturers= $.ajax(
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top