Home › Forums › Guriddo jqGrid JS › Help › In line editing issue – data problem?
I have a grid that has the following problem:
When I use a local data source and load the grid I can edit the columns/rows that I have indicated on my ColModel.
Have u edit file in your directory?
Not sure what you mean by “in the directory”.
Hi.
Not sure what is going on here but I think you have to add a navigation bar and specify you wanto to edit
.navGrid(“#prowed1”,{edit:false,add:false,del:false});
See the http://trirand.com/jqgrid/jqgrid.html
HTH
Hello
What do you use inline edit or form edit?
Regards
Tony (sorry for the delay)
I want to do an inline edit.
Hello,
I think,
I actually have checked the code several times.
How you edit the row. If possible send me jqGrid options and code where
you edit the row. I think that the problem is that you do not have set
the row id – i.e the uniquie row
Tony,
I spent 3 or 4 hours on this while I was flying out to New York this morning and you came up with the same conclusion as I did.
Yes there is a bug when id:”0″ – have corrected this.
For now you can use id:”Absence Date” , or simply set in the colModel
colModel:[{name:'absDate',
index:'absDate',
width:120,
sorttype:”date”,
key: true
},
….
Best Regards
Tony
Thanks again Tony.
Actually this should be:
id: “absDate” and not id:”Absence Date”,
since you do not have defined Absence Date as name, but as label.
This should work.
Even with the change to id: “absDate” it still doesn't work.
Yes you are right – please see
http://htmlhelp.com/reference/html40/attrs.html
Thanks again.
I guess I'll have to figure out to how to work around the problem.
Stay connected with us in your favorite flavor!
Copyright 2014 TriRand LtdAll Rights ReservedRSS