Welcome Guest Search | Active Topics | Sign In | Register

2 depending Grids Options
UweD
Posted: Friday, February 27, 2009 7:43:48 AM
Rank: Advanced Member
Groups: Member

Joined: 8/11/2008
Posts: 37
I have a Grid with FullRowMode="false" and AllowNewItem="true". Than I have a 2nd with FullRowMode="false". The data shown in 2nd should depend from selected row in 1st grid.
Is this possible?
eo_support
Posted: Friday, February 27, 2009 9:02:00 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Hi,

I believe it is possible. You will need to handle the Grid's ClientSideOnItemSelected event on the first Grid, then do a postback and then update the items on the second Grid on the server side. Please see this post for more details:

http://www.essentialobjects.com/forum/postst2838_Detecting-Row-Change-in-Grid-and-Forcing-Postback.aspx

Thanks!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.