Skip to content

Conversation

@IMinchev64
Copy link
Contributor

@IMinchev64 IMinchev64 commented Nov 10, 2025

Closes #1763

This PR contains custom both side pinning samples for grid, hierarchical grid, and tree grid.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds column pinning functionality demonstrating both left and right side pinning for three grid types: Grid, Hierarchical Grid, and Tree Grid. Each sample includes interactive toolbar buttons to dynamically pin/unpin columns on either side.

Key Changes

  • Implementation of column pinning configuration with ColumnPinningPosition.Start and ColumnPinningPosition.End
  • Interactive toolbar with buttons to pin left, pin right, and unpin columns
  • Column selection mode enabled for user interaction

Reviewed Changes

Copilot reviewed 29 out of 30 changed files in this pull request and generated 6 comments.

File Description
samples/grids/tree-grid/column-pinning-both-sides/* Complete tree grid sample with dual-side pinning and employee hierarchical data
samples/grids/hierarchical-grid/column-pinning-both-sides/* Complete hierarchical grid sample with dual-side pinning and nested customer/order data
samples/grids/grid/column-pinning-both-sides/* Complete grid sample with dual-side pinning and customer data
Comments suppressed due to low confidence (3)

samples/grids/tree-grid/column-pinning-both-sides/wwwroot/index.html:1

  • The close icon appears to be malformed. Expected '🗙' (ballot box with X) but the character is rendering incorrectly. This should be either a proper Unicode character or an HTML entity.
<!DOCTYPE html>

samples/grids/hierarchical-grid/column-pinning-both-sides/wwwroot/index.html:1

  • The close icon appears to be malformed. Expected '🗙' (ballot box with X) but the character is rendering incorrectly. This should be either a proper Unicode character or an HTML entity.
    samples/grids/grid/column-pinning-both-sides/wwwroot/index.html:1
  • The close icon appears to be malformed. Expected '🗙' (ballot box with X) but the character is rendering incorrectly. This should be either a proper Unicode character or an HTML entity.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update Column Pinning topic for Blazor

3 participants