Find column in datagrid
I hope I will explain this correct,
I have an unbound datagrid that gets populated by this code below, But I want to be able to do is for the user to click a button and certain numbers would get highlighted in the datagrid. I would want to scroll thru each field value under this column and pick out the values.
So essentially the code would have to go to the datagrid and pick a column and highlight certain numbers within that column Only if the number exceed a ranged criteria....
For instance if POPULATION is between 100 - 200 then I want the number in that column if its 203 to get highlighted.... Does anyone have any suggestion to be able to find specific columns...... Based on a button click event....
|