Hi Patkós,
Yes you can, but it is not supported by default and you will need to write a lot of custom code.
According to
jQuery lightBox's documentation, html markups need to be like:
Now when you use RadBinaryImage, and you get images from the database. By default they are rendered like:
So you can use the code below in the ListView ItemTemplate:
Then you need to handle
ItemDataBound event of the ListView and set '
href' property of the
aHref, to be like the url of the
RadBinaryImageFull. Also you will need to set display style to
RadBinaryImageFull to be 'none'.
Kind regards,
Vasil
the Telerik team