Forum
16:20
19/03/2011
Hi
First of all thx 4 the hardwork.
Reproduce:
colmodel:
{name:'Username', index:'Username', editable:true,formatter:addlink,unformat:unaddlink},
…
function addlink (cellvalue, options, rowObject)
{
return "$" + cellvalue; //sufficent 4demonstrations purpose
}
function unaddlink (cellvalue,options,cell)
{
return cellvalue;
}
Result:
by inline adding a new item/row the values of the new input (type:text) is "undefined".
[Image Can Not Be Found]
Anyone can confirm?
16:38
Moderators
30/10/2007
Hello,
We need the whole code related to Grid and the inline edit.
Simple testcase full code would be Ok too.
Regards
For professional UI suites for Java Script and PHP visit us at our commercial products site - guriddo.net - by the very same guys that created jqGrid.
17:22
Moderators
30/10/2007
Thanks,
I do suggest you to use this function for unformatting:
function unaddlink (cellvalue,options,cell)
{
return cellvalue ? cellvalue : "";
}
​
Regards
For professional UI suites for Java Script and PHP visit us at our commercial products site - guriddo.net - by the very same guys that created jqGrid.
17:31
19/03/2011
thanks,
i also check for empty or null in my original code.
this does not solve it …. try in the demo yourself by clicking run.
sorry incase i understand you false
17:34
Moderators
30/10/2007
Sorry forgot the adition:
Addlink too should be changed
function addlink (cellvalue, options, rowObject)
{
if(!cellvalue) cellvalue="";
return "<a class="classy" href='#' onclick='$("#list").jqGrid("setGridParam",{url:"data.php?nm_mask="+cellvalue+""}).trigger("reloadGrid");'>"+cellvalue+"</a>";
}
For professional UI suites for Java Script and PHP visit us at our commercial products site - guriddo.net - by the very same guys that created jqGrid.
Most Users Ever Online: 715
Currently Online:
45 Guest(s)
Currently Browsing this Page:
1 Guest(s)
Top Posters:
OlegK: 1255
markw65: 179
kobruleht: 144
phicarre: 132
YamilBracho: 124
Renso: 118
Member Stats:
Guest Posters: 447
Members: 11373
Moderators: 2
Admins: 1
Forum Stats:
Groups: 1
Forums: 8
Topics: 10592
Posts: 31289
Newest Members:
, razia, Prankie, psky, praveen neelam, greg.valainis@pa-tech.comModerators: tony: 7721, Rumen[Trirand]: 81
Administrators: admin: 66