Forum

November 2nd, 2014
A A A
Avatar

Lost password?
Advanced Search

— Forum Scope —




— Match —





— Forum Options —





Minimum search word length is 3 characters - maximum search word length is 84 characters

The forums are currently locked and only available for read only access
sp_Feed Topic RSS sp_TopicIcon
Bug in custom formatter inline edit
21/02/2012
16:20
Avatar
strgg
Member
Members
Forum Posts: 16
Member Since:
19/03/2011
sp_UserOfflineSmall Offline

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?

21/02/2012
16:38
Avatar
tony
Sofia, Bulgaria
Moderator
Members

Moderators
Forum Posts: 7721
Member Since:
30/10/2007
sp_UserOfflineSmall Offline

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.

21/02/2012
17:09
Avatar
strgg
Member
Members
Forum Posts: 16
Member Since:
19/03/2011
sp_UserOfflineSmall Offline

Hi Tony !

Seee here live demo

http://jsfiddle.net/YWVA8/57/

Client on addnew;

regards

21/02/2012
17:22
Avatar
tony
Sofia, Bulgaria
Moderator
Members

Moderators
Forum Posts: 7721
Member Since:
30/10/2007
sp_UserOfflineSmall Offline

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.

21/02/2012
17:31
Avatar
strgg
Member
Members
Forum Posts: 16
Member Since:
19/03/2011
sp_UserOfflineSmall Offline

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

http://jsfiddle.net/YWVA8/64/

21/02/2012
17:34
Avatar
tony
Sofia, Bulgaria
Moderator
Members

Moderators
Forum Posts: 7721
Member Since:
30/10/2007
sp_UserOfflineSmall Offline

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.

21/02/2012
17:39
Avatar
strgg
Member
Members
Forum Posts: 16
Member Since:
19/03/2011
sp_UserOfflineSmall Offline

Thanks!, not thought about that. learned something new.

Users fault instead of bug Laugh

Have a good day

Forum Timezone: Europe/Sofia

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.com

Moderators: tony: 7721, Rumen[Trirand]: 81

Administrators: admin: 66

Comments are closed.
Privacy Policy   Terms and Conditions   Contact Information