addiing values to a column in Datagrid

  • Thread starter Thread starter SenthilVel
  • Start date Start date
S

SenthilVel

HI

i have a datagrid with 5 columns.

for the first 4 columns i do add the values using a arraylist.

now i do need to add the values to the 5th column using another arraylist
..,.

how can i do this ??which is the best easy method to do this?

Thanks
Senthil
 
I think the best way is to create a DataSource that is uptodate.. which
means fix a DataTable of Array that has all the values for the datagrid
first and then Bind.. OR.. in ItemCreated event of Datagrid add the values
to the 5th column

/Lars
 
Back
Top