Telerik Forums
UI for WPF Forum
8 answers
151 views
Hi,

I am using RadGridView in my application, in that i want to access the AddNewRow in code behind and want to apply cell values from there. Please help me by providing a solution.

Thanks,
Ramesh
velusamyr@hcl.com
Yoan
Telerik team
 answered on 30 Apr 2013
10 answers
526 views
Hi.  I'm loving these new controls, but I have a question.  Is there a way to make the background of the RadDiagram Zoom and Pan along with the shapes?  Right now, the content of the diagram is working just fine, however my background remains at the same zoom level.  I'm assuming that is default behavior, but I would like to have the background image zoom as well.  Is that possible?

Thanks.  Keep up the good work!
Hristo
Telerik team
 answered on 30 Apr 2013
1 answer
152 views
Hi,
I would like to bind a property to an Image present in a headertemplate and a title template
I tried by providing elementname, relative source, no luck!

Please help.
The scenario is:
 <telerik:RadPane.TitleTemplate>
  <DataTemplate>
  
 <StackPanel>
  <Image Name="Sample">
                                                                                               <Image.ToolTip>
                                                    <ToolTip></ToolTip>
                                                </Image.ToolTip>
                                            </Image>
Vladi
Telerik team
 answered on 30 Apr 2013
3 answers
129 views
Hello,
If we select a row in a gridview and then clicking outside the gridview takes the selection away from Gridview and it removes the default Telerik Radgrid view's orange foreground on the grid.
I have a telerik radgrid view and then I have another hyperlink on another WPF native grid, on clicking on hyperlink takes away the selection of the first telerik radgridview.

Any help would be appreciated!

Thanks in Advance!

-Raj
Yoan
Telerik team
 answered on 30 Apr 2013
3 answers
220 views
Is it possible to inverst the Y axis of a RadCartesianChart? Instead of the Y axis counting down like so:

10
9
8
7
6
5
4
3
2
1
0

I would like it to read descending:

0
1
2
3
4
5
6
7
8
9
10
etc.

Is this possible? I've been searing your guys forums and I see there being talk about a release that will contain this feature, but has it ever been implemented? Thanks in advance.
Petar Marchev
Telerik team
 answered on 30 Apr 2013
3 answers
101 views
Hi.

I set GridView with description below
Source collection is ObservableCollection and contains 20(!) items.
And this small collection is displaying almost the one second !
Why it so long ?
(standart wpf-grid displays the same collection in no time)

Please, could you give me some advice ?
(I have already read this http://www.telerik.com/help/silverlight/gridview-troubleshooting-performance.html)

Thank you !
<telerik:RadGridView
            x:Name="CaseListGrid"
            ItemsSource="{Binding MedicalCaseList}"
            AutoGenerateColumns="False"
            IsReadOnly="True"           
            RowHeight="40"  
            ColumnWidth="Auto"
            >
 
            <telerik:RadGridView.Columns>               
                <telerik:GridViewDataColumn Header="Patient Code" DataMemberBinding="{Binding PatientCode}"  />
                <telerik:GridViewDataColumn Header="Surgery Date" DataMemberBinding="{Binding SurgeryDate}"  />
                <telerik:GridViewDataColumn Header="Bode Model" DataMemberBinding="{Binding BoneModel}" />
                <telerik:GridViewDataColumn Header="Due Date" DataMemberBinding="{Binding DueDate}"  />               
                <telerik:GridViewDataColumn Header="Surgeon" DataMemberBinding="{Binding SurgeonName}"   />
                <telerik:GridViewDataColumn Header="CE" DataMemberBinding="{Binding CEName}"   />
                <telerik:GridViewDataColumn Header="QE" DataMemberBinding="{Binding QEName}"  />
                <telerik:GridViewDataColumn Header="Image Modality" DataMemberBinding="{Binding ImageModalityName}"  />
                <telerik:GridViewDataColumn Header="Side" DataMemberBinding="{Binding Side}"   />
                <telerik:GridViewDataColumn Header="Procedure Type" DataMemberBinding="{Binding ProcedureTypeName}" />
                <telerik:GridViewDataColumn Header="Image Upload Date" DataMemberBinding="{Binding ImagesUploadedDate}"  />
                <telerik:GridViewDataColumn Header="Urgent ?" DataMemberBinding="{Binding ZimmerUrgent}"   />
            </telerik:RadGridView.Columns>           
        </telerik:RadGridView>
Yordanka
Telerik team
 answered on 30 Apr 2013
1 answer
146 views
Hi Telerik Support,

I would like to completely minimize the Ribbon without using the Quick Access Toolbar because since I don't need other entries it just shows a small arrow and occupies a lot of screen estate (please see the attached bitmap).

Thank you and regards,
Peter
Stefan
Telerik team
 answered on 30 Apr 2013
3 answers
312 views
HI,

I have a grid inherited from RAd grid and in my editable column i have set the textblock.textwrapping to NoWrap. While editing i can enter n number of characters but i cant see them after the textbox width increases the column width.Cant the text can auto scroll in the cell so that he can see whatever he is typing.

I have the following style attached to the  column

<Style
        x:Key="EditStyle"
        TargetType="{x:Type telerik:GridViewCell}">
        <Setter
            Property="TextBlock.TextWrapping"
            Value="NoWrap" />
        <Setter
            Property="Padding"
            Value="5,3,5,2" />
        <Setter
            Property="ToolTip"
            Value="{Binding RelativeSource={RelativeSource Mode=Self}, Path=Value,Mode=TwoWay,UpdateSourceTrigger= PropertyChanged}" />
        <Setter
            Property="Height"
            Value="24" />
</Style>
Rossen Hristov
Telerik team
 answered on 30 Apr 2013
1 answer
152 views
hello anyone have trying to find way to close the tile by using right click for an option...?
Pavel Pavlov
Telerik team
 answered on 30 Apr 2013
3 answers
84 views
In some gridviews I need to be able to show variance between rows and/or columns as percentage or delta change.

Is there anything in Telerik controls that support anything like this. My one solution is just to calculate it outside and add new items to the collection that represent these aggregate values. Are there any simpler or better solutions available?
Pavel Pavlov
Telerik team
 answered on 30 Apr 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
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?