AD
Administrator
Syncfusion Team
February 22, 2007 11:27 AM UTC
Exactly what is portfolioID? The RowFilter passed into the constructor must be a valid expression. So, it must look something like
"[colName] < 1000"
or
"[portfolioID] = 18782"
or some other string that is a valid expression that evaluates to true or false. See the MShelp on DataView.RowFilter for more information.
http://msdn2.microsoft.com/en-us/library/system.data.dataview.rowfilter.aspx