or
<Style x:Key="DroppableListBoxItem" TargeType="telerik:RadListBoxItem"> <Setter Property="AllowDrop" Value="true" /></Style><telerik:RadListBox ItemContainerStyle="{StaticResource DroppableListBoxItem}" ItemTemplate="{StaticResource ItemTemplate}" ItemsSource="{Binding Path=MyItems}"/>selectedItem = TryCast(Me.rgv_attributes.Items.Item(0), c_accionAtributo)Me.rgv_attributes.Items.EditItem(selectedItem)selectedItem.Value = "algo"Me.rgv_attributes.Items.CommitEdit()