or
RadDateTimePickerElement dtPicker = new RadDateTimePickerElement(); |
dtPicker.Name = "dtPicker"; |
radRibbonBarButtonGroup9.Items.Add(dtPicker); |
Me
.RadGridView1.CurrentRow.Cells("Price").Value = 100
but if I use this now I get error message.Me.RadGridView1.CurrentColumn = Me.RadGridView1.CurrentRow.Cells("Price").ColumnInfo
Me.RadGridView1.CurrentCell.Value = 100
But this doesen't work on invisible columns