master-and-subgrid

Questionsmaster-and-subgrid
Azhar asked 5 years ago

Dear Abu Ghufran

I have master gird, within the master grid i have a column namley “eventtypeID”. I have three kind of events eventtypeID=1, eventtypeID=2, eventtypeID=3. Upon click any raw from the master girid i need to show the subgrid based on the value saved on eventtypeID.

for more details:

Master Grid: Events Manager

Subgrid:
if eventtypeID = 1 then show conference subgrid.
if eventtypeID = 2 then show workshop subgrid.
if eventtypeID = 3 then show others subgrid.

Is that possible.

Best regards,

1 Answers
Abu Ghufran Staff answered 5 years ago

Yes, thats doable. You can pass eventtypeID to subgrid using subgridparams option. (see demo code)

And in subgrid php code, you can put if / else logic on $_GET[“eventtypeID”] param to generate desired grid on subgrid page.

_________________________
Abu Ghufran - Dev Team
Grid 4 PHP Framework
 
Your Answer

19 + 3 =

Login with your Social Id:

OR, enter

Attach code here and paste link in question.
Attach screenshot here and paste link in question.



How useful was this discussion?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate it.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?