AD
Administrator
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.
HV
Hrvoje Voda
February 23, 2005 11:08 AM UTC
Is there somewhere an example for that kind of filtering ?
AD
Administrator
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