Telerik Forums
UI for WPF Forum
4 answers
123 views

Hi,

Is there any way of closing the DragVisual window in the OnDrop Event Handler. The reason I ask is that I want to open a modal dialog when an item is dropped into a treeview. I am able to open the dialog as I want, but the DragVisual window will stay on top of the dialog. So in the OnDrop Event I want to close the DragVisual and then open the dialog window. Is this possible?

 

Regards,

Roar

Nasko
Telerik team
 answered on 09 Jun 2016
2 answers
247 views

Hi,

 

I'm trying to change the HEADER background but my only success left the control inoperable - the sorting and filtering did not work.

I need the *HEADER ROW* background to be this gradient:

        <Setter Property="Background">
            <Setter.Value>
                <LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
                    <GradientStop Color="#FF25578A" Offset="0" />
                    <GradientStop Color="#FF25578A" Offset="1" />
                    <GradientStop Color="#FF25579A" Offset="0.42" />
                    <GradientStop Color="#FF003F87" Offset="0.43" />
                </LinearGradientBrush>
            </Setter.Value>
        </Setter>

..any help would be appreciated.

Barry

 

 

Dilyan Traykov
Telerik team
 answered on 09 Jun 2016
1 answer
121 views
(Level-1)
Scalar ---value
Enum  ---value
String ---Value
Boolean ---value
Array
    (Level-2)
    -Array 
        (Level-3)
        -Scalar ---value
        -Enum  ---value
        -String ---Value
        -Boolean ---value
    -Scalar ---value
    -Enum  ---value
    -String ---Value
    -Boolean ---value

I want to display the above tree in RadTreeListControl. The logic to extract "Value" property for each types(enums,scalar,array...) is different. How can I proceed?Can it be done by writing code behind logic? Also Does RadTreeListControl concept of ItemTemplateSelector?

Regards,

Niranjan

Maya
Telerik team
 answered on 09 Jun 2016
8 answers
185 views

Hi  Team,

I have an issue with Rad carousel, i would like to move my items in the Rad carousel one by one against a touch movement but currently it sliding more that one item based on the touch movement amount, Please help me to fix this as soon as possible. For example , i want to move one item at first movement and second item should come to next movement.

Yoan
Telerik team
 answered on 09 Jun 2016
12 answers
650 views
I have a GridViewComboBoxColumn. I have templated it as show below. I want that when users start typing a letter, the combo box takes them to the closest selection from its itemsource. Please advise.

<telerik:GridViewComboBoxColumn Header="To" DataMemberBinding="{Binding ToWireIns}" ItemsSource="{Binding WireInsCollection}" Width="150"
                                SelectedValueMemberPath="WireInsId"
                                Background="AntiqueWhite" IsComboBoxEditable="True">
    <telerik:GridViewComboBoxColumn.ItemTemplate>
        <DataTemplate>
            <StackPanel Orientation="Horizontal" HorizontalAlignment="Left" >
                <TextBlock Text="{Binding CustodianCode}" Width="50" />
                <TextBlock Text="{Binding AccountCode}" Width="40"/>
            </StackPanel>
        </DataTemplate>
    </telerik:GridViewComboBoxColumn.ItemTemplate>
</telerik:GridViewComboBoxColumn>
Lawrence
Top achievements
Rank 2
Iron
 answered on 08 Jun 2016
5 answers
316 views
I have a GridViewComboBoxColumn that displays a dollar amount. If I don't try to format it, it works and displays "100000.00" for underlying data of 100000.

However, I want this to display as "$100,000.00". Nothing I've tried has worked. This shouldn't be difficult...

<telerik:GridViewComboBoxColumn Width="Auto"
                                DataMemberBinding="{Binding ProjectPhaseLoanId}"
                                DisplayMemberPath="ApplicationAmount"
                                Header="Loan/Amount"
                                ItemsSource="{Binding ProjectPhase.Loans}"
                                SelectedValueMemberPath="Id" />
Yoan
Telerik team
 answered on 08 Jun 2016
1 answer
165 views

Hello,

 

I'm having trouble trying to add a heat map (calculated with geoloc points) over the telerik RadMap. First, correct me if I'm wrong but there is no option to do that simply by using a component of your library.

So my idea was to use the InformationLayer to add an image on which I would have calculated the heat map (ex: http://dylanvester.com/2015/10/creating-heat-maps-with-net-20-c-sharp/), unfortunately it does not seems to work and even if it did work, I'm not sure the renderring would work well with the map interraction.

Can you please provide me solutions on how to add a heatmap simply by using geoloc points?

 

Thanks a lot for your help,

Regard,

A french user ;)

 

Martin Ivanov
Telerik team
 answered on 08 Jun 2016
1 answer
254 views

Hi,

I have been searching for something like Shared Size Group from Grid but in RadGridView or RadTreeListView.

Is there something similar in RadGridView or RadTreeListView? I just want to share some columns width from 2 RadGridView.

 

Thanks!

Dilyan Traykov
Telerik team
 answered on 08 Jun 2016
2 answers
327 views

Hi,

could you please be so kind and show me in your grid style (I'm using Windows8 theme) name of style/template where I can remove borders of indent cell on detail row (marked with orange). I want also remove background and border of indent cell on second and third grouping row (marked with dark red) when I have more grouping columns. I was already overide style of first grouping row (in my case MainClassification) but when I have second and third grouping I have indent cell which I want override too. I have Collapsed  "RowIndicatorVisibility" and "RowDetailsVisibilityMode" properties just for your information. My telerik version is 2016.Q2. Thank you very much for your help.

Pero
Top achievements
Rank 1
 answered on 08 Jun 2016
2 answers
96 views

My user lost their data and I got the following error message:

Word encountered an error processing the XML file tmp714D.docx
Unexpected end of input.
Location:  Part: /word/document.xml, Line: 1, Column: 4287
   at Microsoft.Office.Interop.Word.Range.InsertFile(String FileName, Object& Range, Object& ConfirmConversions, Object& Link, Object& Attachment)

Any thoughts? I have the feeling the data is easily corrupted when the user does copy/paste.

Mihail
Telerik team
 answered on 08 Jun 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
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
Top achievements
Rank 1
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ivory
Top achievements
Rank 1
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
YF
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Top achievements
Rank 1
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ivory
Top achievements
Rank 1
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
YF
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?