This is a migrated thread and some comments may be shown as answers.

RadGridView with AutoCompleteBox in CellEditTemplate

4 Answers 192 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Ravi
Top achievements
Rank 1
Ravi asked on 26 Apr 2011, 10:18 AM
Hi I have a hierarchical grid and I have ShowInsertRow=True, when the user clicks on the new row, a new row appears and the first column is a autocompletebox in edit mode of the row, I have added the autocomplete datasource in the autocompletebox loaded event. now when the user enters say "a" the cellValidating event is fired and shows there is an error (which is fine), but at the same time it should also give an option for the user to select from the options which autocomplete box gives, as soon as the cell validating event appears the text "a" in the textbox gets selected and the cell turns to error and no autocompletion appears, unless until if i delete the text "a" and then again add a then i am getting the automcompletion values..

Please advice.

4 Answers, 1 is accepted

Sort by
0
Maya
Telerik team
answered on 26 Apr 2011, 01:36 PM
Hi David,

I have tried to reproduce the behavior you described, but still without any success. May you take a look at the sample attached to verify whether there are any misunderstandings ?
 

Greetings,
Maya
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Ravi
Top achievements
Rank 1
answered on 26 Apr 2011, 02:40 PM
Thanks for the update and the sample application.

I am not using a RadComboBox, I am using a AutoCompleteBox, So I request you suggest how do i proceed further with AutoCompleteBox.

Thanks
0
Narayana
Top achievements
Rank 1
answered on 25 Jul 2011, 04:19 PM
Hi,

 I am also using AutoCompleteBox as one of the CellEditTemplate in my RadGridView. It seems to be working fine, but after selecting an item from AutoCompleteBox, it is not allowing me to click on other controls (its not even showing the mouse over effect if I place mouse over a button.. like tab button). Please suggest something about this.

Thanks,
Swamy
0
Maya
Telerik team
answered on 26 Jul 2011, 02:22 PM
Hello Narayana,

Generally, failed validation does not depend on the type of element in the CellEditTemplate. In this sense there should be no difference whether you are using AutoCompleBox or RadComboBox. Are you capable of reproducing your behavior on the sample attached previously ? 
 

Best wishes,
Maya
the Telerik team

Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!

Tags
GridView
Asked by
Ravi
Top achievements
Rank 1
Answers by
Maya
Telerik team
Ravi
Top achievements
Rank 1
Narayana
Top achievements
Rank 1
Share this question
or