Telerik Forums
UI for WPF Forum
1 answer
102 views

Hi,

I am quite new to both Telerik and XAML.

I am testing out Telerik controls and trying to create a simple application.

So far it is going ok, I have managed to create the layout I want, however there is a small thing bugging me. The color of the Header changes when a Pane gets focus. I am using Docking to define my application layout, and thus I don't really need this color change. Also, it appears the styles are different from when the RadPane is included in a DocumentHost or not.

My code looks like this:

<Grid>
       
      <Grid.RowDefinitions>
          <RowDefinition Height="Auto" />
          <RowDefinition Height="*" />
      </Grid.RowDefinitions>
 
      <StackPanel Orientation="Horizontal">
          <telerik:RadMenuItem Header="Fil" />
          <telerik:RadMenuItem Header="Om" />
      </StackPanel>
 
      <telerik:RadDocking Grid.Row="1" >
          <telerik:RadDocking.DocumentHost>
              <telerik:RadSplitContainer>
                  <telerik:RadPaneGroup>
                      <telerik:RadPane Header="Applikation" CanUserClose="False" CanFloat="False" CanUserPin="False" ContextMenuTemplate="{x:Null}">
                      </telerik:RadPane>
                  </telerik:RadPaneGroup>
              </telerik:RadSplitContainer>
          </telerik:RadDocking.DocumentHost>
 
          <telerik:RadSplitContainer InitialPosition="DockedLeft">
              <telerik:RadPaneGroup>
                  <telerik:RadPane Header="Menu" CanUserClose="False" CanFloat="False" CanUserPin="False" ContextMenuTemplate="{x:Null}">
                      <telerik:RadTreeView>
                          <telerik:RadTreeViewItem Header="Sport Categories" IsExpanded="True">
                              <telerik:RadTreeViewItem Header="Football" IsExpanded="True">
                                  <telerik:RadTreeViewItem Header="Futsal"/>
                                  <telerik:RadTreeViewItem Header="Soccer"/>
                              </telerik:RadTreeViewItem>
                              <telerik:RadTreeViewItem Header="Tennis"/>
                              <telerik:RadTreeViewItem Header="Cycling"/>
                          </telerik:RadTreeViewItem>
                      </telerik:RadTreeView>
                  </telerik:RadPane>
              </telerik:RadPaneGroup>
          </telerik:RadSplitContainer>
 
          <telerik:RadSplitContainer InitialPosition="DockedBottom">
              <telerik:RadPaneGroup>
                  <telerik:RadPane Header="Output" CanUserClose="False" CanFloat="False" CanUserPin="False" ContextMenuTemplate="{x:Null}"/>
              </telerik:RadPaneGroup>
          </telerik:RadSplitContainer>
      </telerik:RadDocking>
 
  </Grid>

  

So want I want is either to remove the heading color altogether (as seen in the attached screenshot where "Menu" is blue) or change "Applikation" to have the same behavior as "Menu", i.e. is not underlined, but have a solid heading when in focus like the one "Menu" has.

Best regards

Andreas

andreasnauta
Top achievements
Rank 1
 answered on 14 Mar 2019
7 answers
322 views

Hello!

I have two problem,

1:

Is there  some method to  Drag & drop  only in parent gridview self and Hierarchy gridview self?

for eg. 

p1

     sub1

     sub2

     sub3

p2

    sub4

    sub5

    sub6

p3

    sub7
    sub8
    sub9

 

can we Drag & drop only between p1,p2,p3 for order

and Drag & drop only between sub1 sub2 sub3…

 

 2.

Is there  some method to  Drag & drop  only in parent gridview self and gridview in RowDetailsTemplate self?

 

It is a big forever If you can provide a sample! thanks a lot!!

Vladimir Stoyanov
Telerik team
 answered on 14 Mar 2019
1 answer
189 views

Hi,

I am developing a control which contains a GridView. Some of the items can have sub items which are assigned to another GridView which is the HierarchyChildTemplate of the main GridView.
How can I implement a drag and drop functionality between the main GridView and the child GridView and vice versa.

 

Thanks.

 

Best regards

Peter

Vladimir Stoyanov
Telerik team
 answered on 14 Mar 2019
3 answers
200 views

