Telerik Forums
UI for WPF Forum
1 answer
109 views
Edit:  My apologies, it appears this is a known issue and is being worked on.
http://www.telerik.com/support/pits.aspx#/public/wpf/5166

Hello,

I'm having a bizarre issue with the RadTabControl related to the design interface in Visual Studio 2010.  Every time I try to edit or view the events of the RadTabControl, it crashes the design interface forcing me to reload.  I am getting an exception of MS.Internal.Validate+ValidationFailure each time it fails.  Whenever I can actually click on the "Events" tab in the properties window, it continues to show the properties.  This seems to be related to the Q1 2011 release as I was not having this issue before. Reinstalling the Q1 release did not fix the issue.

The application compiles and debugs without any problems even with the event still defined, so the problem seems purely on the VS side.  Any idea what could be causing this?

Thanks,

Kyle
Petar Mladenov
Telerik team
 answered on 08 Apr 2011
1 answer
141 views

I have a menu with vertical orientation, when I use mouse to navigate in the menu I have no problem. But if I open a menu that has a submenu (Accounting in this example) with a short cut key (Alt+A) I have difficulties when using Down Arrow key to navigate to the next menu item inside the submenu popup.
This is not an accepted behaviour. I have noticed that if I leave my mouse pointer in the place that the submenu popup opens and open the menu with a shortcut key there won't be any problem using Down Arrow key to move down inside the popup.

<Grid>
    <telerik:RadMenu HorizontalAlignment="Left" x:Name="ModulesMenu" Orientation="Vertical" Margin="12,12,0,50" IconColumnWidth="0" Width="95">
      <telerik:RadMenuItem Header="_Overdue" />
      <telerik:RadMenuItem Header="Search _Public" />
      <telerik:RadMenuItem x:Name="mnuICBC" Header="_ICBC Batching">
        <telerik:RadMenuItem Header="Autolink Web Page" />
        <telerik:RadMenuItem Header="WEIS/Autolink Sync" />
      </telerik:RadMenuItem>
      <telerik:RadMenuItem x:Name="mnuAccounting" Header="_Accounting"  >
        <telerik:RadMenuItem x:Name="mnuVend" Header="Accounts Payable" />
        <telerik:RadMenuItem x:Name="mnuCust" Header="Accounts Receivable" />
        <telerik:RadMenuItem x:Name="mnuCact" Header="Chart of Accounts" />
        <telerik:RadMenuItem x:Name="mnuComp" Header="General Ledger" />
        <telerik:RadMenuItem x:Name="mnuFtxn" Header="Business Transactions to G/L" />
      </telerik:RadMenuItem>
      <telerik:RadMenuItem x:Name="mnuAdmin" Header="Ad_min" >
        <telerik:RadMenuItem Header="System" />
        <telerik:RadMenuItem Header="Suppliers & Products" />
      </telerik:RadMenuItem>
    </telerik:RadMenu>
  </Grid>
Hristo
Telerik team
 answered on 08 Apr 2011
1 answer
51 views
Is it possible that all days in week view have the same width?

Valeri Hristov
Telerik team
 answered on 08 Apr 2011
3 answers
97 views
Hello there,

I found that the WPF grid is easy to crashed while in the edit mode. Take an example as the attached screenshot.
I have 2 grid. The one on the top is the master and the one below is the detail table based on the selection of the row in the master table.
What I found that if I was editing the detail table but didn't commit. While the detail table is still in the edit mode, if I accidently select another row in the master table, it will cause the crash/frozen of the Grid control.

I have the screenshot upload usign the general ticket system.
http://www.telerik.com/account/support-tickets/view-ticket.aspx?threadid=410452

Anyone run into similar problem?

Thx,
David
Yordanka
Telerik team
 answered on 08 Apr 2011
4 answers
546 views
Hello,

Im having an issue with the RadDataPager and the RadTabControl:

When adding this section to our ResourceDictionary, I get a compile error "Error 12 The type reference cannot find a public type named 'RadDataPager'":

    <Style TargetType="{x:Type telerik:RadDataPager}">
        <Setter Property="telerik:StyleManager.Theme" Value="Office_Blue"/>
    </Style>

