Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
23057 | Jan 4,2005 07:58 AM UTC | Oct 20,2008 06:24 AM UTC | WinForms | 3 |
![]() |
Tags: GridControl |
dataView1.RowFilter = "[Col1] > 14"
where the Col1 DataColumn in your DataTable is of type string. So, take a look at the help on DataColumn.Expression. It shows the syntax that is permissable for Expression and this is the same as for RowFilter. I think you woul dneed to use the Convert function to convert teh string into an integer before you try to compare it to another integer.
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.