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

Event EditorRequired not raised

1 Answer 64 Views
VirtualGrid
This is a migrated thread and some comments may be shown as answers.
bla
Top achievements
Rank 1
Veteran
bla asked on 16 Oct 2020, 06:07 PM

Hello everybody,

I have a usual radVirtualGrid then never raises the EditorRequired event. So I cannot put DropDownLists into the cells...

Do you have any idea how that can happen? As far as I've read, it should pretty much always raise.

The grid's VirtualGridViewInfo was set to  not editable. But I tried withou all those properties and still doen'st work. The event handles is handling the event, 1x trie by adding it at runtime, 1x in the designer (and explicit code behind the declaration). Sorry, I have no screenshot here...

 

Thank you in advance!

1 Answer, 1 is accepted

Sort by
0
Accepted
Nadya | Tech Support Engineer
Telerik team
answered on 19 Oct 2020, 04:07 PM

Hello,

EditorRequired event fires every time when a cell becomes editable (edit mode). This event is the right place to change the editor type of the cell. If the cell is not editable, then the event would not fire.

However, it is strange if the event does not fire on your end even when your cells can enter in edit mode. Maybe something is different in your project. I attached a sample project. Could you please refer to it and let me know how it differs from your set up?

I am looking forward to your reply.

Regards,
Nadya
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Tags
VirtualGrid
Asked by
bla
Top achievements
Rank 1
Veteran
Answers by
Nadya | Tech Support Engineer
Telerik team
Share this question
or