The same goes for the RadTabControl.

This error does not occur for the rest of the telerik controls within the dictionary, which set the theme for the RadButton, RadGridView, RadExpander etc.

Kind regards,
Mike
Mike
Top achievements
Rank 1
 answered on 08 Apr 2011
0 answers
123 views

Hello All;

I am using DatePicker Control of WPF ToolKit3.5(that i have downloaded from Codeplex.com) Sp1 in My MVVM application
so can any one tell me that how can i access the selected value of datetime picker in ViewModel.cs file

please help,
thanks

hallatie
Top achievements
Rank 1
 asked on 08 Apr 2011
0 answers
99 views

 I am using a TCP/IP protocol to connect to the Device(Video) and render the Video onto WPF application. The frame rate from the device is around 3 - 4 Frames/Second . I also understand that the lower frame rate could also be the possible reason for flicker but when i run my C++ application and try to render the video its flicker free (even though there is some latency).

Please suggest on this ....

hallatie
Top achievements
Rank 1
 asked on 08 Apr 2011
4 answers
437 views
Hi,

I am using RadGridView in my application. I have 4 GridViewDataColumns in my grid. I want one of column  to hide ,So i set that column to IsVisible=false.

On Grid SelectionChanged event when i got the perticular GridViewRowItem., this row contain only 3 Columns (It does not contain the hidden column).

 So can you Please help to get the hidden Column Value.


Thanks & Regards,
Anita.
Vlad
Telerik team
 answered on 08 Apr 2011
7 answers
261 views
Hello Telerik ,
                                    I have two clarification in Telerik controls.
First one is,I want to set Telerik themes into my all UI controls including my standard TextBox. I am using in code behind 

StyleManager

 

 

.ApplicationTheme = new TransparentTheme();

 

it was working fine for all telerik controls..But the themes not applying for my standard TxtBox.I have many TextBox in My User interface.I want to set the same theme globally.How is possible?  give me more details....

Second one is, in my one UI contains Four Controls and one radGridView.The control tabindexes are 1 to 4 respectively.
also radgridview tabindex is 5. Here my problem is when using tab its goes correctly first four only.then its goes radgrid not radgrid first row.i want here tab goes radgridView first row.after if i again press tab it will go to second row.
How to set it? if u give sample it will more helpful for me....
 
                      <Label Content="Company" Height="24" Margin="6,12,0,0" Name="label1" VerticalAlignment="Top" FontSize="11" HorizontalAlignment="Left" Width="98" />
                <telerik:RadComboBox Margin="115,12,29,0" Text="{Binding Path=CompanyName,Mode=TwoWay,UpdateSourceTrigger=LostFocus, NotifyOnValidationError=True, ValidatesOnDataErrors=True, ValidatesOnExceptions=True}" Name="rcboCompany" VerticalAlignment="Top" Height="24" FontSize="11" TabIndex="1" LostFocus="rcboCompany_LostFocus" />
                <Label Content="Ledger Code Number" Height="24" Margin="9,12,0,0" Name="label2" VerticalAlignment="Top" FontSize="11" Grid.Column="1" HorizontalAlignment="Left" Width="122" />
                <TextBox Height="24" Text="{Binding Path=LedgerCodeNumber,Mode=TwoWay,UpdateSourceTrigger=LostFocus, NotifyOnValidationError=True, ValidatesOnDataErrors=True, ValidatesOnExceptions=True}" Margin="129,12,96,0" Name="txtLedgerCodeNumber" VerticalAlignment="Top" TabIndex="2" FontSize="11" Grid.Column="1" MaxLength="5" />
                <Label Content="Ledger Name" Height="24" Margin="6,48,0,0" Name="label3" VerticalAlignment="Top" FontSize="11" HorizontalAlignment="Left" Width="98" />
                <TextBox Height="24" Margin="115,48,29,0" Name="txtLedgerName" Text="{Binding Path=LedgerName,Mode=TwoWay,UpdateSourceTrigger=LostFocus, NotifyOnValidationError=True, ValidatesOnDataErrors=True, ValidatesOnExceptions=True}" VerticalAlignment="Top" TabIndex="3" MaxLength="100" FontSize="11" />
                <Label Content="Group Name" Height="24" Margin="9,46,0,0" Name="label4" VerticalAlignment="Top" FontSize="11" Grid.Column="1" HorizontalAlignment="Left" Width="113" />
                <telerik:RadComboBox Margin="129,48,15,0" Text="{Binding Path=GroupName,Mode=TwoWay,UpdateSourceTrigger=LostFocus, NotifyOnValidationError=True, ValidatesOnDataErrors=True, ValidatesOnExceptions=True}" Name="rcboGroup" VerticalAlignment="Top" Height="24" FontSize="11" IsEditable="True" TabIndex="4" Grid.Column="1"/>
  
