Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hello,
I'm trying to create a component in the grid to print an image. The width of the image should depend on the column in which it is used.
For example:
Is there a way to get this column width already? Can it be passed to my partial view?
`@{ var imageWidth = ?; }
`
Thanks for any help.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Column width in component partial view
Hello,
I'm trying to create a component in the grid to print an image. The width of the image should depend on the column in which it is used.
For example:
Is there a way to get this column width already? Can it be passed to my partial view?
`@{ var imageWidth = ?; }
`
Thanks for any help.
is working on a reply...