Telerik Forums
UI for WPF Forum
1 answer
98 views
When I'm dragging an item, I update the drag cue text, which is correct, but just above it, and to the left of the mouse pointer, is a small, yellow/orange rectangle/box.

What is this and how do I make it go away?  Thanks.
Dimitrina
Telerik team
 answered on 02 Nov 2011
0 answers
228 views
Hi,
I want to force the radscheduleview to refresh. Because when I call the ScrollIntoView(slot,true), it is not reflected in the scheduleview. But when I change the date from the navigation panel the UI is refreshed and scrolls to the specified slot. So I just want to force the Scheduleview to update its UI elements. Please help..

With Regards,
Jeyakumar
jeya
Top achievements
Rank 1
 asked on 02 Nov 2011
3 answers
135 views
Hello,

In my LineSeriesDefinition there are two SeriesMapping(High,Low).
I plot DateTime on AxisX.
But, in my data there are up-to 4 records for different time(Hours) per date.
So, i have to plot 4 points(based on time) in one step of Date.

i have set property of telerik:ChartArea.AxisX in DefaultView as:

But it will shows:
in minimize mode:
 
1.I don't want group of 1Week.
and it is solved in maximize mode.

In Maximize mode:

2. Series is started from half of the first Step area of the axis-X. In above snap for the Date 1st Oct it start from the Half.
I want to start from immediate of Axis-Y. also date must Between MinorTick Line.
Is it possible to solve it?

Thanks in advance.
Regards
Dhaval Patel
Evgenia
Telerik team
 answered on 02 Nov 2011
1 answer
265 views
Hello!
I am trying to load a .rtf document in the RadRichTextBox using bindings in XAML.
Here is my XAML:
<UserControl.DataContext>
    <DutyRegulations:DutyRegulationsViewModel/>
</UserControl.DataContext>
  
<UserControl.Resources>
    <DataTemplate x:Key="TabContentTemplate">
        <Grid>
            <Grid.ColumnDefinitions>
                <ColumnDefinition Width="*"/>
            </Grid.ColumnDefinitions>
            <telerik:RadRichTextBox x:Name="radRichTextBox" IsReadOnly="True" Grid.Column="0" Width="500" Height="500"/>
            <Rtf:RtfDataProvider Rtf="{Binding FileSource}"  RichTextBox="{Binding ElementName=radRichTextBox}"/>
        </Grid>
    </DataTemplate>
</UserControl.Resources>
     
<Grid>
    <telerik:RadTabControl HorizontalAlignment="Stretch" Name="radTabControl" VerticalAlignment="Stretch" ItemsSource="{Binding Path=StaffDutyRegulations}" DisplayMemberPath="Staff.Name" ContentTemplate="{StaticResource TabContentTemplate}"/>
</Grid>
What type should be the object that is bound to the "Rtf" property of RtfDataProvider? Can I pass an array of bytes? Can I do it without any code-behind? I can see in the output that my code always throws an exception : "A first chance exception of type 'System.NullReferenceException' occurred in Telerik.Windows.Documents.dll". Thank you in advance. 

Sincerely yours,
Mike.
MuxMux
Top achievements
Rank 1
 answered on 02 Nov 2011
0 answers
104 views
Hi,

I have implemented RadGridView with row details. The RowDetailsVisibilityMode="VisibleWhenSelected" , when I expand a row, the details is shown, but it collapses after 10 seconds.

Is there a setting to control this behavior?
Xaria D
Top achievements
Rank 1
 asked on 02 Nov 2011
4 answers
69 views
Hi there,

I'm trying to style a GridViewGroupRow. I don't have Expression, so are doing it manually. I have copied another control template that was posted on these forums a while back and have modified it to our needs. The only thing I can't seem to change are some vertical lines that I presume are being added by a GridViewVirtualizingPanel

Frustratingly I am also trying to attach a jpeg showing what I am trying to change, but the Attach FIle 'Select' button below does not work! (Grrr ...)

Can you provide me with an email address to send the file too.

Regards,
Martin Kay

Filip
Telerik team
 answered on 02 Nov 2011
0 answers
78 views

Hi all

We had an application which was working on 3.5 .net framework but now we have upgraded it to framework 4 and telerik version is the same (telerik version: 2011.1.315.35)  suddenly a strange issue is happening

We have a XAML file with Hirarchical grid structure (Master grid and a child grid for that).

There are two buttons in two seperate columns of the child grid both have click event and visiblity of the button is set through converter

ISSUE: the child grid is not getting displayed when i click on the expand button ie(+) of the master grid . and if i remove the click event for the buttons its working and also if keep the click event and remove the visiblity which is set through converter it works fine.

it will not work when both are used

Please Help
thanks in advance
Jagadeesh

Jagadeesh
Top achievements
Rank 1
 asked on 02 Nov 2011
2 answers
219 views
hi,
i but 5 RadGridview in RadTabControl when we have many TabItem ,the problem is for each selected TabItem  the event load is launch.
for me all  RadGridView is loaded in the first time when i load the view. 

my question:there is a possibilty to stop load when i select TabItem  ?
i find just a possibilty to keep the already selected TabItem ,is not a solution for my problem because i want to block all event load.
 
thanks
Fatima
Top achievements
Rank 1
 answered on 01 Nov 2011
2 answers
169 views
I have a RadGridView.  Binding to my data source takes about 30 seconds for 1000 items.  This is far too slow for me.  So I turned on virtualization.  This sped things up, but now I can't scroll without a 5 second delay per screen of items.  Now this is too slow for me.  So here's what I want:

Grid gets its items source and acts as if virtualization is on.  Stuff shows up instantly.
Once grid is displaying items, it starts a separate thread to load the containers for everything else.
After 30 seconds, the grid is done and fluid to navigate in.  BUT it still responded and showed some items instantly.

Possible?
Paul
Top achievements
Rank 1
 answered on 01 Nov 2011
8 answers
62 views
After implementing Q2 SP1, any checkboxes or buttons that were in a popup container will no longer check/uncheck or trigger the Command of a button.
It can be as simple as:
<Popup>
    <Checkbox Content="Test" />
</Popup>
And the checkbox wont physically check anymore.

I change back to the non Service Pack version, and it works fine.

Any ideas?

Nick Anderson
Top achievements
Rank 1
 answered on 01 Nov 2011
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
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
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
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
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
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?