When I have a RadDropDownTree inside a RadGrid and the edit mode is set to batch, the RadDropDownTree detaches from the edit cell and appears at the top right of the screen. Any ideas why?
3 Answers, 1 is accepted
0
Angel Petrov
Telerik team
answered on 11 Aug 2015, 06:51 AM
Hi Lee,
Probably the batch edit mechanism detects that a click is performed outside of the edited cell and closes it. This behavior is expected and workarounding it would require overriding the client-side logic which is not recommended. Please revise the requirements and let us know if additional questions arise.
Regards,
Angel Petrov
Telerik
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 Feedback Portal
and vote to affect the priority of the items
The RadDropDownTree is not an editor control and if you place it inside the batch editing grid you will experience the behavior mentioned earlier. That said I suggest checking whether there is an alternative solution for your problem(meaning another control that you can use as an editor).