I was creating an instance of item of my GridDropDownColumn and was using it as such:
Now, how can i create an instance of item of my RadComboBox which is in GridTemplateColumn?
By the way e above is GridCommandEventArgs e
Thanks...
| GridEditableItem editedItem = e.Item as GridEditableItem; |
| Hashtable newValues = new Hashtable(); |
| //The GridTableView will fill the values from all editable columns in the hash |
| e.Item.OwnerTableView.ExtractValuesFromItem(newValues, editedItem); |
By the way e above is GridCommandEventArgs e
Thanks...