This question is locked. New answers and comments are not allowed.
Hi All,
When I'm opening the RadWindow, its leaving some margin from left hand side.
Hence I am able to see the background from left and then the dark blur background of the RadWindow.
I am not able to trace exactly where the error is coming from whether its in the UserControl or RadWindow. Follow is the implicit style which I have applied:
<Style TargetType="telerik:RadWindow">
<Setter Property="FontFamily" Value="Tahoma" />
<Setter Property="FontSize" Value="11" />
<Setter Property="WindowStartupLocation" Value="CenterScreen" />
<Setter Property="IsTabStop" Value="False" />
</Style>
PFA Screenshot. I want the Black part to start from extreme left.
Thanks and Regards,
Hardik
When I'm opening the RadWindow, its leaving some margin from left hand side.
Hence I am able to see the background from left and then the dark blur background of the RadWindow.
I am not able to trace exactly where the error is coming from whether its in the UserControl or RadWindow. Follow is the implicit style which I have applied:
<Style TargetType="telerik:RadWindow">
<Setter Property="FontFamily" Value="Tahoma" />
<Setter Property="FontSize" Value="11" />
<Setter Property="WindowStartupLocation" Value="CenterScreen" />
<Setter Property="IsTabStop" Value="False" />
</Style>
PFA Screenshot. I want the Black part to start from extreme left.
Thanks and Regards,
Hardik