This question is locked. New answers and comments are not allowed.
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
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