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
dataURL in Select, formatter and EditForms
03/09/2009
11:02
Avatar
Martin
Guest
Guests

Hi everyone, more on my select saga…

I have a column:

            {name:'name',index:'name',editable:true, width:100,
                edittype:”select”, formatter:”select”,
                editoptions:{rows:”1″,cols:”40″,dataUrl:'/index.php/EventController/namelist'},
                formoptions:{ rowpos:2,elmprefix:”    ” }},

where the dataUrl call returns for the EditGrid:

  <select><option value="0">None</option><option value="4">Arrows</option>
<option value="10">Council
Fires</option></select>

which works nicely to select (for example) "arrows" and 4 is send to the server.

When I now reload the grid, instead of "arrows" in the column I see "undefined".

If I remove the "formatter:select" I see '4' in the column.

Also, when I again edit the row using the editgrid, 'arrow' is not pre-selected.

Any ideas before I dig into the jqgrid code?

Thanks
Martin

03/09/2009
11:22
Avatar
Martin
Guest
Guests

More info... It appears that line 290 in jquery.fmatter.js expects opts.colModel.editoptions.value; to hold the selected data, and dataUrl isn't setting that value, so undefined is returned from the formatter.  Hmm, more to come.

03/09/2009
12:19
Avatar
Martin
Guest
Guests

Workaround:- dataURL returns

 <select><option value="None">None</option><option value="Arrows">Arrows</option> etc

Remove "formatter:select" from edittype.

All works as expected.
Forum Timezone: Europe/Sofia

Most Users Ever Online: 715

Currently Online:
55 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