Telerik Forums
UI for WPF Forum
2 answers
130 views
Is there a basic PaletteManager solution available that demonstrates the changing styles process like in the Executive Dashboard project?

I've spent days trying to recreated it from the downloaded sample solution. But honestly there is too much going in the files to figure it out.

Any help would be appreciated.
Marc
Top achievements
Rank 1
 answered on 26 Feb 2013
1 answer
78 views
Hi everyone,

I would like to ask you what is the simplest way to have column filters only for number and datetime values where I would set only FROM and TO value to filter rows?

I hope you understand what I mean.

Thank you for your replies.
Dimitrina
Telerik team
 answered on 26 Feb 2013
2 answers
182 views
Hi, I was wondering if it was possible to style the Pie Chart as shown in the attached image file. I didn't know where to start from, and was hoping if someone from the forums could give an example on where I can start the styling from? 
Petar Kirov
Telerik team
 answered on 26 Feb 2013
1 answer
185 views
I've noticed that the thumb size of the RadSlider control when using the Windows8Theme have shrunk in size since some updates ago.
Looking through the Windows 8 Theme, it seems that the thumb is only 7 pixels high, and 6 pixels wide.
Is this a bug in the theme, or is it by design? Because a 6x7 thumb is not very user friendly.

If this is by design, how can I change the size of all RadSlider thumbs in my application?
Stefan
Telerik team
 answered on 26 Feb 2013
2 answers
148 views
Hello,

Does you plan to implement the Summer Theme for the RadGanttView ?

Thank you
Benjamin
Top achievements
Rank 1
 answered on 26 Feb 2013
1 answer
246 views
Hi there,

I really enjoy your OLAP support for Pivot Grid. Only one thing worries me is that my ROWS are expanded automatically. I found that it is very inconviniet if you are working with large number of rows.  How can I disable automatic expanding? Also, please find a picture in attachment. Thanks!

AdomdConnectionSettings connectionSettings = new AdomdConnectionSettings();
connectionSettings.Cube = "Operation";
connectionSettings.Database = "Contoso_Retail";
connectionSettings.ConnectionString = @"Provider=MSOLAP;Data Source=server;Initial Catalog=Contoso_Retail;";
 
AdomdGroupDescription rowGroupDescription1 = new AdomdGroupDescription();
rowGroupDescription1.MemberName = "[Date].[Calendar YQMD]";
 
AdomdGroupDescription columnGropuDescription1 = new AdomdGroupDescription();
columnGropuDescription1.MemberName = "[Geography].[Geography Hierarchy]";
AdomdAggregateDescription aggregateDescription1 = new AdomdAggregateDescription();
aggregateDescription1.MemberName = "[Measures].[Sales Amount]";
 
 
AdomdDataProvider adomdDataProvider = new AdomdDataProvider();
adomdDataProvider.ConnectionSettings = connectionSettings;
 
adomdDataProvider.BeginInit();
adomdDataProvider.RowGroupDescriptions.Add(rowGroupDescription1);
adomdDataProvider.ColumnGroupDescriptions.Add(columnGropuDescription1);
adomdDataProvider.AggregateDescriptions.Add(aggregateDescription1);
adomdDataProvider.EndInit();
 
this.radPivotGrid.DataProvider = adomdDataProvider;
this.radPivotFieldList.DataProvider = adomdDataProvider;

<Grid>
    <Grid.ColumnDefinitions>
        <ColumnDefinition Width="2*"/>
        <ColumnDefinition Width="*"/>
    </Grid.ColumnDefinitions>
    <pivot:RadPivotGrid x:Name="radPivotGrid"/>
    <pivot:RadPivotFieldList x:Name="radPivotFieldList" Grid.Column="1"/>
</Grid>


Rosen Vladimirov
Telerik team
 answered on 26 Feb 2013
0 answers
149 views
Hi,

Is there a way we can use the RadImageEditor to select one or more rectangles/regions on a picture and annotate that selection(s). Can this selection/annotation be preserved/saved and when the picture is opened next time be able to highlight the selected/annotated region(s)?

Regards,
Harman
Harmandeep
Top achievements
Rank 1
 asked on 26 Feb 2013
2 answers
145 views
Hi,
I have a requirement to allow the user to drop an object onto the grid even if the grid has no rows. However my callback methods for the AddDragOverHandler and AddDropHandler aren't called if I'm not over a row. How can I get called back in this case?
Thank you
Valerie
Top achievements
Rank 1
 answered on 26 Feb 2013
1 answer
175 views
I'm using the RadGridView and have its DataContext bound to a DataTable. By doing so, I'm losing the GridViewSelectColumn which is my first column in the grid. How can I bound my data table to a RadGridView and yet have a GrdiViewSelectColumn as my first column in the grid?

Thanks.
Rajani
Top achievements
Rank 1
 answered on 25 Feb 2013
10 answers
859 views
Hi all, 
I want to do the following behavior in my program.
I have a GridView and below form, which is still visible. I need to change the background when the form gets focus. Standard background is gray, and if form get the focus to look the same(background) as the selected row in the DataGrid. It is not difficult, but if I change the main theme from SummerTheme to Office_SilverTheme, I have a complicated background to change.

My query is as follows.
Can I use this
 
<Setter Property="Background" Value="StaticResource GridViewRowSelectedBackground}" />
And call value in TelericTheme.  

If I change the StyleManager.ApplicationTheme in the future, I will get right background.


Thank you for the tip.

My definition style in Themes/Generic.xaml
<LinearGradientBrush x:Key="GridViewRowSelectedBackground" EndPoint="0.5,1" StartPoint="0.5,0">
        <GradientStop Color="#FFFFCA5D" Offset="1"/>
        <GradientStop Color="#FFFFDC9C" Offset="0"/>
</LinearGradientBrush>
   
<Style  x:Key="Form_Style" TargetType="Border" >
    <Setter Property="BorderBrush" Value="White" />
    <Setter Property="BorderThickness" Value="2" />
    <Setter Property="Padding" Value="1" />
    <Setter Property="Margin" Value="1" />
    <Setter Property="CornerRadius" Value="5"/>
    <Setter Property="Background" Value="{StaticResource Form_Background}"    />
    <Style.Triggers>
      <Trigger Property="IsKeyboardFocusWithin" Value="True" >
        <Setter Property="Background" Value="{StaticResource GridViewRowSelectedBackground}"  />
      </Trigger>
    </Style.Triggers>
</Style>

Zdero Pero
Top achievements
Rank 1
 answered on 25 Feb 2013
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
DataPager
PersistenceFramework
Styling
TimeBar
OutlookBar
TransitionControl
FileDialogs
Book
ToolBar
ColorPicker
TimePicker
MultiColumnComboBox
SyntaxEditor
VirtualGrid
NavigationView (Hamburger Menu)
Wizard
ExpressionEditor
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
Callout
PasswordBox
SplashScreen
Localization
Rating
Accessibility
CollectionNavigator
AutoSuggestBox
Security
VirtualKeyboard
HighlightTextBlock
TouchManager
StepProgressBar
Badge
OfficeNavigationBar
ExpressionParser
CircularProgressBar
SvgImage
PipsPager
SlideView
AI Coding Assistant
+? more
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?