[PR #949] [MERGED] Make DataGridColumn GetOrderIndex method from internal to public. #2412

Closed
opened 2026-01-29 18:18:43 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/radzenhq/radzen-blazor/pull/949
Author: @GodzSky
Created: 5/2/2023
Status: Merged
Merged: 5/3/2023
Merged by: @enchev

Base: masterHead: ColumnGetOrderIndexToPublicAccess


📝 Commits (1)

  • b86538a Make DataGridColumn GetOrderIndex method from internal to public.

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 Radzen.Blazor/RadzenDataGridColumn.cs (+1 -1)

📄 Description

So i can access 'orderIndex' variable, in case of discrepancy compared to 'OrderIndex' variable.
This is the only Get-Method that still with 'internal' as accessibility
Ex:
image

As u can i need to retrive the correct orderIndex but i cant due to accessibility


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/radzenhq/radzen-blazor/pull/949 **Author:** [@GodzSky](https://github.com/GodzSky) **Created:** 5/2/2023 **Status:** ✅ Merged **Merged:** 5/3/2023 **Merged by:** [@enchev](https://github.com/enchev) **Base:** `master` ← **Head:** `ColumnGetOrderIndexToPublicAccess` --- ### 📝 Commits (1) - [`b86538a`](https://github.com/radzenhq/radzen-blazor/commit/b86538a459649b1be144ed3da6652657aa11e884) Make DataGridColumn GetOrderIndex method from internal to public. ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `Radzen.Blazor/RadzenDataGridColumn.cs` (+1 -1) </details> ### 📄 Description So i can access 'orderIndex' variable, in case of discrepancy compared to 'OrderIndex' variable. This is the only Get-Method that still with 'internal' as accessibility Ex: ![image](https://user-images.githubusercontent.com/50449423/235675372-f2f2114b-2905-4969-b016-f64ccbda8182.png) As u can i need to retrive the correct orderIndex but i cant due to accessibility --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 18:18:43 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/radzen-blazor#2412