Telerik Forums
UI for WPF Forum
4 answers
197 views
Hi,

I want to disable the F2 in the DataGrid since i want use this key in a menuitem. I defined the F2 in a commandbinding in a menu, but it looks like the F2 key never arrive there if the DataGrid has the focus.

Any idea how i can solve this problem?

Thanks
Silvan
Top achievements
Rank 1
 answered on 14 Jan 2011
2 answers
219 views
I'm only looking for suggestions here, or any similar example should someone have one.

I have a RadGridView with a row template.  It has 14 columns.  The data template puts an image in one of the 14 columns.  The user needs to be able to click and drag this image to another column.  I'm assuming that I need to add drag events to the image in the datatemplate.  What would be needed for the grid?  

Again, this is a vague question, so I'm just looking for suggestions, or ideas on where to head with it.
Paul
Top achievements
Rank 1
 answered on 14 Jan 2011
1 answer
90 views
On 01/11/2011 9:20 AM CST, exception occured (attached) while trying to view the chart demo. Only thing I've done was, during to chart demo load, I changed the theme from default to Summer.

I'm sure you have the "example code" you ask everyone for...

Kadem
Yavor
Telerik team
 answered on 14 Jan 2011
5 answers
119 views
Hello,

I am encountering the following Exception after clicking on different column filters repeatedly.

"Object reference not set to an instance of an object."

 at Telerik.Windows.Controls.GridView.FilteringDropDown.OnDropDownPopupOpened(Object sender, EventArgs e)
   at Telerik.Windows.Controls.PopupWrapper.OnPopupOpened(Object sender, EventArgs e)
   at System.Windows.CoreInvokeHandler.InvokeEventHandler(Int32 typeIndex, Delegate handlerDelegate, Object sender, Object args)
   at MS.Internal.JoltHelper.FireEvent(IntPtr unmanagedObj, IntPtr unmanagedObjArgs, Int32 argsTypeIndex, String eventName)

There is no particular sequence to get the Exception, But clicking on different column filters randomly one after the other gives this Exception. I am using Version 2010.1.309.35

 Any ideeas why this occurs?

Thanks
Yordanka
Telerik team
 answered on 14 Jan 2011
1 answer
174 views
Can you, with tile viewer (or maybe a mixture of tile view and others) create a windows explorer type view (on the explorer menu, choose Views, then List, Tiles, or Details).  Well, I guess you can, but can it be done easily, or is it already done?  Only the container part (the list of items), not the tree view and not everything else around it.

I want to databind the control (in my case, with database items.. but more generically anything).  I thought about using Template Selectors with the tile view, list view and data grid but thought I had better ask first if there is an existing control for that. (seems like someone in the world would have created something like this already).

Thanks,
Brian
Petar Mladenov
Telerik team
 answered on 14 Jan 2011
3 answers
144 views
I need to change the mouse and selection highlight brush for all my telerik components. What is the way to achieve that?

Thanks,
Oran
Dani
Telerik team
 answered on 14 Jan 2011
4 answers
178 views
Hi,

trying to use ExportToExcelML but getting missing assembly reference in VS2010..
Checking on the documentation (http://www.telerik.com/help/wpf/telerik.windows.controls.charting-telerik.windows.controls.radchart-exporttoexcelml%28stream%29.html) the ExportToExcelML is under charting namespace and the dll is in my project reference.

what is wrong then??

thanks
Ron
ronald
Top achievements
Rank 1
 answered on 14 Jan 2011
1 answer
174 views
Following the rules and procedures stated on your documentation, I've localized a RadGridView using ResourceManager, in this way:
created the local resource files (see attached Capture01.png for resx file for italian language)
created a setting "ChosenCulture" in Settings for defining the startup default culture, set to "it-IT"
on the Window_Loaded event, set the localization with the following code:
LocalizationManager.DefaultResourceManager = ContiACasa.My.Resources.LocalResources.ResourceManager
LocalizationManager.DefaultCulture = Nothing
Thread.CurrentThread.CurrentUICulture = New CultureInfo(My.Settings.ChosenCulture)
Thread.CurrentThread.CurrentCulture = New CultureInfo(My.Settings.ChosenCulture)
The GridView is localized, but the following elements (at least the ones I've found till now) don't change their text, as you can see in the atteched picture:
GridViewGroupPanelText, GridViewGroupPanelTopTextGrouped, GridViewFilterMatchCase

TIA
Ubaldo
Maya
Telerik team
 answered on 13 Jan 2011
1 answer
172 views
Hi friends,

Problem: I do have form which has lots of controls in that i have radio button namely basic and advance. If i choose basic form should have generic controls and if i choose advance extra controls should add respective places in form. 

What i have done is i hidden controls which not a generic , so in that place i m getting blank or empty space which makes my form ugly. I just want controls to fill empty space in basic mode .

Please reply me as soon as possible , i m waiting for ur reply friend :).
Petar Mladenov
Telerik team
 answered on 13 Jan 2011
1 answer
1.2K+ views
Hi! I'm trying to add toggle button to telerik toolbar with ability to change image on different states (IsChecked = true or false).
Here is the code sample:

<telerik:RadToolBar Height="43" HorizontalAlignment="Left" Name="RadToolBar1" VerticalAlignment="Top" Width="509" Background="#FF6A6A6A" GripVisibility="Collapsed" OverflowButtonVisibility="Collapsed" Grid.Row="1" Margin="0,2,0,0" Grid.RowSpan="2">
   
<ToggleButton  x:Name="BtnRec" ToolTip="Start record" Width="32">
   <ToggleButton.Style>
      <Style TargetType="ToggleButton">
         <Style.Triggers>
            <Trigger Property="IsChecked" Value="false">
                <Setter Property="Content">
                    <Setter.Value>
                        <Image Source="/3DSuit_01;component/Images/Rec_Mode.png"></Image>
                    </Setter.Value>
                </Setter>
           </Trigger>
           <Trigger Property="IsChecked" Value="true">
               <Setter Property="Content">
                    <Setter.Value>
                         <Image Source="/3DSuit_01;component/Images/Play.png"></Image>
                    </Setter.Value>
               </Setter>
           </Trigger>
        </Style.Triggers>
      </Style>
    </ToggleButton.Style>
   </ToggleButton>
</telerik:RadToolBar>

The problem is that there is no image shown on the button and button appears like tiny smooth on toolbar. The same code works fine with the standard (non telerik) toolbar, or without toolbar. Please help.
Thank You!
Petar Mladenov
Telerik team
 answered on 13 Jan 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
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?