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

[Solved] actionlinks in a grid cell

1 Answer 71 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.
Venkitachalam
Top achievements
Rank 1
Venkitachalam asked on 25 Nov 2010, 01:14 PM
hi,

     I want to display two different actionlinks in a cell separated by a line. I have done the following:

 

columns.Add(o =>

{

%>

 

<a class="mouseoverLink" onclick="Label1Click('<%=o.RunLabel%>')">Label1</a>

 

 

 

 

 

</br>

 

 

 

 

<%

%>

 

<a class="mouseoverLink" onclick="Label2Click('<%=o.RunLabel%>')">Label1</a>

 

 

 

 

<%

})

.Title(

"Output")

 

.Width(

"100px");

But the scene is I get the both the actionlinks on the same line. What should I do to display in that manner?

Regards.

 

1 Answer, 1 is accepted

Sort by
0
Rosen
Telerik team
answered on 25 Nov 2010, 02:58 PM
Hello Venkitachalam,

 I'm afraid that the provided information is not sufficient in order to recreate the described behavior. Therefore, please send us a small runnable sample in which it can be observed.  

All the best,
Rosen
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Grid
Asked by
Venkitachalam
Top achievements
Rank 1
Answers by
Rosen
Telerik team
Share this question
or