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
setcell gives an error
21/11/2009
05:10
Avatar
phicarre
Member
Members
Forum Posts: 132
Member Since:
09/11/2009
sp_UserOfflineSmall Offline

This line is correct:

jQuery("#list1").setCell(rowid,'name','',{color:'red'});

But this one gives an error:

jQuery("#list1").setCell(rowid,'name','',{background-color:'red'});

21/11/2009
08:40
Avatar
tony
Sofia, Bulgaria
Moderator
Members

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

Hello,

jQuery(”#list1″).setCell(rowid,'name','',{'background-color':'red'});

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/11/2009
12:16
Avatar
phicarre
Member
Members
Forum Posts: 132
Member Since:
09/11/2009
sp_UserOfflineSmall Offline

yes, I was blind.

The cell of the grid has the background in red (I don't want that) and the cell in the form has not the background in red (I want that). I tried rowid instead of gr but it's  not correct. How to address the cell of the form ? formid + something ?

jQuery("#list1").editGridRow(gr,
                 {
                    closeOnEscape:true,
                    reloadAfterSubmit:false,
                    url: 'demo.php',
                    closeAfterEdit:true,
                    recreateForm:true,
                    beforeInitData: function (formid)
                    {
                        jQuery("#list1").setColProp('nom', {editoptions:{readonly:true}});
                        jQuery("#list1").setCell(gr,'nom','',{'background-color':'red'}); 
                    },

23/11/2009
11:11
Avatar
tony
Sofia, Bulgaria
Moderator
Members

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

Hello,

The right maybe is

beforeInitData: function (formid)
{
  jQuery(”#nom″, formid).css({'background-color':'red'});

},

...

Regards

Tony

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.

23/11/2009
16:15
Avatar
phicarre
Member
Members
Forum Posts: 132
Member Since:
09/11/2009
sp_UserOfflineSmall Offline

No effect, neither

jQuery(”#tr_nom″, formid).css({'background-color':'red'});

Forum Timezone: Europe/Sofia

Most Users Ever Online: 715

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