Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
akgulebubekir
/
Maui.DataGrid
Public
Notifications
You must be signed in to change notification settings
Fork
70
Star
338
Code
Issues
34
Pull requests
5
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Performance improvements
- #240
#240
Merged
symbiogenesis
merged 14 commits into
main
akgulebubekir/Maui.DataGrid:main
from
performance-improvements
akgulebubekir/Maui.DataGrid:performance-improvements
Copy head branch name to clipboard
Jul 11, 2026
Conversation
Commits
14
(14)
Checks
Files changed
Merged
Performance improvements
#240
symbiogenesis
merged 14 commits into
main
akgulebubekir/Maui.DataGrid:main
from
performance-improvements
akgulebubekir/Maui.DataGrid:performance-improvements
Copy head branch name to clipboard
Commits
Commits on Jul 9, 2026
Cache PropertyInfo lookups in GetValueByPath to avoid repeated reflection during sorting
akgulebubekir
committed
71f9843
View commit details
Copy full SHA for 71f9843
Browse repository at this point
Cache materialized IList<object> to avoid re-copying ItemsSource on every sort/filter/paginate call
akgulebubekir
committed
4bf576d
View commit details
Copy full SHA for 4bf576d
Browse repository at this point
Replace O(n) IndexOf with O(1) dictionary lookup for row index in UpdateColors
akgulebubekir
committed
2dfdfdb
View commit details
Copy full SHA for 2dfdfdb
Browse repository at this point
add nullcheck for item
akgulebubekir
committed
4bdda7d
View commit details
Copy full SHA for 4bdda7d
Browse repository at this point
Hoist Columns.Any() check out of per-column loop in InitializeHeaderRow to avoid O(n²)
akgulebubekir
committed
e9d1af2
View commit details
Copy full SHA for e9d1af2
Browse repository at this point
Avoid unnecessary list allocation in GetFilteredItems when no column has active filter text
akgulebubekir
committed
b6322c8
View commit details
Copy full SHA for b6322c8
Browse repository at this point
Replace ConcurrentDictionary with Dictionary for property cache since access is already serialized
akgulebubekir
committed
66cbdfe
View commit details
Copy full SHA for 66cbdfe
Browse repository at this point
Remove unnecessary locks from UI-thread-only methods Initialize and SortFilterAndPaginate
akgulebubekir
committed
615300a
View commit details
Copy full SHA for 615300a
Browse repository at this point
Fix collection-modified-during-enumeration bug in SelectedItems coerce by using reverse index loop
akgulebubekir
committed
19f7bb0
View commit details
Copy full SHA for 19f7bb0
Browse repository at this point
Invalidate column DataType and IsSortable caches when ItemsSource changes
akgulebubekir
committed
7984913
View commit details
Copy full SHA for 7984913
Browse repository at this point
Fix filtering to support nested property paths by reusing GetValueByPath instead of single-level GetProperty
akgulebubekir
committed
0761690
View commit details
Copy full SHA for 0761690
Browse repository at this point
Prevent duplicate event handler subscriptions in DataGridRow and DataGridHeaderRow OnParentSet
akgulebubekir
committed
252f1c4
View commit details
Copy full SHA for 252f1c4
Browse repository at this point
Support "0 DESC" string format in SortDataTypeConverter to allow descending sort on column 0
akgulebubekir
committed
27b2db7
View commit details
Copy full SHA for 27b2db7
Browse repository at this point
add tests
akgulebubekir
committed
efc290c
View commit details
Copy full SHA for efc290c
Browse repository at this point
You can’t perform that action at this time.