I am very new to Telerik and am currently just evaluating it as a possible reporting solution. Please bear with me.
Here is a basic example of what I am trying to do:
I have a Panel. Inside the Panel is a Shape. Inside the Shape are some TextBoxes. I am using the Shape to frame some TextBoxes (for visual organization). The Panel grows with the TextBoxes, but the Shape does not. So on some records, some of the data in the TextBoxes bleeds over the Shape.
What I would like to do is to have the shape grow/shrink with each record - basically, resize the Shape in relation to the Panel for *each record* that gets rendered. One thing I tried was to Anchor the Shape to the Panel. That has resulted in limited success. So I assume I may have to do this through code(?).
If anyone could point me in the right direction (documentation/examples/etc), I'd really appreciate it. I've been searching for hours and have only come up with out-dated code examples that don't align with the current API.
Thanks in advance!
Paul
Here is a basic example of what I am trying to do:
I have a Panel. Inside the Panel is a Shape. Inside the Shape are some TextBoxes. I am using the Shape to frame some TextBoxes (for visual organization). The Panel grows with the TextBoxes, but the Shape does not. So on some records, some of the data in the TextBoxes bleeds over the Shape.
What I would like to do is to have the shape grow/shrink with each record - basically, resize the Shape in relation to the Panel for *each record* that gets rendered. One thing I tried was to Anchor the Shape to the Panel. That has resulted in limited success. So I assume I may have to do this through code(?).
If anyone could point me in the right direction (documentation/examples/etc), I'd really appreciate it. I've been searching for hours and have only come up with out-dated code examples that don't align with the current API.
Thanks in advance!
Paul