Forum


12:13

15/10/2009

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
12:59

Moderators
30/10/2007

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.
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.comModerators: tony: 7721, Rumen[Trirand]: 81
Administrators: admin: 66