Good Morning.
I need to put a RadAutoCompleteBox inside a GridViewDataColumn, I follow this RadAutoCompleteBox inside GridView example.
Works only when I editing an existent column, but I facing problems when I try to Insert a new row or when I Cancel any modifications.
When I need to insert a new record I call the method BeginInsert of GridView.
It add a new empty row at the end, but then the autocomplete doesn't work anymore.
When I want edit an existing row, and suddenly I decide to cancel the edition; I press Esc key and the value of the column doesn't return to his original value.
I Attach an example of the solution, it has a button with click event, and in the event I call BeginInsert method.
I upload it to dropbox.
Many thanks.
I need to put a RadAutoCompleteBox inside a GridViewDataColumn, I follow this RadAutoCompleteBox inside GridView example.
Works only when I editing an existent column, but I facing problems when I try to Insert a new row or when I Cancel any modifications.
When I need to insert a new record I call the method BeginInsert of GridView.
this.radGridView.BeginInsert();
It add a new empty row at the end, but then the autocomplete doesn't work anymore.
When I want edit an existing row, and suddenly I decide to cancel the edition; I press Esc key and the value of the column doesn't return to his original value.
I Attach an example of the solution, it has a button with click event, and in the event I call BeginInsert method.
I upload it to dropbox.
Many thanks.