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
How can i call a javascript function?
19/01/2010
12:13
Avatar
kikz4life
Philippines
Member
Members
Forum Posts: 14
Member Since:
15/10/2009
sp_UserOfflineSmall Offline

hi there,

i have a javascript function, this function were used in my latter grid (flexgrid) and to call it i used the property process: viewHeader. This is like a master-detail relationship, by doing this i can hide my flexgrid then display my details.

my js script:

function viewHeader(celDiv,id)
{
    $(celDiv).addClass("pointer");
    $(celDiv).click(function(){
        $('.toolbar a[title=Header]').trigger('click');               
        viewdb(id);       
    });
}

now what i did in jqgrid was this:

                  onSelectRow: function (id)
                        {
                                $('.toolbar a[title=Header]').trigger('click');               
                                viewdb(id);     

                      }

with this almost same functionality but the details wont show. No data is being displayed in my detail jqgrid. Also in celDiv what value can i replace with this in jqgrid? I tried replacing it with cellvalue but wont work.

Hope anyone can help me with this.

Cheers,

Dean

22/01/2010
12:59
Avatar
tony
Sofia, Bulgaria
Moderator
Members

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

Hello,

First you cam look here:

http://www.trirand.com/blog/?p.....-selecting

Also could you please go here and see all the available grid events.

Especially take a look at onCellSelect

I'm interested to see what viewdb(id) function do;

Take a look at demo there is a such example.

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

Forum Timezone: Europe/Sofia

Most Users Ever Online: 715

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