Thanks!!!
On Apr 8, 2010, at 6:31 AM, Trevor DeVore wrote:
> On Apr 7, 2010, at 5:03 PM, Josh Mellicker wrote:
>
>> Would you:
>>
>> 1. scan the grid line by line, trying for a value match with data grid
>> commands?
>>
>> 2. get the dgData and loop through the array?
>>
>> 3. get the dgText
On Apr 7, 2010, at 5:03 PM, Josh Mellicker wrote:
Would you:
1. scan the grid line by line, trying for a value match with data
grid commands?
2. get the dgData and loop through the array?
3. get the dgText and loop through the tab delimited data?
(NOTE: We can't really depend on the "filt
On Apr 7, 2010, at 11:03 PM, Josh Mellicker wrote:
> Imagine you have a Data Grid with data (perhaps 30 - 50 lines).
>
> Now, you want to find all lines where 3 certain columns match given values.
> Example: you want to find all lines where columnName "firstName" = "Trevor",
> "food" = "salad"
Imagine you have a Data Grid with data (perhaps 30 - 50 lines).
Now, you want to find all lines where 3 certain columns match given values.
Example: you want to find all lines where columnName "firstName" = "Trevor",
"food" = "salad", and "meal" = "lunch".
Would you:
1. scan the grid line by