By default, some of the telerik radcontrols are having autopostback option, but for radsearchbox, the auto postback functionality was not available, is it possible to achieve that in code?
Asked
Active
Viewed 268 times
1 Answers
1
As of now, the radsearchbox is not having that option, but you can use normal asp.net textbox
control with OnTextChanged
event for postbacking the server.
Better raise a ticket in telerik forum.

Balaji
- 1,375
- 1
- 16
- 30