Completed
Last Updated: 17 Jan 2024 07:02 by ADMIN
Release 5.1.0 (31 Jan 2024) (R1 2024)
Sreeni
Created on: 17 Apr 2023 07:09
Category: Grid
Type: Bug Report
11
Blazor telerik hierarchy grid collapses on incell editing
Hello,

We have a Blazor Telerik Grid with DetailTemplate. One of the columns in Master/Parent is an editable column. The grid is set with "Incell" for property 'EditMode'.

Issue:-

When the editable column is clicked for editing, the entire grid row(with detail) is collapsed if the row is in expanded mode. Once editing is completed, the grid goes back to its previous state(expanded).

Editing parent column in collapsed mode, works without any issues.

Would like to know if I can keep the grid row in expanded mode while editing(ie. keep the  original state) if its in expanded state.

If not, is it the default behavior of hierarchy grid and how can it be overridden?

Note - Tried with OnEdit and OnRowClick events, but the collapse happens before the respective event handler call.

Thanks in advance !

Sreeni
0 comments