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.
ADAdministrator Syncfusion Team February 22, 2005 10:00 AM UTC
>>Does anyone knows how to put filtering data into grid?
What do you mean by this?
You can set the GridDataBoundGrid.DataSource to be a DataView and then filter the displayed data by setting DataView.RowFilter. This is one type of filtering that is straight-forward, but I do not know what this has to do with Console.WriteLine. Those are normally used just to display debug output in your Output window.
HVHrvoje VodaFebruary 23, 2005 11:08 AM UTC
Is there somewhere an example for that kind of filtering ?
ADAdministrator Syncfusion Team February 23, 2005 02:52 PM UTC
Here is a sample that shows 2 grids, the one the right uses a DataView filtered to only show rows where Col1 has a 2 or 3 in it.
http://www.syncfusion.com/Support/user/uploads/GDBG_DataView_52755530.zip