The linkCreateHandling property (string) specifies how link creating event will be handled. Link creating is disabled by default.
Possible Values
- "Disabled" - link creating is disabled
- "Update" - link is automatically created
- "CallBack" - server-side LinkCreate event handler is fired using CallBack (ASP.NET WebForms, ASP.NET MVC, Java)
- "PostBack" - server-side LinkCreate event handler is fired using PostBack (ASP.NET WebForms)
- "Notify" - link is automatically create and the server-side LinkCreate event handler is fired using CallBack (ASP.NET WebForms, ASP.NET MVC, Java)
Default Value
"Disabled"
Example
dp.linkCreateHandling = "Update";