Telerik Forums
UI for WPF Forum
1 answer
164 views
<telerik:RadBusyIndicator
    telerik:StyleManager.Theme="Windows8Touch"
    IsIndeterminate="False"
    IsBusy="True"
    ProgressValue="65"/>
There is this odd dot displayed above the progress bar as can be seen in the attached screenshot. Does it have any significant meaning or is it just a bug?

Running Win8 64, Vs2012 and latest Telerik WPF.
Masha
Telerik team
 answered on 28 Oct 2013
4 answers
258 views
Hello,
the title bar says it all!

To reproduce:
1. Create a new WPF application.

2. Add references to the NoXaml versions of Telerik.Windows.Controls, Telerik.Windows.Controls.Input, Telerik.Windows.Controls.Navigation, Telerik.Windows.Controls.RibbonView, Telerik.Windows.Controls.Data and Telerik.Windows.Themes.Windows8.

3. Replace MainWindow.xaml with:
<tk:RadRibbonWindow
  x:Class="Test_RadRibbonWindow.MainWindow"
  Title="MainWindow" Height="350" Width="525">
  <Grid>
    <tk:RadRibbonView />
  </Grid>
</tk:RadRibbonWindow>

4. Replace MainWindow.xaml.cs with:
using System;
using Telerik.Windows.Controls;
 
namespace Test_RadRibbonWindow
{
  public partial class MainWindow : RadRibbonWindow
  {
    public MainWindow()
    {
      InitializeComponent();
    }
  }
}

5. Run the application. When full screen a black line appears under the header.

Tested with Windows 8 pro, 64-bits.

Patrick
Patrick
Top achievements
Rank 2
Iron
Iron
Iron
 answered on 28 Oct 2013
2 answers
207 views
 i'm using raddocking. when i undock a radpane it gets removed from radpanegroup and fits into the toolwindow. now the docking option(compass) is also shown in toolwindow which i dont want.. so i want to know whether hiding compass in toolwindow is possible.
i used candockindocumenthost = false. it prevents docking into document host ie, radpanegroup.. but i want to hide docking in toolwindow.
looking forward for your reply. reply as soon as possible
Selva Saravana
Top achievements
Rank 1
 answered on 26 Oct 2013
0 answers
134 views
We are using the Q2 2013 controls, the documentation states that the RadTimeline is in Telerik.Windows.Controls, however when trying to add one to a view intellisense can't find it and says RadTimeline does not exist in

http://schemas.telerik.com/2008/xaml/presentation.

Has the functionality moved to a new DLL?

EDIT: Found example where it is now in Telerik.Windows.Controls.DataVisualization.dll.

Steve

Steven
Top achievements
Rank 1
 asked on 25 Oct 2013
4 answers
401 views
Hello, I am making an application for work that involves using an OData service.

I am using the RadDataServiceDataSource control in conjunction with the RadDataFilter to manage data from the OData service such that the user can get the information they need without actually having to know how to compose an OData query string (the data is presented in a RadGridView).

The problem I am running into occurs when there are few to no filters in the query string (which are provided via the RadDataFilter on the UI). I appear to be getting a timeout exception, the following is a relevant line from the response message from the service: 

"Timeout expired.  The timeout period elapsed prior to completion of the operation or the server is not responding."

I have confirmed that the server is indeed responding and I have tried increasing the timeout on both the service directly and also on the RadDataServiceDataSource object in the XAML. Unfortunately this seems to have no effect at all. Whether an exception gets thrown or the operation is successful the service spins for the same amount of time. 

After a few hours on Google I found some folk who suggested that the following line that is added to the OData query string by default could be the culprit:

inlinecount=allpages

I cannot confirm whether or not this is true, but from what I understand this line adds an extra call to the database that grabs the count of how many rows will be returned when the query string is executed. The problem (in theory) is that even though I have set the PageSize property of the RadDataFilter to only be 1000 (to avoid things like timeout problems and overly large result sets) this first call to grab the count ignores that limiter. If this is indeed true then all I would need to do is change allPages to none in said line at the end of the OData query string. 

I have looked at all of the properties of the service context, RadDataServiceDataSource, and RadDataFilterThe but nothing is sticking out as a way to accomplish this. I have also tried hooking into the loading event of the RadDataServiceDataSource and editing the query string before it is sent but I cannot find a way to change the request URI (as it is read only at this point).

Any advice on how to remedy this situation?

Note: Code/XAML/Full Exception Details were omitted for neatness sake. If you would like to see them I can add those.

Thank you in advance for any help on this matter

Marc
Top achievements
Rank 1
 answered on 25 Oct 2013
1 answer
115 views
Hi,

when we hed the service plan with Telerik, the last download I did was for version 2012.3.1129 and it was for .net 4.0/4.5...
All of our project are in .Net 3.5 so I'm stuck with my version 2012.2.0912 and I would like to know if it's possible to have my latest download for .Net 3.5???

Thank's
Alain
Yana
Telerik team
 answered on 25 Oct 2013
2 answers
125 views
Hello,

My campony is consider to purchase RadControls for WPF
I downloaded the trial version in order to check if we can implement RichTextBox control in our projects.

Quesion: There is a option to insert sql view field to RadRichTextBox document?

Thanks,

Olga Kats

 


 

 

Petya
Telerik team
 answered on 25 Oct 2013
1 answer
324 views
Hello Telerik,

I have RadGridView with ItemTemplate and CellEditTemplate using microsoft ComboBox with IsEditable=true and IsTextSearchEnabled=true. I have raised the "ComboBox_PreviewKeyDown_1" and "ComboBox_PreviewTextInput_1" events , these are working fine but in a case when i press the backspace key the events are not fireing.

Please fix it and provide me the solution.

Regards,

Ramesh
HCL Technologies.
velusamyr@hcl.com
Vera
Telerik team
 answered on 25 Oct 2013
8 answers
217 views
Hi
I have a radgrid with virtual collection which loads 500 (virtual count) at a time. When I initially load the grid it has 500 rows loaded and the totalcount is 20000. I am selecting first row and dragging the scrollbar to the bottom and using shift+click on the last row. At this time I want all the 20000 rows to be selected but its not happening. I see only around 520 rows(the first 500 and last 20) are selected. How can I achieve selecting all the rows in between the first selected row and the shift+click row. Any help is much appreciated.
Maya
Telerik team
 answered on 25 Oct 2013
4 answers
383 views
I just installed the Q3 components and updated my current project to use them. I noticed that some of the control styles were tweaked a little bit. For example, one minor problem was fixed where the colors were slightly different between a RadRibbonRadioButton and RadRibbonToggleButton. That's a good thing.

Unfortunately, I also noticed that my RadListBox inside my RadPanelBar is getting a hover border now. I want to get rid of the orange border that appears when I hover over the RadListBox. What do I need to change?

These controls are being dynamically generated in code. This is part of a factory class that handles building prism region content. Please provide a response with code instead of XAML.

Anthony
Top achievements
Rank 1
 answered on 24 Oct 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
InlineAIAssistant
+? 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?