or
boundColumn.SortExpression = "Quality_Sort";
<telerik:RadSearchBox ID="rsbSearch" runat="server" ></telerik:RadSearchBox>
I get a 'message from webpage' error saying 'Datasource not set' for every character. When I get past this I get the search string in the .Search event.
What am I doing wrong?
Andy