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

EditorRequired Event Fired Only one time

1 Answer 188 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Lalitha
Top achievements
Rank 1
Lalitha asked on 20 Jun 2008, 02:20 PM
I am using winforms grid view.
In my grid all the columns are Textbox Types.
when i click the First Text box the event Get Fired, but the second text box clicked the event didn't get fired.

What can i do for every time it gets fire?

Lalitha

1 Answer, 1 is accepted

Sort by
0
Nikolay
Telerik team
answered on 24 Jun 2008, 01:37 PM
Hello Lalitha,

This EditorRequired event is fired only the first time you open a particular type of editor. For example, if you have textbox and spin editors, you will get this event fired twice. Should you want an event to be fired whenever you open an editor, please use the CellBeginEdit event.

If you need further assistance, do not hesitate to contact me.

Best wishes,
Nikolay
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
GridView
Asked by
Lalitha
Top achievements
Rank 1
Answers by
Nikolay
Telerik team
Share this question
or