This is a migrated thread and some comments may be shown as answers.

Expand High of TextBox

3 Answers 55 Views
DataForm
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Thierry
Top achievements
Rank 1
Thierry asked on 08 Sep 2013, 03:57 AM
Hi,

I would like to expand the height of a text box and while I found a similar answer in another thread, this does not appear to be working for me.

when my CurrentItem is set, it builds all the fields correctly but if I add the xaml displayed below which is suppose to extend the height of the textbox (RadTextBox), it doesn't display any fields.

<telerikInput:DataField TargetProperty="Address">

<telerikInput:DataField.EditorStyles>

<Style TargetType="telerikPrimitives:RadTextBox">

<Setter Property="AcceptsReturn" Value="True"/>

<Setter Property="Height" Value="300"/>

</Style>

</telerikInput:DataField.EditorStyles>

</telerikInput:DataField>


I've checked my output window and there are no xaml errors being displayed. The property of my class is definitely called Address and is of type string.

Any ideas?

Thanks.

T.

3 Answers, 1 is accepted

Sort by
0
Deyan
Telerik team
answered on 11 Sep 2013, 09:00 AM
Hello Thierry,

Normally this is the way to go when you need to modify properties of an editor. I am not completely sure why your fields disappear in that case however. There might be something specific in your scenario which causes this behavior.

Is it possible for you to send me your project so that I can directly take a look at it?

You can use the support ticket you've opened regarding the same case.

Regards,
Deyan
Telerik
Have a suggestion or face a problem - you can use the Ideas & Feedback portal to submit ideas, feedback and vote for them.
0
Thierry
Top achievements
Rank 1
answered on 12 Sep 2013, 11:27 PM
Hi,

Sorry but I've already spent far too much time on this and by now I would have implemented the actual page, so I won't bother using the DataForm, not to mentioned I'm also having other problems with it, so not worth the time and effort already invested it.

Nice concept but not quite there if you ask me!

Thanks anyway.

Regards,

Thierry
0
Deyan
Telerik team
answered on 13 Sep 2013, 06:58 AM
Hi Thierry,

Thanks for writing back.

We will appreciate if you take some more time to let us know what did you find difficult when using RadDataForm so that we can plan accordingly and include the corresponding improvements in our next official release?

Thanks for your time.

Regards,
Deyan
Telerik
Have a suggestion or face a problem - you can use the Ideas & Feedback portal to submit ideas, feedback and vote for them.
Tags
DataForm
Asked by
Thierry
Top achievements
Rank 1
Answers by
Deyan
Telerik team
Thierry
Top achievements
Rank 1
Share this question
or