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

[Solved] Pasting Value Not Binding

2 Answers 36 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Mike
Top achievements
Rank 1
Mike asked on 05 Aug 2010, 02:07 PM
Our QA team recently discovered that if they paste a value into the Combobox, should a validation error occur, the new pasted value does not bind to the control when the page is displayed again with the validation summary for the user. We found it only works when typing the values in. My guess is that the Combobox only listens to the Keydown/Keypress event. The QA team is considering this a bug so is there any way to disable pasting or better yet, add an event for pasting?

2 Answers, 1 is accepted

Sort by
0
Georgi Krustev
Telerik team
answered on 06 Aug 2010, 11:07 AM
Hi Mike,

This issue is caused by the stateless nature of the ASP.NET MVC. Nevertheless this limitation will be addressed with the next official release of the Telerik Components for ASP.NET MVC. Thus the combobox and autocomplete will save its value through postbacks.

All the best,
Georgi Krustev
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
Mike
Top achievements
Rank 1
answered on 09 Aug 2010, 04:49 PM
That is great news Georgi, are you able to estimate when that next release will be? Thanks again! Mike
Tags
ComboBox
Asked by
Mike
Top achievements
Rank 1
Answers by
Georgi Krustev
Telerik team
Mike
Top achievements
Rank 1
Share this question
or