The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
Is it possible to override the way PropertyGrid handles Collections?
I know you can override the text (collection) in the value textbox, but I was hoping to be able to expand a collection into its individual items.
What I was trying was overriding GetProperties() in the collection class' type converter, but the collection itself doesn't have properties for each item, and I'm not sure how to create them at run-time.
Thanks,
Greg Roberts