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.
We have created a table in a database that has a list of all of our group bar categories with a numeric ID. There is another table that holds the group view items which has an associated group ID. We are dynamically generating the GroupBar/GroupView by reading the information from the table. Everything is fine there. The only problem we have is handling the GroupViewItemSelected event. There are no design names for the group view since they are dynamically being created, so we cannot create specific handlers for each group view''s event. If we try to add a handler at the time the information is pulled in, we cannot retrieve any information about which one was selected through the EventArgs. Any suggestions would be very helpful! Thank You!