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

Editable Grid with AutoComplete Box

4 Answers 62 Views
AutoCompleteBox
This is a migrated thread and some comments may be shown as answers.
Raju
Top achievements
Rank 1
Raju asked on 19 Jan 2015, 09:05 AM
Hi Team,
I implemented the autocomplete in the telerik Grid. It works perfect in Firefox and Chrome. But in IE there is late or delay in binding. As soon as we click cell having autocompleted implemented in the grid. It does not binds immediately. It there any workaround we need to implement in case of IE's


Thanks & Regards

4 Answers, 1 is accepted

Sort by
0
Hristo Valyavicharski
Telerik team
answered on 22 Jan 2015, 07:46 AM
Hi Gurmil,

Are you sure that this delay as a result of a slow select query? Please paste your here or better attach sample project.

Thanks.

Regards,
Hristo Valyavicharski
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Raju
Top achievements
Rank 1
answered on 06 Mar 2015, 10:04 AM
Hi Hristo,
Its a bit complicated to provide the code. Not sure how can demo the code. As for as query is concern its not slow. as it works fine as other browsers its works fine.
0
Raju
Top achievements
Rank 1
answered on 06 Mar 2015, 02:02 PM
This is the HTML code generated. If this helps
<input name="ctl00$contentPlaceHolder$GridTimesheet$innerGrid$ctl00_contentPlaceHolder_iGridTimesheet_innerGrid_ctl00_F_TASK_FKEY_TA_SEQ_TA_LOC_4$ctl01$comboBox" class="rcbInput radPreventDecorate" id="ctl00_contentPlaceHolder_GridTimesheet_innerGrid_ctl00_contentPlaceHolder_GridTimesheet_innerGrid_ctl00_F_TASK_FKEY_TA_SEQ_TA_LOC_4_ctl01_comboBox_Input" type="text" value="No selection" autocomplete="off">
0
Hristo Valyavicharski
Telerik team
answered on 06 Mar 2015, 03:25 PM
Hi Gurmail,

This code doesn't help much. Please try to isolate the problem in a runnable sample. It the query is not the problem then you should be able to simulate the problem as you populate the data from a list.

Regards,
Hristo Valyavicharski
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
AutoCompleteBox
Asked by
Raju
Top achievements
Rank 1
Answers by
Hristo Valyavicharski
Telerik team
Raju
Top achievements
Rank 1
Share this question
or