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.
I like to add filterbar to a virtual grid (_grdMaintainDC) but when I use wiregrid method I am getting an error saying that the gridcontrol can not be converted to databoundgrid. Here is my code to declare and wire the filterbar.
_filterBar = New GridFilterBar() _filterBar.WireGrid(Me._grdMaintainDC)
I am fairly new to VB.Net and syncfusion. Please help.
Thanks Clay for pointing to the message id 45162. The attached example in that message had C# code. Is it possible to get similar code in VB.Net? Thanks for your help in advance.
ADAdministrator Syncfusion Team April 17, 2007 05:30 PM UTC
Here is a link. I zapped the C# with a C#-VB tool so the VB code may look a little hokey.