This is a migrated thread and some comments may be shown as answers.

How to access a value inside an array in RadGrid ?

2 Answers 100 Views
Grid
This is a migrated thread and some comments may be shown as answers.
vincent
Top achievements
Rank 1
vincent asked on 23 Sep 2011, 10:35 PM
I have an array bound to RadGrid.
I can use the <%#Eval method to get the values in the root of the array in the aspx file. However, there is one particular value which is inside an array where I do not know how to get it.

eg of the array structure
customername   Michael
    customerdetails
         specialremarks   xxxxxxxx
  
How can I get the value for specialremarks ?

I tried the itemdatabound but to no avail.

Any help is much appreciated

Thank you

2 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 27 Sep 2011, 02:09 PM
Hello Vincent,

I have found the following forum which discussed similar issue.
Load double Array into Radgrid.

Thanks,
Shinu.
0
vincent
Top achievements
Rank 1
answered on 27 Sep 2011, 02:40 PM
Thanks a lot, Shinu
Tags
Grid
Asked by
vincent
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
vincent
Top achievements
Rank 1
Share this question
or