Hi!
I have a radgrid and try to implement the radautocomplete object in an edititemtemplate like this:
1. Problem: the binded field value does not appear in the edit form
2. If I change the inputtype to "Token" you cannot write in this field
3. how can I remove the delimiter before update, because I don't want to have it in my database
Thank you!
I have a radgrid and try to implement the radautocomplete object in an edititemtemplate like this:
<EditItemTemplate> <telerik:RadAutoCompleteBox ID="RadAutoCompleteBox1" runat="server" Width="400" DropDownWidth="200" DataTextField="Field1" DataValueField="Field1" DataSourceID="ADS_Field1" InputType="Text" Delimiter=";" AllowCustomEntry="true" TokensSettings-AllowTokenEditing="true" Text='<%# Bind("Field1") %>'> </telerik:RadAutoCompleteBox></EditItemTemplate>1. Problem: the binded field value does not appear in the edit form
2. If I change the inputtype to "Token" you cannot write in this field
3. how can I remove the delimiter before update, because I don't want to have it in my database
Thank you!