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

How can i remove radform's sideline?

8 Answers 150 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Top achievements
Rank 1
asked on 22 Nov 2018, 01:48 PM
Or how can I change its color? I have changed FormBorderPrimitive's color,But it has not changed

8 Answers, 1 is accepted

Sort by
0
Top achievements
Rank 1
answered on 22 Nov 2018, 01:54 PM
this is png
0
Dimitar
Telerik team
answered on 23 Nov 2018, 06:42 AM
Hi,

You should set the ForeColor property:
this.FormElement.Border.ForeColor = Color.FromArgb(40, 40, 43);

I hope this will be useful. Let me know if you have additional questions.

Regards,
Dimitar
Progress Telerik
Get quickly onboard and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
0
Top achievements
Rank 1
answered on 24 Nov 2018, 02:29 AM
Thank you very much, but I have a question, why can't I adjust this parameter in the property bar of the window design, I have to use the code to adjust it?
0
Accepted
Dess | Tech Support Engineer, Principal
Telerik team
answered on 26 Nov 2018, 09:16 AM
Hello,  

If you need to change the border color at design time you can achieve it via the Properties section in Visual Studio as it is demonstrated in the below screenshot:



I hope this information helps. If you need any further assistance please don't hesitate to contact me. 

Regards,
Dess | Tech Support Engineer, Sr.
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
0
Top achievements
Rank 1
answered on 26 Nov 2018, 12:46 PM
I know what you mean. I used to adjust it in this property bar. Although the design window seems to be effective after adjusting in the property bar, the debugging operation is still not effective. You can try it. I don't know this. Is it a bug?
0
Dess | Tech Support Engineer, Principal
Telerik team
answered on 27 Nov 2018, 02:23 PM
Hello,  

You can customize the controls at design time either via the Edit UI Elements in the Smart Tag or in the Properties section in Visual Studio. Usually, the changes are applied immediately after you save the changes. If you are experiencing any undesired behavior, it would be greatly appreciated if you can specify the exact steps how to replicate the problem you are facing. Thus, we would be able to investigate the precise case and determine whether it is an issue or not.

Regards,
Dess | Tech Support Engineer, Sr.
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
0
Top achievements
Rank 1
answered on 28 Nov 2018, 10:16 AM
Hello, you can see from the picture I uploaded, I modified the padding of the window in the property bar. At this time we saw that the design window is in effect, but when I debugged, I found that the window is still There is no difference before. I tried to change the padding with code. There is no problem, but the adjustment in the property bar does not work. I hope you can help me, thank you very much.
0
Dess | Tech Support Engineer, Principal
Telerik team
answered on 28 Nov 2018, 12:13 PM
Hello,   

According to the provided screenshots, it seems that you manipulate the Padding of the RadForm >> FormElement >> TitleBar in the Properties section. This is not serialized in the designer file. That is why when you run the application, these changes are not applied. Indeed, the recommended approach for such changes is to do them via code. However, it should work appropriately. I have logged it in our feedback portal. You can track its progress, subscribe for status changes and add your comments on the following link - feedback item.

I have also updated your Telerik points.

Regards,
Dess | Tech Support Engineer, Sr.
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
General Discussions
Asked by
Top achievements
Rank 1
Answers by
Top achievements
Rank 1
Dimitar
Telerik team
Dess | Tech Support Engineer, Principal
Telerik team
Share this question
or