Hello
I have a RadAutoCompleteBox and a datasource associated.
<telerik:RadAutoCompleteBox ID="RadAutoCompleteBox1" runat="server" DataSourceID="EntityDataSource1" DataTextField="Name" DataValueField="ID">
This works. if i insert on RadAutoCompleteBox values that doesnt exist in the datasource, they will disapear. it is possible to add extra fields like:
i filter names like John, Peter --> OK!
i want to filter by group like 1990, 1991 and then manipulate the values on codebehind to only get people that are born on 1990 or 1991.
it is possible to do something like that?
thanks in advance
I have a RadAutoCompleteBox and a datasource associated.
<telerik:RadAutoCompleteBox ID="RadAutoCompleteBox1" runat="server" DataSourceID="EntityDataSource1" DataTextField="Name" DataValueField="ID">
This works. if i insert on RadAutoCompleteBox values that doesnt exist in the datasource, they will disapear. it is possible to add extra fields like:
i filter names like John, Peter --> OK!
i want to filter by group like 1990, 1991 and then manipulate the values on codebehind to only get people that are born on 1990 or 1991.
it is possible to do something like that?
thanks in advance