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

[Solved] Editor activation and combo edit application

2 Answers 68 Views
GridView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Jonny
Top achievements
Rank 1
Jonny asked on 24 Aug 2009, 12:21 PM
Hi,

I'm using a grid with a bound GridViewComboBoxColumn column, to display a combo box.  This works fine, but if the combo box has focus and a changed selection when the user closes the page (by pressing a RadToolbar button), any edit to that value is lost and the new value isn't written back to the data.

I have tried setting 

this

 

.radGridViewRepairs.ActionOnLostFocus = ActionOnLostFocus.CommitEdit;

This doesn't help though.

Also is it possible to configure the grid so that cells go into edit mode as soon as they are focused, rather than requiring an additional click?

Thanks,

Ben
BlueHub

 

2 Answers, 1 is accepted

Sort by
0
Nedyalko Nikolov
Telerik team
answered on 27 Aug 2009, 11:21 AM
Hello Ben,

Can you try it with the latest internal build?
The issue with RadGridView.ActionOnLostFocus is fixed. Also there are some improvements in editing mechanism which can be useful for the second problem, with the latest version when a GridViewRow is in edit mode (still double click on a cell), when you click on other cell in the same row it automatically enters into edit mode.

P.S. With the next official release we plan to introduce a true solution for the problem "double click to enter into edit mode", by adding an enumeration of actions which can be used to put a GridViewCell (RadGridView) into edit mode.

Greetings,
Nedyalko Nikolov
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Jonny
Top achievements
Rank 1
answered on 27 Aug 2009, 02:59 PM
Will do, thanks.

Ben.
Tags
GridView
Asked by
Jonny
Top achievements
Rank 1
Answers by
Nedyalko Nikolov
Telerik team
Jonny
Top achievements
Rank 1
Share this question
or