Protected Sub RadGrid1_ItemUpdated(ByVal source As Object, ByVal e As Telerik.Web.UI.GridUpdatedEventArgs) Handles RadGrid1.ItemUpdated
If Not e.Exception Is Nothing Then
e.KeepInEditMode =
True
e.ExceptionHandled =
True
End If
End Sub
Dear Comunity,
I have the following problem.
I have a grid with 10 Items grouped in 2 a 5 items for example.
If all groups are expand I can access all items with the index of itself. If I collaps one group and try to access a item with its index I get a error because the grid has only 5 items, but the index of the item to access has the index 8. I think this isn't a problem but how can get the correct index for each item in grid if a group is expand/collaps.
To get the index of the item to edit I'm using the RowDblClick event of teh grid and get the eventArgs.get_itemIndexHierarchical();
Is there a better solution to get it and solve my problem.
Thanks in advace.
Christian
Hi, I’m upload and set image successfully to RadBinaryImage (image show correctly), but when try to access to DataValue property for save in database, the DataValue property is null. I need access to property, from click event of button named "btnSave", after image is uploaded.
Any Ideas.
Thanks for help!
Eloy.