or
Hi,
when I set an image index in a RadPanelBarGroupElement, which doesn't exist an exception is thrown which causes Visual Studio 2010 to crash. It would be nice if this exception will not be thrown inside the designer.
Best regards
Martin
Private Sub RadGridView1_CommandCellClick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles RadGridView1.CommandCellClick |
' I chose the article from warehouse |
'... |
' Then i set data in row from selected article |
RadGridView1.CurrentRow.Cells("IdArticle").Value = IdArticle |
RadGridView1.CurrentRow.Cells("Quantity").Value = Quantity |
RadGridView1.CurrentRow.Cells("Price").Value = Price |
RadGridView1.CurrentRow.Cells("DataMovimento").Value = Date.Today |
End If |
End Sub |