Datagrid child navigation

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi there,
I've a datagrid with a parent-child navigation system. Data grid is bound to
an Arraylist. My questions are:
1) On the parent info area, it shows "Arraylist" word and some info about
parent. Can I remove "ArrayList" word?

2) When I click the plus sign (+), it creates a new child row with some name
presented as an hiperlink. Can I change this name?

Thanks in advance,
 
DC,

I don't know if you are with the ones I wrote this already too.

The datagrid can work with the arraylist, however needs than a lot of work.

The datagrid works fine with the dataview/datatable.

Which means directly that the change on good answers about a datagrid and an
arraylist is very limited because after a while most people stop with that
and start using the dataview/datatable

Only too warn you (when I did that already forget it).

Cor
 
Back
Top