<telerik:RadGridView Margin="12,163,21,22" Name="rgrdLedgerView" AutoGenerateColumns="False" CanUserFreezeColumns="False" CanUserReorderColumns="False" CanUserResizeColumns="False" CanUserSortColumns="False" ShowGroupPanel="False" MouseDoubleClick="rgrdLedgerView_MouseDoubleClick" RowDetailsVisibilityMode="Visible" IsReadOnly="True" IsFilteringAllowed="False" TabIndex="5" IsSynchronizedWithCurrentItem="False">
            <telerik:RadGridView.Columns>
             
                <telerik:GridViewDataColumn DataMemberBinding="{Binding CompanyName}" Header="Company Name" Width="130"/>
                <telerik:GridViewDataColumn DataMemberBinding="{Binding LedgerCodeNumber}" Header="Ledger Code Number" Width="100"/>
                <telerik:GridViewDataColumn DataMemberBinding="{Binding LedgerName}" Header="Ledger Name" Width="140"/>
                <telerik:GridViewDataColumn DataMemberBinding="{Binding GroupName}" Header="Group Name" Width="130"/>

</telerik:RadGridView.Columns>
</telerik:RadGridView>
Thank you,,,
sundhar
Top achievements
Rank 1
 answered on 08 Apr 2011
2 answers
228 views

Hi Telerik Team,
          Currently I've installed RadControls_for_WPF35_2011_1_0315_Dev.msi (Version : 2011.1.315.35) and I'm not able to use the following lines in my design, it shows error in design itself.

 

<telerik:RadTileView x:Name="tileEmployer" MinimizedItemsPosition="Right" MinimizedColumnWidth="300" VerticalAlignment="Stretch" HorizontalAlignment="Stretch" >

 

<telerik:RadTileViewItem Header="Employer" TileState="Maximized" >

 

<Grid Name="tileEmpMain" Margin="5" />

 

 

</telerik:RadTileViewItem>

 

 

 

<telerik:RadTileViewItem Header ="Contract" >

 

<Grid Name="tileContractLink" Margin ="5" />  

</telerik:RadTileViewItem >

 

</

 

 

telerik:RadTileView>

The following is the error it says:
Layout measurement override of element 'Telerik.Windows.Controls.TileViewPanel' should not return PositiveInfinity as its DesiredSize, even if Infinity is passed in as available size.

Please don't confuse here I'm using the Grid named tileEmpMain and tileContractLink. The content of the Grid will be set as the Children of someother Grid in my application. Thats why I just given that. I didn't face any problems while i was using the version 2010.3.1304.40. Hope the problem is in <telerik:RadTileViewItem>. Since, if I remove it I don't get errors. Please let me know how to overcome the issue.

Thanks and Regards,
Azharshah H
Software Developer

azhar
Top achievements
Rank 1
 answered on 08 Apr 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
DataPager
PersistenceFramework
Styling
TimeBar
OutlookBar
TransitionControl
FileDialogs
Book
ToolBar
ColorPicker
TimePicker
MultiColumnComboBox
SyntaxEditor
VirtualGrid
Wizard
ExpressionEditor
NavigationView (Hamburger Menu)
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
PasswordBox
SplashScreen
Callout
Rating
Accessibility
CollectionNavigator
Localization
AutoSuggestBox
Security
VirtualKeyboard
HighlightTextBlock
TouchManager
StepProgressBar
Badge
OfficeNavigationBar
ExpressionParser
CircularProgressBar
SvgImage
PipsPager
SlideView
AI Coding Assistant
+? more
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?