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

Required event similar to Detail Grid view....

1 Answer 25 Views
Grid
This is a migrated thread and some comments may be shown as answers.
pradip
Top achievements
Rank 1
pradip asked on 10 Mar 2009, 09:29 PM
Hi

I am having Hierarchical Grid upto 3 Detail table one inside other. Inside Master table first column data is link, so I would like to see same event as we click on expandColumn. Is there straight way to achieve this?

Thanks,
Pradip

1 Answer, 1 is accepted

Sort by
0
Accepted
Shinu
Top achievements
Rank 2
answered on 11 Mar 2009, 03:52 AM
Hi Pradip,

 I guess you are trying to expand/Collapse the grid row using GridButtonColumn. If so you may try setting the CommandName property to ExpandCollapse as shown below.

ASPX:
 
<
telerik:GridButtonColumn Text="Click" ButtonType="linkButton" CommandName="ExpandCollapse" UniqueName="BtnColumn" HeaderText="ExpandCol" ></telerik:GridButtonColumn> 


Thanks
Shinu
Tags
Grid
Asked by
pradip
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or