6 Answers, 1 is accepted
0
Hello,
Didie
the Telerik team
RadGridView may just display images using the GridViewImageColumn for example.
Didie
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>
0
Samir
Top achievements
Rank 1
answered on 04 May 2012, 09:58 AM
yes i can show the image in column image ;but my problem is to upload a image in radgridview column.
think you Didie
think you Didie
0
Hello,
The GridViewColumns does not provide any logic for image upload/conversion.
Didie
the Telerik team
The GridViewColumns does not provide any logic for image upload/conversion.
I am not sure what do you mean by "upload a image in radgridview", do you mean to have an upload button in the column?
Didie
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>
0
Samir
Top achievements
Rank 1
answered on 04 May 2012, 01:19 PM
Hello;Yes exactly.tht's the good meaning.
Think you
Think you
0
Hello,
Didie
the Telerik team
You can define a CellTemplate/CellEditTempate for the GridViewDataColumn and place there the button you would like. Then handle the click event of the button and implement your own logic.
I hope this helps.
Didie
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>
0
Samir
Top achievements
Rank 1
answered on 04 May 2012, 01:38 PM
This is the code <telerik:GridViewColumn Width="90" Header="image">
<telerik:GridViewColumn.CellTemplate >
<DataTemplate >
<telerik:RadButton Content="Attribuer" Click="RadButton_Click" Cursor="Stylus" CornerRadius="2"/> </DataTemplate>
</telerik:GridViewColumn.CellTemplate>
</telerik:GridViewColumn>
but i can't show the button in browser??
think y
<telerik:GridViewColumn.CellTemplate >
<DataTemplate >
<telerik:RadButton Content="Attribuer" Click="RadButton_Click" Cursor="Stylus" CornerRadius="2"/> </DataTemplate>
</telerik:GridViewColumn.CellTemplate>
</telerik:GridViewColumn>
but i can't show the button in browser??
think y