Blaz-1015824-Implemented the Document Detail Template Row Expansion/Collapse Events#7914
Blaz-1015824-Implemented the Document Detail Template Row Expansion/Collapse Events#7914Prathappr wants to merge 3 commits intodevelopmentfrom
Conversation
|
Build Status: INPROGRESS 🔃 |
|
CI Status: SUCCESS ✅ |
|
Build Status: INQUEUE 🕒 |
|
Build Status: INPROGRESS 🔃 |
|
CI Status: SUCCESS ✅ |
Description
Details
The following events have been fully implemented, documented, and integrated into the grid’s Detail Template behavior:
Triggered when a Detail Template row is about to expand.
Supports cancellation through the Cancel property in the event arguments.
Enables preventing expansion based on custom conditions.
Raised after a Detail Template row has successfully expanded.
Used to detect completion of the expansion request.
Triggered when a Detail Template row is about to collapse.
Supports cancellation via the Cancel property.
Enables conditional prevention of collapse.
Raised after a Detail Template row has collapsed.
Useful for performing UI cleanup or post-collapse logic.
Code Studio usage(Mandatory)
Code Studio used in this PR/MR?
If
Yes: Primary use (choose one)Outcome
If “Cost time” explain in short (1 or 2 lines):
Type of Change
Reviewer Checklist (Mandatory)