2

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?

Gene
  • 41
  • 3

1 Answers1

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