GridTableViewPerformInsert Method |
Perform asynchronous insert of the new item, diplayed by KaxGrid when in edit mode,
using the DataSourceControl API, then
Rebind. When the
asynchronous operation calls back, KaxGrid will fire
ItemInserted event.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic void PerformInsert()
public:
void PerformInsert()
member PerformInsert : unit -> unit
See Also