Is there a source of DataTypes for GridEditableItems?
TryCast(editedItem("ClientTypeID").Controls(0), TextBox).Text)
TryCast(editedItem("GroupID").Controls(0), DropDownList)
I have a field that is set as a <telerik:GridNumericColumn>.
When I go to Insert/Update My record I am not sure what the object type is.