RadToolBar provides API for handling server-side events:
- ButtonClick
- ItemCreated
- ButtonDataBound
This example shows a sample approach using the ButtonClick event.
As soon as the ButtonClick event is wired, a postback will appear
upon clicking a button item (RadToolBarButton).
You can disable the postback for a specific button item by setting its PostBack
property to false.
Click a button item to trigger the ButtonClick event