Telerik Forums
UI for WPF Forum
3 answers
151 views
I have folder full of pngs. I add all the pngs to the the carousel and then after viewing those in Carousel, I need to delete those from my hard disk. But it gives me an error saying the files are still used by the carousel. How do delete the image source??
Maya
Telerik team
 answered on 25 Jul 2012
1 answer
184 views
The RadChart will not calculate y axis heights and values correctly if 

1. IsLogerithmic is true
2. Values exist in the x axis that are 0.

I have included a sample project that shows this problem. It was download from a Telerik forum where they said that it works.  I modified it and proved that it does not.  Actually, it turns out I could not attach the zip file to this message, as the attachment process only allows graphics files. I can make this project available if needed, if someone will let me know how!

The steps to reproduce are:

  1. Run the application.
  2. Notice that the even though I've limited the data points to a max of 10, the y axis is showing 1000000000.
  3. Uncheck the checkbox that says "Include Zero in chart"  (this will regenerate the data with no zeros.) 
  4. The chart is calculated correctly.
  5. Check the checkbox again and switch the "Is Logerithmic" off then on again. (Notice that the the Y axis is miscalculating).
  6.  Resize the window (Here you will notice that the 1000000000 is back.

Petar Marchev
Telerik team
 answered on 25 Jul 2012
1 answer
140 views
Hi,

I'm currently exploring the use of the Clustered Data Source to improve performance when displaying a large number of map items.

Can the Clustered Data Source be setup so that it is only active for certain zoom levels?

The scenario is displaying a very large number of map items, when you are zoomed out, a number of points overlap and rather then having these all displayed, the Clustered Data Source would be used.  However when zoomed in to Zoom Level 15 >, we would want all the map items displayed without any Clustered Data Source.

Many Thanks,

Adnan
Andrey
Telerik team
 answered on 24 Jul 2012
1 answer
119 views
Hi,

in my application I use a RadChart component and there is something visible and I want to know if it's possible to remove it. Picture enclosed.

Thank's
Petar Kirov
Telerik team
 answered on 24 Jul 2012
1 answer
123 views
I have a public property on one of my classes that is configurable by a PropertyGrid. It is a string property, but I want the user to be able to set it from a RadComboBox with values provided from an OpenAccess data model. I can't seem to put all the pieces together. The closest I got puts an odd value in the public property ("Telerik.Windows.Controls.RadComboBoxItem: City, State"). I've been banging my head against this for days and I'm tantalizingly close, but I'm just not seeing something.

How do I connect all the bits? The choices to the data source and the selected item to the public property? Here's my code without all my failed efforts taking up space.


Here's the property:
private string weatherloc;
 
[Category("MissionBoard")]
[Description("Weather station location")]
public string WeatherLoc
{
    get { return weatherloc; }
    private set { weatherloc = value; }
}

Here's the RadComboBox in the DataTemplate:
<Grid.Resources>
    <c:FieldTemplateSelector x:Key="DataTemplateSelector">
        <c:FieldTemplateSelector.WeatherDataTemplate>
            <DataTemplate>
                <telerik:RadComboBox x:Name="WeatherComboBox"
                             Loaded="WeatherComboBox_Loaded" />
            </DataTemplate>
        </c:FieldTemplateSelector.WeatherDataTemplate>
    </c:FieldTemplateSelector>
</Grid.Resources>

And here's the code-behind to (hopefully) populate the control:
private void WeatherComboBox_Loaded(object sender, RoutedEventArgs e)
{
    using (EntitiesModel dbContext = new EntitiesModel())
    {
        try
        {
            var q = (from i in dbContext.WeatherFeeds
                     orderby i.Location
                     select new { i.Location }).ToList();
 
            // How to bind all the bits? The public property to the SelectedItem
                // and the choices to the data source.
        }
        catch (SqlException sx)
        {
            Console.WriteLine(sx.ToString());
        }
        catch (Exception ex)
        {
            Console.WriteLine(ex.ToString());
        }
    }
}

Ivan Ivanov
Telerik team
 answered on 24 Jul 2012
9 answers
640 views
Hi,

i was wondering if i can change the display style of an appointment in radscheduleview like shown in the attached screenshot? Is it
possible?
The default appointment style does only display the subject of an appointment in the week view for example. In my opinion, this is a waste of useful display space and my goal is to display additional information like the location, resources or category of an appointment.
I looked through the examples and API documentation but didn't found any hint or solution for this problem.

thanks in advance,

best regards

Matthias
Dani
Telerik team
 answered on 24 Jul 2012
1 answer
101 views
Hello, i have a RadGridView with 50 columns and 12 groups. That sentences take 6 seconds.
  grid.Columns.Clear();
  grid.ColumnGroups.Clear();
How can i clear groups and columns faster?

Pavel Pavlov
Telerik team
 answered on 24 Jul 2012
3 answers
231 views
Hello,

I was wondering how can i have the checkbox "keep aspect ratio" in crop tool.

There is one easy way to do that?

By the way i couldn't find the documentation about this control.


Gilberto
Iva Toteva
Telerik team
 answered on 24 Jul 2012
1 answer
325 views
I've tried to no avail to remove the space between my header and the body of my document.  Is there any way to do this?  See my attached image.
Thanks in advance,
Steve

Martin Ivanov
Telerik team
 answered on 24 Jul 2012
1 answer
119 views
Hi telerik,

In my app I need to drag a row from at gridview onto a treeview.

When trying to drag, the cursor never changes to dragging-cursor. I'm a bit at a loss here.

I've tried to look at the example from "GridView Reorder Rows", but merging it over in my code has not produced the dragging cursor.


Can you confirm for me that it should be possible to drag from gridview to treeview?
Is it possible to construct a super simple example where it's done?

Internally in the treeview, I've got dragging working just fine -- the problem seems to be in allowing the dragging action to be initiated from gridview.

I'm still running Q1-release.

Thanks,

Anders, Denmark
Nick
Telerik team
 answered on 24 Jul 2012
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
LayoutControl
ProgressBar
Sparkline
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
SplashScreen
Callout
Rating
Accessibility
CollectionNavigator
Localization
AutoSuggestBox
Security
VirtualKeyboard
HighlightTextBlock
TouchManager
StepProgressBar
Badge
OfficeNavigationBar
ExpressionParser
CircularProgressBar
SvgImage
PipsPager
SlideView
AI Coding Assistant
+? more
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
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?