Telerik Forums
UI for WPF Forum
1 answer
89 views
hi,
           thanks for reading my thread.
i want to create layout design using rad gridview.
 create two columns and rows.in all first column
i should create labels.second column some boxes.
its may be combo,text any thing.

is it possible?
    if possible mean then how to design?
    if not possible mean then which control i used to design?

thanks once.

Maya
Telerik team
 answered on 03 Dec 2010
2 answers
127 views
Hi

I've been having performance issues with the RadDocking system (VERYslow drawing on my work desktop, but good performance on my 5 year old cheap XP Laptop - odd). I bought a new graphics card to see what difference that makes. So I'm now running Windows7 with a GeForce 450. Performance is improved, but it's still not as good performance as my very old/slow laptop! (very puzzling).

However, a bigger problem has arisen - floating panes are now no longer visible on my second monitor (I'm using a dual screen set up). I used to be able to undock panes and drag them onto the second screen - now they are no longer rendered there. The main window renders fine.

From reading the forum it seems that the docking implementation needs to change urgently, so that it is not using this large transparent window. It seems this is causing all kinds of problems, and at the moment the RadDocking system for us is not usable.

A related issue is that when I am running a LogMeIn session on my machine, floating windows do not render. Also, the WPF Frame control does not render inside a floating pane. 

Thanks
Tom Davies
Peavey Digital Research.
Tom
Top achievements
Rank 1
 answered on 03 Dec 2010
1 answer
165 views
Hi,
   I am new to Radgridview and I am using MVVM pattern. I updated the Group Title for the grid in the following manner.
<telerik:RadGridView.GroupDescriptors>
                                       <telerik:GroupDescriptor Member="GroupTitle" DisplayContent="GroupTitle" >
                                           <telerik:GroupDescriptor.AggregateFunctions>
                                               <telerik:CountFunction ResultFormatString="{} {0} matches found"/>
                                           </telerik:GroupDescriptor.AggregateFunctions>
                                       </telerik:GroupDescriptor>
                                   </telerik:RadGridView.GroupDescriptors>

There will be a set of search results in a list and i added the group title in my viewmodel. when i debugged the code, I am getting proper group title name in my list. But sometimes the group header is not visible and sometimes it is visible. I want my grouptitle value to be visible whenever it is present in the list. Any workaround for this or any alternate way to achieve this?

Thanks,
Saranya,
Maya
Telerik team
 answered on 03 Dec 2010
3 answers
166 views
I just downloaded the WPF Q3 trial, to determine whether RadMap might finally be hostable inside WinForms.

Good news..  RadMap Q3 finally has the capability.

Bad news..  Simply running in WPF, the demo app that ships with the solution .. Q3 is *much* slower than either Q1 or Q2 of the 2010 release.

This is a *huge* difference.  It's gone from real-time response, to a lag of 5 seconds to zoom in/out.

I've tested this on 3 different machines (all Intel i5's with 4 to 8GB RAM and NVIDIA graphics cards (1x 9800, 1x 210, 1x 240 .. all of these are 2009 or later models).

In every single test, the new Q3 version is 400% or more slower than Q2.  In addition, I noticed that the CPU of the machines will not reach more than 15% (approx) while in Q1, Q2 I would regularly see the CPU hit 40% when moving rapidly around the map.

Will this be fixed in Q4, or will there be a hotfix to address the problem?
Andrey
Telerik team
 answered on 03 Dec 2010
2 answers
176 views
hi,
         thanks for seeing my question.
I have a problem in gridview. we are using rad controls for our application.

in wpf radgridview i want to create 2 colums and 3 rows .
in first row,first column labelbox(that header is Name).
    first row ,second column Textbox(that value i will give run time ).

in second row ,first column labelbox(That header is standard)
    second row,second column combobox(that value i will select runtime.).

in third row,first column labelbox(that header is save).
    third row,second column Button.

finaly i enter two data then click button the value will stored database.

here i dont know how to create rows and colums in rad control so anybody help me pls.

thanks
sivakanth yadav
sivakanth
Top achievements
Rank 1
 answered on 03 Dec 2010
1 answer
285 views
I am very new to the Telerik controls in general. We have managed to write code using RadScheduler. But we like the new features in ScheduleView. But I am completely stuck on how the AppointmentSource works? I saw the example but couldn't understand how it works. Is there a more detail ( behind the code) example?
George
Telerik team
 answered on 03 Dec 2010
2 answers
148 views
Hi,

I want to use a custom color palette for my pie charts. But it never seemed to work until I finally figured out that one tiny setting on my RadChart was causing the trouble:

 

<telerik:RadChart UseDefaultLayout="False"
                  telerik:StyleManager.Theme="Windows7"
                  x:Name="radChart"
                  Grid.Row="1">
    <DockPanel>
        <telerik:ChartArea DockPanel.Dock="Left"
                            Width="150" Height="150"
                            LegendName="chartLegend"
                            x:Name="chartArea"/>
        <telerik:ChartLegend x:Name="chartLegend"/>
    </DockPanel>
</telerik:RadChart>

 

 


When I remove the theme from the XAML, everything works fine.

Did I miss something conc. themes and RadChart?

Thanks,
Thorsten

PS
I can post a working example, if required. Unfortunatly I can't upload it here.

 

Thorsten
Top achievements
Rank 1
 answered on 03 Dec 2010
4 answers
131 views
Hi,
I have a WPF application. In a xaml, I have a RadGridView inside of a RadTileViewItem, and when I am trying to Bind some data to the RadGridView, it brings me rows with no datas.

Can you please help me.
Thanks.
EMRE ANDIC
Top achievements
Rank 1
 answered on 03 Dec 2010
1 answer
111 views
Hi,

I have couple of things about the RadGridView in particular. I have created a Radgidview in following way:-

<UserControl x:Class="MySampleClass"
             xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation"
              mc:Ignorable="d"
              d:DesignHeight="300" d:DesignWidth="300">
    <Grid>
        <Grid.ColumnDefinitions>
            <ColumnDefinition Width="Auto" />
        </Grid.ColumnDefinitions>
        <Grid.RowDefinitions>
            <RowDefinition Height="Auto" />
        </Grid.RowDefinitions>
        <telerik:RadGridView Grid.Column="0" Grid.Row="0"
                             x:Name="MainGridView"
                             ItemsSource="{Binding Path=MetricsData}"
                             AutoGenerateColumns="False" CanUserDeleteRows="False" CanUserInsertRows="False" ShowGroupPanel="False" RowIndicatorVisibility="Visible" SelectionMode="Extended" SelectionUnit="Cell"
                             IsFilteringAllowed="False"
                             SelectedCellsChanged="MainGridView_SelectedCellsChanged">
            <telerik:RadGridView.Columns>
                <telerik:GridViewDataColumn Header="ColA" Name="Mkt" DataMemberBinding="{Binding Path=Market, Mode=OneWay}" IsResizable="False" IsSortable="False" IsReadOnly="True" />
                <telerik:GridViewDataColumn Header="ColB" Name="SiD" DataMemberBinding="{Binding Path=Sub1, Mode=OneWay}" IsResizable="False" IsSortable="False" IsReadOnly="True" />
            </telerik:RadGridView.Columns>
        </telerik:RadGridView>
    </Grid>
</UserControl>

This user control resides inside a ScrollViewer(which is inside a GroupBox) in the topmost Page.

The first thing is when I access column name using GridViewCellInfo.Column.UniqueName in code-behind, it returns the string from Binding Path, I was expecting the value from the header name. Is there any way to get the header value or name element.

Other thing, when the radgridview contains many elements and scrolled down, I want the header row to be fixed and only its contained elements to be scrolled. How can I achieve this.

When a mouse rollover occurs over some particular elements of RadgidView, I want to change the visibility of them as hyperlinks(some underline bar appears and color changes to blue) to show that these elements are clickable (I am handling Selected event). Is there any property over some column that I set.

Thanks,
Mark
Maya
Telerik team
 answered on 02 Dec 2010
2 answers
100 views
Hi

When I resize panes using the RadSplitContainer, is it possible for the window contents to redraw as I move the bar around? At the moment, the display remains static, and only the bar moves. It seems to me in this day and age that the window contents should be rendered live as the bars are dragged around.

Thanks
Tom Davies
Peavey Digital Research
Tom
Top achievements
Rank 1
 answered on 02 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?