Telerik Forums
UI for WPF Forum
1 answer
73 views
Hi!

I have a RadGridView bound to an ObservableCollection<MyObjectType>.

In one of my method I receive a "MyObjectType" object, and I've to select it in the RadGridView.

It was working without any problem, but it seems that the SetIsSelected mehtod is now protected and I can't access it anymore.

How do I do now? I receive a MyObjectType and not a RadGridViewItem.

Why this regression?

I'm very disappointed on this change.
Yavor Georgiev
Telerik team
 answered on 01 Dec 2010
1 answer
138 views
I want my textbox or text area to support HTML types. Is it possible for any controls in WPF or telerik ( like text area or text block ) to support HTML type so that I can put  hyperlinks inside it.
Yavor Georgiev
Telerik team
 answered on 01 Dec 2010
1 answer
70 views
 I require to have n X n grids (major grid-lines on both the axes) on my chartarea for whatever the range the chart is currently having. Please let me know how to do that.  I want something like saying AutoRange = true and be able to set the step ...
Yavor
Telerik team
 answered on 01 Dec 2010
0 answers
109 views
hi,
          i want to create two columns and three rows in wpf datagridview.

first column should be label(namings  are name,standard,save).

second column in first row textbox,
"                 "      in second row combobox.
"                  "     in third row Button.

all are in table format.

how to create it.



any one help me pls pls urgent.
sivakanth
Top achievements
Rank 1
 asked on 01 Dec 2010
5 answers
259 views
Hi,

I'm pretty new in WPF and Telerik RadScheduleView.

When I try to get RadScheduleView XAML for customization in Expressiion Blend via  Edit Template -> Edit Copy command I get a error

"Child with name 'HeaderColumn' not found in VisualTree"

It seems the issue is here

<ControlTemplate.Triggers>
            <Trigger Property="EffectiveOrientation" Value="Vertical">
                <Setter Property="ColumnDefinition.Width" TargetName="HeaderColumn" Value="Auto"/>
          ...

The same error appears at run-time when I try to set template to a control.

Thanks,
Anatoly
Pana
Telerik team
 answered on 01 Dec 2010
1 answer
134 views
Hello,

In the DayViewDefinition I'd like to add a layer that contains a single line starting from the ruler that follows the current time.
How would I add such a layer?

Thanks
Pana
Telerik team
 answered on 01 Dec 2010
1 answer
51 views
Hi,

I have created one RadGridView and I am looking for the functionality for floating help control. Whenever a user rolls over the mouse in the column header of a Radgridview this floating help control will popup with some pre-defined description about that header. As soon as mouse pointer is no more in the header, this floating control will disappear. Any other suggestions to implement this are most welcome. I am using WPF for my application.

Thanks,
Mark
Vlad
Telerik team
 answered on 01 Dec 2010
1 answer
59 views
I'm so trying to understand why there is 2 setup types of WPF 35 and 40?
I installed 35 and now while i try to install 40 it says its installed.

Can you mention the differences and what to install?
Milan
Telerik team
 answered on 01 Dec 2010
3 answers
39 views
Hi,

We are looking at your calculated columns to allow users to define a custom calculation on a grid. ie " x column * Y column + 45 " where a user cna change any part of the calculation.

Is there an editor supplied to allow a user to change the calculation implemented? Your WPF grid control is much better than the competitions but we really need the "unbound expression editor" functionality you see elsewhere.

Can you help point us at a solution you provide for this at all?
Vlad
Telerik team
 answered on 01 Dec 2010
0 answers
114 views
I have  a wpf RichTextBox . I want to insert a hyperlink in the richtextbox.I want that hyperlink to trigger only on a click. ( NOT ON CLICK WITH CONTROL KEY HOLDING )
I also tried with mouseleftbuttondown event, But it didnot work. I got  error message like - mouseleftbuttondown event handler cannot take Uri.

<RichTextBox Margin="22,38,108,124" Name="richTextBox1" IsDocumentEnabled="True" >
            <FlowDocument>
                <Paragraph>
                    <Bold>Hi</Bold> Welcome to Semanticspace
                    <Hyperlink NavigateUri="http://www.semanticspace.com" RequestNavigate="Hyperlink_RequestNavigate" >Semanticspace
                    </Hyperlink>
                </Paragraph>
            </FlowDocument>
        </RichTextBox>

private void Hyperlink_RequestNavigate(object sender, RequestNavigateEventArgs e)
        {
            System.Diagnostics.Process.Start("IExplore.exe", e.Uri.ToString());
        }

        {
            System.Diagnostics.Process.Start("IExplore.exe", e.Uri.ToString());
        }
private void Hyperlink_RequestNavigate(object sender, 
Asish
Top achievements
Rank 1
 asked on 01 Dec 2010
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
VirtualKeyboard
HighlightTextBlock
Security
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?