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

[Solved] First Column seems

1 Answer 70 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.
David
Top achievements
Rank 1
David asked on 23 Nov 2010, 09:19 AM
we have the following property on the grid set to collapsed

RowIndicatorVisibility
="Collapsed" 

But we still get a space to the left of our first column images (see attachment) -- no matter how we specify the alignment of the image
<telPres:GridViewDataColumn Header="" Width="auto" >
<telPres:GridViewDataColumn.CellTemplate>
<DataTemplate>
<Image Source="/[projectName];component/Images/Indicators/warning.png" 
HorizontalAlignment="Stretch"/>

</DataTemplate>
</telPres:GridViewDataColumn.CellTemplate>
</telPres:GridViewDataColumn>

1 Answer, 1 is accepted

Sort by
0
Vanya Pavlova
Telerik team
answered on 25 Nov 2010, 03:40 PM
Hi David,


Unfortunately I was not able to reproduce the issue on my end. It seems that the problem comes from the image that is used in your project. I have prepared an example for you using the exactly same template in our Transparent Theme and the result is different as you can see at the attached picture.


Please see the attached project and feel free to modify it and sent it back to me.


Sincerely yours,
Vanya Pavlova
the Telerik team
Browse the videos here>> to help you get started with RadControls for Silverlight
Tags
GridView
Asked by
David
Top achievements
Rank 1
Answers by
Vanya Pavlova
Telerik team
Share this question
or