I bound a datattable datasource to the RadImageGallery, therea huge images with a size > FullHD. I want to show the images with a size of maxX=800 and/or maxY=800. The aspx code looks like this
<telerik:RadImageGallery runat=
"server"
ID=
"IGAL1"
DisplayAreaMode=
"LightBox"
width=
"800px"
OnNeedDataSource=
"IGAL1_NeedDataSource"
DataDescriptionField=
"BEMERKUNG"
DataImageField=
"DOKUMENT_BLOB"
DataTitleField=
"NAME"
LoopItems=
"true"
ShowLoadingPanel=
"true"
>
<ToolbarSettings ShowSlideshowButton=
"true"
ShowItemsCounter=
"true"
ItemsCounterFormat=
"Images {0} of {1}"
/>
<ImageAreaSettings ShowDescriptionBox=
"true"
Height=
"800px"
Width="800px" ResizeMode=
"Fit"
CloseButtonText=
"Schließen"
NextImageButtonText=
"Nächstes Bild"
PrevImageButtonText=
"Vorheriges Bild"
/>
<ThumbnailsAreaSettings ThumbnailsSpacing=
"1px"
ThumbnailWidth=
"120px"
ThumbnailHeight=
"80px"
Height=
"80px"
ShowScrollbar=
"true"
ShowScrollButtons=
"true"
/>
</telerik:RadImageGallery>
If I click on a thumbnail the popup always fits the whole screen and ignore the width and hight settings of the RadImagegallery.
Someone gots a hint for me???
regs
Oliver