Forum


17:35

24/07/2009

hi there - I've tried to find a solution to this on the forums but I haven't been able to. I was wondering if it is possible to trigger a subgrid to reload itself. I have a grid where I add a new record, and I want this new record to be show in the subgrid when I do so.
In short, instead of pressing the '+' button, how can I programmatically trigger a subgrid to open?
23:23

24/07/2009

ok, I did the following:
$("#mygrid").expandSubGridRow(rowid);
Which worked when the grid was not open. However it did not reload it. So instead I used these together:
$("#mygrid").toggleSubGridRow(rowid);
$("#mygrid").expandSubGridRow(rowid);
This way, if the grid is open, the first line closes it and the second reloads it. If the grid is closed, the the first line opens and reloads it and the second line is ignored.
by the same logic, to close the grid without knowing if it is open or not, I used:
$("#mygrid").expandSubGridRow(rowid);
$("#mygrid").toggleSubGridRow(rowid);
it's not pretty but it does the job I need.
Most Users Ever Online: 715
Currently Online:
61 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