Telerik Forums
UI for WPF Forum
6 answers
114 views

hi,

can any one know, how to remove recurring and other tabs from Appointment dialog

Yana
Telerik team
 answered on 15 Dec 2016
6 answers
547 views
Hello is there any way to make the checkbox appear darker, bold in side the gridview? I am not sure the property to edit.

<Style x:Key="CheckBoxColumn" TargetType="{x:Type telerik:GridViewCell}">
               <Setter Property="FontWeight" Value="Bold"/>
           </Style>
 
 
 
<telerik:GridViewCheckBoxColumn EditorStyle="{StaticResource CheckBoxColumn}"  Header="Eligibility" IsReadOnly="True" DataMemberBinding="{Binding Verified}">
                                   <telerik:GridViewCheckBoxColumn.CellStyle>
                                       <Style TargetType="telerik:GridViewCell">
                                           <Setter Property="Background" Value="{Binding VerificationStatus, Converter={StaticResource MyConverter2}}" />
                                       </Style>
                                   </telerik:GridViewCheckBoxColumn.CellStyle>
                               </telerik:GridViewCheckBoxColumn>
                               

The above code did not do it.

Thanks,
S
Alwin
Top achievements
Rank 1
 answered on 15 Dec 2016
11 answers
1.0K+ views
I need to create a grid with very near and very small rows.
I have succeeded in reducing the height of the rows. I don't succeed in systematizing the alignment of the content. The lines are truncated me. Can you help me?

Thanks

Code :

 <UserControl.Resources>
  <Style x:Key="GridViewRowStyle1" TargetType="{x:Type telerik:GridViewRow}">
   <Setter Property="Height" Value="15"/>
   <Setter Property="MinHeight" Value="15"/>
   <Setter Property="VerticalAlignment" Value="Top"/>
  </Style>

 </UserControl.Resources>
   ....
            <telerik:RadGridView x:Name="GridViewAnaClienti" IsReadOnly="True"  Grid.Row="2" BorderThickness="1" FontSize="9"
                    RowStyle="{StaticResource GridViewRowStyle1}" >
    <telerik:RadGridView.Columns>
                    <telerik:GridViewDataColumn Header="Codice" Width="80" DataMemberBinding="{Binding Codice}"  />
                    <telerik:GridViewDataColumn Header="Ragione Sociale" MinWidth="280" DataMemberBinding="{Binding RagioneSociale}"/>
                    <telerik:GridViewDataColumn Header="Indirizzo" MinWidth="270" DataMemberBinding="{Binding Indirizzo1}"/>
   ...
                </telerik:RadGridView.Columns>
   </telerik:RadGridView> 
   ...
 </UserControl>


attached file: example of the result

Dilyan Traykov
Telerik team
 answered on 14 Dec 2016
3 answers
172 views

Hello

Could guide how to validate each page of the RadWizard control? Ideally it would be to validate current page when the Next button is clicked. Then in case of errors on the page move to the next page would be cancelled.

Best regards

Szymon

Dilyan Traykov
Telerik team
 answered on 14 Dec 2016
2 answers
215 views
In my scenario on right button click on the map I'd like to display context menu. I cannot figure out how to get geographical location at position where right click was made. Could you guide how to get geo position after right button is clicked?
MrSzymonello
Top achievements
Rank 1
 answered on 14 Dec 2016
0 answers
88 views

Hi

I have a GridView (1) with expandable rows.  When a row is expanded it shows a tab control.  On the second tab is another GridView (2).  

Drag and Drop works on the GridView (1) but not on the GridView (2).

They both display collections of different objects.  On GridView (2) when I drag it's okay...but when I drop an error shows that it is expecting an object of type that is displayed in GridView (1).  I am not sure how to put this right.

Please help.

Jason
Top achievements
Rank 1
 asked on 14 Dec 2016
0 answers
100 views

There's a ControlTemplate named "AutoCompleteStringFilterEditorTemplate" in the GridView which looks like this:

 

<ControlTemplate x:Key="AutoCompleteStringFilterEditorTemplate" TargetType="grid:AutoCompleteStringFilterEditor">
 <Grid MinWidth="100">
  <Grid.ColumnDefinitions>


I wonder if the MinWidth should really be there? It will effect the width of the column when sizing to headersize, and when setting the column MinWidth manually values < 100 will not work. Columns with other types of filter-editors works better.
Magnus
Top achievements
Rank 1
 asked on 14 Dec 2016
15 answers
846 views

Hi,

I need to know how to set the focus to a TextBox in the RowDetailsTemplate of my RadGridView when the user adds a new row with the NewRow-Row.

The best would be when the Cells of the NewRow are set to ReadOnly while the user inputs the values to the Controls of the RowDetailsTemplate, is this possible? How?

Thanks for all helpfull answers :)

 

Greets Alexander

Stefan
Telerik team
 answered on 14 Dec 2016
10 answers
318 views

Hi,

I do not know how to explain this better, but I have taken a screenshot and I want to hide the red marked part of it.

Could someone please help on how to do it?

Nasko
Telerik team
 answered on 14 Dec 2016
1 answer
90 views

Hello,

Anyone encountered this bug https://feedback.telerik.com/Project/143/Feedback/Details/207722-raddocking-behaves-weird-on-multiple-screens

I would need some resolution for this , its almost a blocker for me.

 

Thanks

Nasko
Telerik team
 answered on 14 Dec 2016
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?