I am currently editing a project that was carried out by another developer (not available).

I am trying to edit a report that uses pie charts, and I need to make all the pie charts the same size (with a constant radius) but I still haven't find a way to do so.

The report only uses a .resx and a .cs files.

Is there any property that can be used to set the radius constant? Where is it located?

 

Thanks in advance.

Martin Ivanov
Telerik team
 answered on 13 Mar 2019
4 answers
164 views
Hi

I'm the one of user who bought telerik and using my project, WPF.

I'd like to ask about something for that Windows XP shows me some error messages using this component such as

"not ui thread. telerik.windows.controls.stylemanager.theme"
"telerik.Radprogressbar~~~"

Does anybody have any solutions about this problem?

I've been seen few problems at this forum but coudn't find any answers at all.

or do I have to do something to XP computers like change setup or reinstall or etc??

Please give me any advice in this case.

Really appreciate for your help~~~~
Martin Ivanov
Telerik team
 answered on 13 Mar 2019
3 answers
168 views

I want to use RowDetails in the grid. So I want to put a toggle button on the first column, click it will expand or collapse. The question is that I click it the selected Item is not bind. It seems that button is not belonging to the selectedItemUnless I click somewhere else on the row. 

Not sure..how? Sorry I can't provide sample code now...

Martin Ivanov
Telerik team
 answered on 13 Mar 2019
19 answers
382 views
With .NET 4.5 there is the new BindingOperations.EnableCollectionSynchronization feature that would enable support for updating a ObservableCollection in the background thread, thus removing the need to dispatch to UI thread every time.

However, the current RadGridView doesn't seems to be happy with it, the first item appears fine, but then it throws the usual "wrong thread" exception for the second item.

When will the new BindingOperations.EnableCollectionSynchronization be supported in the Telerik items controls?
Martin Ivanov
Telerik team
 answered on 13 Mar 2019
5 answers
296 views
Is it possible to get CellSelection object by selecting the cells using mouse. I need to store information (row and column index) of selected (using mouse) cells in another control.
i.e something like CellSelection cs = this.worksheet.Cells.SelectedCells();
Thanks.
Nikolay Demirev
Telerik team
 answered on 13 Mar 2019
1 answer
147 views

Hello,

I'm working on a .Net Windows application in which RadDropDownList is used.  Everytime when a dropdownlist selected item changes, there is a Bubble test which is displayed Indicating the selected value. I would like to disable it as it is causing problem (overlapping). Could you please let me know how to disable it ?

Please find the attached Screenshot of that Bubble text.

 

Thanks in advance

Balachandar
Top achievements
Rank 1
 answered on 12 Mar 2019
1 answer
178 views
Hello i want select Polygon ,MultiPOlygon ,Point from Visualization layer  by mouse.I want draw and edit selected vertex or point and move on mAP.How can i get it?
Martin Ivanov
Telerik team
 answered on 12 Mar 2019
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
Expander
Slider
TileList
PersistenceFramework
DataPager
Styling
TimeBar
OutlookBar
TransitionControl
FileDialogs
Book
ToolBar
ColorPicker
TimePicker
MultiColumnComboBox
SyntaxEditor
VirtualGrid
Wizard
ExpressionEditor
NavigationView (Hamburger Menu)
WatermarkTextBox
DesktopAlert
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
Licensing
WebCam
CardView
DataBar
FilePathPicker
PasswordBox
Rating
SplashScreen
Accessibility
Callout
CollectionNavigator
Localization
AutoSuggestBox
Security
VirtualKeyboard
HighlightTextBlock
TouchManager
StepProgressBar
Badge
OfficeNavigationBar
ExpressionParser
CircularProgressBar
SvgImage
PipsPager
SlideView
AI Coding Assistant
+? more
Top users last month
Edmond
Top achievements
Rank 1
Iron
fabrizio
Top achievements
Rank 2
Iron
Veteran
RobMarz
Top achievements
Rank 2
Iron
Fakhrul
Top achievements
Rank 1
Iron
Tejas
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Edmond
Top achievements
Rank 1
Iron
fabrizio
Top achievements
Rank 2
Iron
Veteran
RobMarz
Top achievements
Rank 2
Iron
Fakhrul
Top achievements
Rank 1
Iron
Tejas
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?