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 or RadToolBarSplitButton).
You can disable the postback for a specific button item by setting its
PostBack property to false.