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

Fire the CellEndEdit() event

1 Answer 232 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Hila
Top achievements
Rank 1
Hila asked on 08 Apr 2012, 07:01 AM
Hi,

I already asked this question as a reply to an answer I got from you but I see there is no answer to the second post so I write it as a new one.

I'm uising the Telerik.WinControls.UI dll version 2011.3.11.1219

 
and working with
RadGridView  object.
I have a RadGridView which contains a large possible values. (0-200000)

In order to allow the user type the requested value and get a visual feedback that he is in EDIT mode I used the next code (as you suggested):

colType.DropDownStyle = RadDropDownStyle.DropDown;
colType.AutoCompleteMode = AutoCompleteMode.SuggestAppend; -> instead of APPEND.


The only problem is the that for firing the "CellEndEdit" event I need to:

* After selecting a value from the list with KEBORD (tyyping a value or go through the list values with the seybord up/down arrows)-
    for selecting it I press ENTER but than I must press ENTER again in order to fire the CellEndEdit event (which select the value and removes it from another list)

* To select value from the list I have to DOUBLE click the value.

What should I change in order that one ENTER and one CLICK on the desired value would fire the CellEndEdit event?

Thanks,
Hila.

1 Answer, 1 is accepted

Sort by
0
Nikolay
Telerik team
answered on 09 Apr 2012, 08:47 AM
Hello Hila,

You can find the answer to your question in the following forum thread: http://www.telerik.com/community/forums/winforms/gridview/typing-inside-a-radgridview-cell.aspx 

Please note that we usually review a forum thread in 72 hours from the time of posting, but still an answer from us in the forums is not guaranteed.

On the other hand support tickets are reviewed according to the license that you have and the answer there is guaranteed. In case you have obtained a copy of our controls through the company you work for, please ask the purchase holder to add you as a License Developer to the purchase. This will give you full access to the products your company has purchased, to our downloads section, and to our support ticketing system. Additionally, all your questions will be reviewed according to the license you have. More information on License Developers you can find here: www.telerik.com/faq.

I hope this clarifies the situation.

All the best,
Nikolay
the Telerik team
RadControls for WinForms Q1'12 release is now live! Check out what's new or download a free trial >>
Tags
GridView
Asked by
Hila
Top achievements
Rank 1
Answers by
Nikolay
Telerik team
Share this question
or