Hello,
How to
close all DetailsView, in SfDataGrid, automatically when exiting cell editing, in the master grid, with Enter key?
I have tried
to use myDataGrid.CollapseAllDetailsView(); in CurrentCellEndEdit event, but it
doesn’t work.
The cell selection takes the first cell of my DetailsView grid instead of
the following cell.
Other try: CurrentCellActivating event
isn’t thrown when I use Enter key but works correctly when I change selection
by mouse click when detailsview is expanded.
Regards,
Aurélien
Attachment:
Document_6408b767.zip