The eventSelectHandling property (string) specifies the default event selection action.
Possible Values
- "Update"
- "CallBack" (only in ASP.NET WebForms, ASP.NET MVC, Java)
- "PostBack" (only in ASP.NET WebForms)
Default Value
"Update"
Example
dp.eventSelectHandling = "CallBack";