4 Answers, 1 is accepted
0
Princy
Top achievements
Rank 2
answered on 26 Jun 2009, 10:12 AM
Hi,
#2 You can set the Collapse and Expand image using the following properties:
<MasterTableView ExpandCollapseColumn-CollapseImageUrl="Image1.gif" ExpandCollapseColumn-ExpandImageUrl="Image2.gif"/>
#1 I am not sure of your requirement, but could you check out the forum link below and let me know of your concerns:
http://www.telerik.com/community/forums/aspnet/treeview/tree-with-rows-like-grid-has.aspx
Thanks,
Princy
#2 You can set the Collapse and Expand image using the following properties:
<MasterTableView ExpandCollapseColumn-CollapseImageUrl="Image1.gif" ExpandCollapseColumn-ExpandImageUrl="Image2.gif"/>
#1 I am not sure of your requirement, but could you check out the forum link below and let me know of your concerns:
http://www.telerik.com/community/forums/aspnet/treeview/tree-with-rows-like-grid-has.aspx
Thanks,
Princy
0
Vino
Top achievements
Rank 1
answered on 26 Jun 2009, 01:16 PM
hi Princy,
Sorry! this code which you had give is not working.
<MasterTableView ExpandCollapseColumn-CollapseImageUrl="Image1.gif" ExpandCollapseColumn-ExpandImageUrl="Image2.gif"/>
Vinod.
Sorry! this code which you had give is not working.
<MasterTableView ExpandCollapseColumn-CollapseImageUrl="Image1.gif" ExpandCollapseColumn-ExpandImageUrl="Image2.gif"/>
Vinod.
0
Vino
Top achievements
Rank 1
answered on 27 Jun 2009, 05:27 AM
Hi Princy ,
1# : Is it possible to display the Tree Lines as we get in the "Solution Explore" in Visual Studio , (We get lines when we Expand any folder)
1# : Is it possible to display the Tree Lines as we get in the "Solution Explore" in Visual Studio , (We get lines when we Expand any folder)
0
Shinu
Top achievements
Rank 2
answered on 29 Jun 2009, 08:39 AM
Hello Vinod,
To display custom images in the ExpandColumn you would also have to set the ExpandCollapseColumn-ButtonType as ImageButton in the GridTableView in the source of the page as shown below:
<MasterTableView ExpandCollapseColumn-ButtonType="ImageButton" ExpandCollapseColumn-CollapseImageUrl="Image1.gif" ExpandCollapseColumn-ExpandImageUrl="Image2.gif"/>
Thanks
Shinu.
To display custom images in the ExpandColumn you would also have to set the ExpandCollapseColumn-ButtonType as ImageButton in the GridTableView in the source of the page as shown below:
<MasterTableView ExpandCollapseColumn-ButtonType="ImageButton" ExpandCollapseColumn-CollapseImageUrl="Image1.gif" ExpandCollapseColumn-ExpandImageUrl="Image2.gif"/>
Thanks
Shinu.