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

How to remove strange lines from RadDataForm?

3 Answers 82 Views
DataForm
This is a migrated thread and some comments may be shown as answers.
Anton
Top achievements
Rank 2
Anton asked on 05 Jul 2012, 01:57 PM

I've removed header, footer and borders from RadDataForm:

<t:RadDataForm ItemsSource="{Binding Item}" MinHeight="300" MinWidth="300"
          AutoEdit="True" BorderThickness="0" Background="Transparent"
          CommandButtonsVisibility="None" BorderBrush="Transparent"
          ValidationSummaryVisibility="Collapsed" />

But two lines are present. How to remove horizontal lines?
enter image description here

3 Answers, 1 is accepted

Sort by
0
Vanya Pavlova
Telerik team
answered on 05 Jul 2012, 02:09 PM
Hello Anton,

 


You may predefine the template of RadDataForm using Blend and remove these elements. 



Kind regards,
Vanya Pavlova
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

0
Anton
Top achievements
Rank 2
answered on 05 Jul 2012, 02:28 PM
Thanks!
Unfortunately, my company doesn't have Expression Blend. Where can I find generic template for RadDataForm?
0
Accepted
Vanya Pavlova
Telerik team
answered on 05 Jul 2012, 02:37 PM
Hi Anton,

 

You may find attached sample application which demonstrates how to achieve this. 



Greetings,
Vanya Pavlova
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

Tags
DataForm
Asked by
Anton
Top achievements
Rank 2
Answers by
Vanya Pavlova
Telerik team
Anton
Top achievements
Rank 2
Share this question
or