Skip to content

Blaz-1015824-Implemented the Document Detail Template Row Expansion/Collapse Events#7914

Open
Prathappr wants to merge 3 commits intodevelopmentfrom
Blaz-1012391-Detailrow
Open

Blaz-1015824-Implemented the Document Detail Template Row Expansion/Collapse Events#7914
Prathappr wants to merge 3 commits intodevelopmentfrom
Blaz-1012391-Detailrow

Conversation

@Prathappr
Copy link
Contributor

Description

Details
The following events have been fully implemented, documented, and integrated into the grid’s Detail Template behavior:

  1. DetailsExpanding
    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.

  1. DetailsExpanded
    Raised after a Detail Template row has successfully expanded.

Used to detect completion of the expansion request.

  1. DetailsCollapsing
    Triggered when a Detail Template row is about to collapse.

Supports cancellation via the Cancel property.
Enables conditional prevention of collapse.

  1. DetailsCollapsed
    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?

    • Yes
    • No
  • If Yes: Primary use (choose one)

    • Generate new content
    • Refactor/improve existing content
    • Review assistance (explanations/summaries)
    • Other:
  • Outcome

    • Saved time
    • Neutral
    • Cost time
  • If “Cost time” explain in short (1 or 2 lines):

Type of Change

  • New documentation page
  • Update to existing documentation
  • Bug fix (broken links, typos, formatting issues)
  • Structural change (folders, navigation, index)
  • Content improvement (clarity, examples, screenshots)
  • Other (please describe):

Reviewer Checklist (Mandatory)

  • Reviewed the provided Code Studio usages related information
  • Content changes follow UG/Documentation guidelines
  • All provided information reviewed and verified
  • Links and previews checked

@Prathappr Prathappr self-assigned this Mar 13, 2026
@Prathappr Prathappr added documentation Improvements or additions to documentation BlazorGrid labels Mar 13, 2026
@SyncfusionBuild
Copy link
Contributor

Build Status: INPROGRESS 🔃
Build Location: Blaz-1012391-Detailrow

@SyncfusionBuild
Copy link
Contributor

CI Status: SUCCESS ✅
Source Compilation: SUCCESS ✅
Build Location: Blaz-1012391-Detailrow
Technical Error(s): 0
Spelling Error(s): 0
Image Alt Text Error(s): 0
Image Size Error(s): 0
Image Name Error(s): 0
Front matter Error(s): 0
File Path Error(s): 0
CodeSnippet File Path Missing Error(s): 0
Toc Anchor Tags Validation Error(s): 0
MD Tag Validation Error(s): 0

@SyncfusionBuild
Copy link
Contributor

Build Status: INQUEUE 🕒
Build Location: Blaz-1012391-Detailrow

@SyncfusionBuild
Copy link
Contributor

Build Status: INPROGRESS 🔃
Build Location: Blaz-1012391-Detailrow

@SyncfusionBuild
Copy link
Contributor

CI Status: SUCCESS ✅
Source Compilation: SUCCESS ✅
Build Location: Blaz-1012391-Detailrow
Technical Error(s): 0
Spelling Error(s): 0
Image Alt Text Error(s): 0
Image Size Error(s): 0
Image Name Error(s): 0
Front matter Error(s): 0
File Path Error(s): 0
CodeSnippet File Path Missing Error(s): 0
Toc Anchor Tags Validation Error(s): 0
MD Tag Validation Error(s): 0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

BlazorGrid documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants