I have a treeview that alphabetically displays records, but
instead of:
+ Anderson, Paul
+ Baker, Mike
+ Bonner, Terri
+ Jones, Hal
etc.
the customer would rather see:
+ A
+ B
+ C
etc.
and by expanding one of the top levels, only the names that start with that letter would appear.
+ A
- B
+ Baker, Mike
+ Bonner, Terri
+ C
etc.
It took me a while just to get the names working, now I'm stumped as to how to implement the client request. Can anyone help me?
Thanks,
Brian
instead of:
+ Anderson, Paul
+ Baker, Mike
+ Bonner, Terri
+ Jones, Hal
etc.
the customer would rather see:
+ A
+ B
+ C
etc.
and by expanding one of the top levels, only the names that start with that letter would appear.
+ A
- B
+ Baker, Mike
+ Bonner, Terri
+ C
etc.
It took me a while just to get the names working, now I'm stumped as to how to implement the client request. Can anyone help me?
Thanks,
Brian