Hi,
I got a little trouble with subGrids. I want to display more then one subGrid in the main Grid.
Let me explain, what I mean.
The + Button is fine. If I click on it, my subGrids opens well. Lets say it is displaying the details subGrid.
I want to add another Button (already did), we call him comments. When this button is clicked it should open the comments subGrid, not the details.
The Button calls:
jQuery('#task').toggleSubGridRow(rowid);
The Problem I see so far is, I could only register one function in the
subGridRowExpanded: Event.
Is there a way to set a variable like
jQuery('#task').toggleSubGridRow(rowid, mode);
and do an if … else … statement in the subGridRowExpanded:-Event function?
Something like this:
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top