Telerik Forums
UI for WPF Forum
1 answer
122 views

Hi,

I'm using a RadScatterSparkline object inside a RadTimeBar. It works perfectly but I would like to make the points bigger because some times they are difficult to see (I'm using the RadScatterSparkline in combination with a RadLinearSparline).

Since I'm adding the RadScatterSparkline dynamically I would like to change the size of the points programmatically.

I've tried setting the Height and Width properties but it did not work.

Do you know if this is possible at all? If so, any idea on how to do it?

 

Many thanks!

 

Regards.

Peshito
Telerik team
 answered on 03 May 2016
1 answer
100 views

Hello

I want use RadTileList control, but i wish display this similar to windows metro, create animate to display metro.

I am grateful for help..

Stefan
Telerik team
 answered on 03 May 2016
1 answer
104 views
Hi, I used some excel export code previous posted on a thread. It works great, but I'm wondering if we can intercept midway. I'm looking to add a value on the top row then followed by the chart.

public static void Export(RadGridView grid)
{
    const string extension = "xls";
 
    var dialog = new SaveFileDialog
    {
        DefaultExt = extension,
        Filter = String.Format("{1} files (*.{0})|*.{0}|All files (*.*)|*.*", extension, "Excel"),
        FilterIndex = 1
    };
 
    if (dialog.ShowDialog() != true)
    {
        return;
    }
 
    using (var stream = dialog.OpenFile())
    {
        var exportOptions = new GridViewExportOptions
        {
            Format = ExportFormat.ExcelML,
            ShowColumnHeaders = true,
            ShowColumnFooters = true,
            ShowGroupFooters = false,
        };
        exportOptions.Items = (IEnumerable)grid.ItemsSource;
        grid.Export(stream, exportOptions);
    }
}
Dilyan Traykov
Telerik team
 answered on 03 May 2016
4 answers
99 views

I've been trying to change the selected row colour from the default grey to blue.  I've been able to change the un-selected row colour, but when I do that the selected row turns to a kinda orange, and I can't change it from there.

 

Would anyone be able to help work out how to change this?

Phoenix
Top achievements
Rank 1
 answered on 03 May 2016
3 answers
241 views
We're using RadAutoCompleteBox together with a FilteringBehavior, to filter a very large dataset.

We don't necessarily want to fire the filtering after every key press, because there is no point in that if the user is still typing.

Is there any way to add a small delay, so that the filtering mechanism is only fired if the search text hasn't changed for 500 milliseconds?
Nasko
Telerik team
 answered on 03 May 2016
1 answer
449 views

Hello,

 

I have a RadTabControl which will dynamically add tabitems.

How to show/hide icon on tab header based on user selection in the tab content.

for example:

User filled two textbox, then the check icon will set to show.

if user clear one textbox,  then the check icon will set to hide.

Can you help me with this issue?

 

Thanks,

-Jacky

Milena
Telerik team
 answered on 03 May 2016
1 answer
150 views

Hello;

 

I am using Telerik ScheduleView in my projet.

We developped a planning in order to assign responsible any time.

We would like to update the orange color of the selected item (see screenshot1) and set something like in demo (transparent grey ==> Screenshot2).

How can we perform that ?

 

Thanks for your feedback

 

Masha
Telerik team
 answered on 03 May 2016
5 answers
273 views

Hello,

I'm trying to use DataAnnotations to validate fields on my PropertyGrid (which is using AutoGeneratePropertyDefinitions). I used the instructions here as reference: 

http://docs.telerik.com/devtools/wpf/controls/radpropertygrid/features/validation#validating-through-dataannotations 

...and was able to get pretty far. However, when a property fails validation, I get an Unhandled Exception Error when the ValidationException is thrown. Is there a simple example project someone could provide that is able to use the PropertyGrid w/AutoGeneratePropertyDefinitions, ValidationExceptions & DataAnnotations correctly?

 

Thank you!

Tyler

Dilyan Traykov
Telerik team
 answered on 03 May 2016
1 answer
243 views

Hi to all,

I'm not understand why if although I setted CurrentCultureInfo "it", I see completely translated my grid (ok), but a column that should show a currency with italian format, it shows currency in english format yet.

My codes in app.cs and column of gridview

private void Application_Startup(object sender, StartupEventArgs e)
{
  Thread.CurrentThread.CurrentCulture = new CultureInfo("it");
  Thread.CurrentThread.CurrentUICulture = new CultureInfo("it");

<telerik:GridViewDataColumn Header="Cambio" DataMemberBinding="{Binding Cambio, StringFormat=\{0:F4\}}" />

Dario Concilio
Top achievements
Rank 2
 answered on 02 May 2016
1 answer
151 views

Hi,

I have a RadGridView, what I need is to style the cell so that when data type is some series, it can be represented with Bar/line/Area or Pie chart.

For example, if the data type is basic types, int/string/bool etc, it just shows as is. And if the data type is series, then by default, uses Pie chart. On top of that, user can change the representation from Pie to Bar/line/Area with a drop down selection.

I hope my question is clear and this is the correct place you could help me with it.

 

Many thanks.

Mingxue

Maya
Telerik team
 answered on 02 May 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
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
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
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?