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

[Solved] Radgrid with DetailsTable on Pageload

0 Answers 10 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Ashvin Veeraiyan
Top achievements
Rank 1
Ashvin Veeraiyan asked on 27 Jan 2011, 01:57 PM
Hi all,

I have a Radgrid with 3 rows and while clicking on any of the rows we get the details table.

I would like to have the detailstable shown on page load itself (going by the requirement i dont want the user to click each and every row to open the detailstable).The details table should be open on page load itself.

I tried to call the DetailTableDataBind event manually but in that how can i get hold of the row which is been clicked.As per the code the following line binds the details table to the row been clicked

e.DetailTableView.DataSource = "mydatatable"

In the above row how can i specify the text of the row manually i.e "e" which is supposedly the headertext

I dont want to call the detailtableDatabind, i would like to write my own function where i would be able to specify the row and bind my datatable to the row which i wish to

Can someone help me over this

Regards
Ashvin
Tags
Grid
Asked by
Ashvin Veeraiyan
Top achievements
Rank 1
Share this question
or