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.
Hi,
I have a databoundgrid with a filterbar.
I have a dataset.datatable connected to the grid.
So when I change the values in the datatable, automaticaly the values in the grid are changed. Thats great, thats what I want.
But the values in the filterbar are not updated !!!
How can I update the values in the filterbar with the values in the grid''s column, without having to put the table in the grid again (grid.datasource = dataset.table(1)) ?
Thanks,
Jose Melo