DataView Row Filer Method

  • Thread starter Thread starter Eligio F. Villanueva
  • Start date Start date
E

Eligio F. Villanueva

I tried to filter my grid data with this:

Dataview.RowFilter = "dblAmount LIKE '6%'"

and this message comes out:

"Cannot perform 'Like' operation on System.Decimal and System.String."

Is there a way that i could filter the value of my amount?


Thanks!
 
Back
Top