Am trying to nail down behavior of choices in a list column of a dGrid. I set 
the column to DataType='list' and choices to a list derived from a lookup 
table (per the instructions on the Wiki). I get a list of choices in the 
column. What I wondering is if it is possible to do incremental search on the 
list? i.e:
List is:
'25PF'
'25RF'
'35PF'
'35RF'
If list starts at '25PF' and I start typing 35 can I get the control to 
traverse the list? I have Searchable=True for the column. I saw in the 
documentation for col.Editable that if Editable=True incremental searching is 
disabled. When I set Editable=False then the list is not populated with the 
choices. Suggestions welcome.


-- 
Adrian Klaver
[EMAIL PROTECTED]


_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/dabo-users/[EMAIL PROTECTED]

Reply via email to