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?
|
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.aspxThanks!
|