Login  
Search All Forums
Dart Home | PowerWEB LiveControls for ASP.NET | Custom Development Reply | PowerWEB LiveControls for ASP.NET Topics | Forums   
AuthorForum: PowerWEB LiveControls for ASP.NET
Topic: Grid ItemCommand broke in v1.2
rmetcalf
rmetcalf@arrow.com

From: Englewood, CO USA
Posts: 5
Member Since: 05/06/05
posted May 6, 2005 6:17 PM

I have 2 LiveDataGrids on a page. Since upgrading the itemcommand event fires in the code behind for both grids in the same event handler.

Example:
When I select a row in grid2 this event fires:

Private Sub grid1_ItemCommand(ByVal source As System.Object, ByVal e As System.Web.UI.WebControls.DataGridCommandEventArgs) Handles grid1.ItemCommand
    
If e.CommandName = "Select" Then

End Sub
Jeff Cranford



From: Rome, NY USA
Posts: 586
Member Since: 05/30/01
posted May 9, 2005 10:31 AM

I can't duplicate this. I posted a quick demo proj at http://support.dart.com/downloads/twogrids.zip. Can you give it a try and let me know if it works for you?
rmetcalf
rmetcalf@arrow.com

From: Englewood, CO USA
Posts: 5
Member Since: 05/06/05
posted May 9, 2005 2:07 PM

This works fine. Now put the 2 grids into a user control to reproduce the problem. Sorry, I forgot to mention the user control part.
Jeff Cranford



From: Rome, NY USA
Posts: 586
Member Since: 05/30/01
posted May 9, 2005 4:51 PM

Ah!, now that's a different story. This has been added to our bug database as issue #3156. I expect this will be addressed before our next release (at the end of May).
Reply | PowerWEB LiveControls for ASP.NET Topics | Forums   
This site is powered by PowerTCP WebServer Tool PowerTCP WebServer for ActiveX