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

Display Column Seperator in Telerik RadGridView

0 Answers 103 Views
GridView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Sats
Top achievements
Rank 1
Sats asked on 21 May 2012, 12:48 PM
Hello,
I am uing TelerikRadGridView. In that I have added the first column dynamically, and in that column I am displaying Images.
Whenever I am displaying default Image, then I am able to see a vertical line (column seperator) between first and second column
However, when I set Images dynamically, I am not able to see the vertical column seperator between the first and second column, means there is no column seperator line bewteen first and second column.

I think this is related to the column width issue.

I am having in this format

"<HyperlinkButton HorizontalContentAlignment='Left' VerticalContentAlignment='Center' VerticalAlignment='Center' HorizontalAlignment='Left' Height='16' Width='16' BorderThickness='0' 

 

 

TargetName='_blank' ><HyperlinkButton.Background><ImageBrush ImageSource='" + img+ "' /></HyperlinkButton.Background></HyperlinkButton>";

 


I tried to change the height and width from 16 to any other, the image size changes , however there is no vertical column seperator line between first and second column.

Please help me on this
Tags
GridView
Asked by
Sats
Top achievements
Rank 1
Share this question
or