Telerik Forums
UI for WPF Forum
4 answers
174 views

Hi,

I created a video to show the problem http://www.youtube.com/watch?v=8DDX5OiYRyM

Left side is a one screen and the right side is another screen, when I click on Button tasks it should open the docking pane inside my main window but it opens outside the main window, this happens only when the window is maximized fully and it does not happen when I resize the window to be not maximized.

A bit weird but could I get some help?

 

Thanks

Nasko
Telerik team
 answered on 15 Dec 2016
1 answer
92 views

Hello,

It's possible to set to transparent the background color when a Cell is in "Edit mode".

 

Now I'm getting one of the default template colors.

 

Regards!

Stefan Nenchev
Telerik team
 answered on 15 Dec 2016
5 answers
402 views
I am placing a RadExpander on a WPF window and set the IsExapnded property to False so when the window is loaded it (the expander) should display closed initially.

I'm using a MVVM pattern so I initially thought that something was wrong with the binding, but after explicitly setting the IsExpanded="False" on the RadExpander control in the xaml I recieved the same result with the window opening with the expander open instead of closed.  I even went as far as coding in the code behind of the window loaded event handler to set the IsExpanded = False.  This didn't work either.

The odd thing is the toggle thinks the expander is closed, but the content area is open.  so you have to toggle open and then closed and the functionality of the control starts to work.

Here is the code:

<

 

telerik:RadExpander x:Name="ValidationExpander" BorderBrush="#888888" BorderThickness="1" Background="#EEEEEE"          
                                   IsExpanded
="False" MinWidth="500" Canvas.Bottom="0" ExpandDirection="Up" Canvas.Left="0">

 

 

 

     <telerik:RadExpander.Header>

 

 

 

          <TextBlock x:Name="expanderCaption" Foreground="#000000" Visibility="Visible" />

 

 

 

     </telerik:RadExpander.Header>

 

 

 

     <telerik:RadExpander.Content>

 

 

 

              <local:MessageBoxControl DataContext="{Binding MessageBoxViewModel, UpdateSourceTrigger=PropertyChanged}"
                                                         VerticalAlignment
="Top"/>

 

 

 

     </telerik:RadExpander.Content>

 

 

 

 

</telerik:RadExpander>

 



Milena
Telerik team
 answered on 15 Dec 2016
6 answers
116 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
552 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
175 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
218 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
92 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
104 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
Narrow your results
Selected tags
Tags
GridView
General Discussions
Chart
RichTextBox
Docking
ScheduleView
ChartView
TreeView
Diagram
Map
ComboBox
TreeListView
Window
RibbonView and RibbonWindow
PropertyGrid
DragAndDrop
TabControl
TileView
Carousel
DataForm
PDFViewer
MaskedInput (Numeric, DateTime, Text, Currency)
AutoCompleteBox
DatePicker
Buttons
ListBox
GanttView
PivotGrid
Spreadsheet
Gauges
NumericUpDown
PanelBar
DateTimePicker
DataFilter
Menu
ContextMenu
TimeLine
Calendar
Installer and Visual Studio Extensions
ImageEditor
BusyIndicator
Slider
Expander
TileList
PersistenceFramework
DataPager
Styling
TimeBar
OutlookBar
TransitionControl
Book
FileDialogs
ToolBar
ColorPicker
TimePicker
SyntaxEditor
MultiColumnComboBox
VirtualGrid
Wizard
ExpressionEditor
NavigationView (Hamburger Menu)
DesktopAlert
WatermarkTextBox
BarCode
SpellChecker
DataServiceDataSource
EntityFrameworkDataSource
RadialMenu
ChartView3D
Data Virtualization
BreadCrumb
ProgressBar
Sparkline
LayoutControl
TabbedWindow
ToolTip
CloudUpload
ColorEditor
TreeMap and PivotMap
EntityFrameworkCoreDataSource (.Net Core)
HeatMap
Chat (Conversational UI)
VirtualizingWrapPanel
Calculator
NotifyIcon
TaskBoard
TimeSpanPicker
BulletGraph
WebCam
CardView
DataBar
Licensing
FilePathPicker
PasswordBox
Rating
SplashScreen
Accessibility
Callout
CollectionNavigator
Localization
AutoSuggestBox
HighlightTextBlock
Security
TouchManager
StepProgressBar
VirtualKeyboard
Badge
OfficeNavigationBar
ExpressionParser
CircularProgressBar
SvgImage
PipsPager
SlideView
AI Coding Assistant
+? more
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?