Telerik Forums
UI for WPF Forum
6 answers
345 views
Hi,

how do i find a textbox on "EditEnded"? I have a RadDataform with an EditTemplate. Now i use a textbox like this:
<DataTemplate x:Key="MyEditTemplate">
   <Grid>
         <Grid.ColumnDefinitions>
                <ColumnDefinition Width="auto"/>
                <ColumnDefinition Width="*"/>
          </Grid.ColumnDefinitions>
          <Grid.RowDefinitions>
                <RowDefinition Height="Auto" />
                <RowDefinition Height="Auto" />
                <RowDefinition Height="Auto" />
                <RowDefinition Height="Auto" />
                <RowDefinition Height="Auto" />
                <RowDefinition  Height="40"/>
                <RowDefinition Height="Auto" />
                <RowDefinition Height="Auto" />
         </Grid.RowDefinitions>
         <telerik:DataFormDataField Label="{Binding Source={StaticResource Lang}, XPath=SettingsHost/@Header}" DataMemberBinding="{Binding Host, Mode=TwoWay}" Grid.Row="1" Grid.Column="0" Grid.ColumnSpan="2" />
                                        <telerik:DataFormDataField Label="{Binding Source={StaticResource Lang}, XPath=SettingsMandant/@Header}" DataMemberBinding="{Binding Mandant, Mode=TwoWay}" Grid.Row="2" Grid.Column="0" Grid.ColumnSpan="2" />
          <telerik:DataFormDataField Label="{Binding Source={StaticResource Lang}, XPath=SettingsPort/@Header}"  DataMemberBinding="{Binding Port, Mode=TwoWay}" Grid.Row="3" Grid.Column="0" Grid.ColumnSpan="2" />                                      
          <telerik:DataFormDataField Label="{Binding Source={StaticResource Lang}, XPath=SettingsPasswort/@Header}"  DataMemberBinding="{Binding Passwort, Mode=TwoWay}" Grid.Row="4" Grid.Column="0" Grid.ColumnSpan="2" />                                                                                                           
        <TextBox x:Name=MyTextBox Foreground="red" />                                       
     </Grid>
</DataTemplate>

CodeBehind:

if (e.EditAction == Telerik.Windows.Controls.Data.DataForm.EditAction.Commit)
{
      Model.MandantObj NewMandant = VerbindungForm1.CurrentItem as Model.MandantObj;
     // Find Textbox?
     VerbindungForm1.MyTextbox ??? does not work...
}

Thanks
Best Regards
Rene

ITA
Top achievements
Rank 1
 answered on 14 Mar 2013
0 answers
145 views
Hi,
     I want to change only parent rows color in treelistview.
     could you please give any examples of Treelistview?
    
     Thanks!  

regards
Ketan




Ketan
Top achievements
Rank 1
 asked on 14 Mar 2013
3 answers
223 views

Error Creating VB RadControls WPF Application (Telerik.VSX.Xaml.2013.1.215.0.dll not found)

 

I just installed WPF controls package for Visual Studio.  I am having an issue creating a VB RadControls WPF Application.  I am selecting the VB RadControls WPF Application options and in the configuration wizard I am selecting Use Implicit Styles and for components I am only selecting Telerik.Windows.Controls.  After selecting a theme it pops up this error during the install.

 

An error occurred while running the wizard.

 

Error executing custom action Telerik.VSX.TextTemplating.Actions.UnfoldFilesAction: Compiling transformation: Metadata file 'Telerik.VSX.Xaml.2013.1.215.0.dll' could not be found

 

I have tried updating the WPF VSExtensions from the extensions manager as well as just uninstalling and reinstalling them. 

 

I can create a RadControls Windows Forms Application just fine.  It’s just the WPF applications that are the issue. 

 

Any thoughts on how to fix this issue would be appreciated.

 

I am running:

Win 7 Pro 64bit

vs2012

 

I also have these other Telerik Applications installed:

Windows Forms

Reporting

JustCode

JustTrace

JustDecompile

Thanks

Biliana Ficheva
Telerik team
 answered on 14 Mar 2013
1 answer
93 views
Hello all,

Is it possible to change application button to custom made button? So it doesn't look like rectangle or circle

Thanks in advance
Nikola
Nikola
Top achievements
Rank 1
 answered on 13 Mar 2013
1 answer
335 views
My objects has a RequiredCondition property.

RequiredCondition has Id, Name and so one.

I also has an Collection that is the ItemsSource.

How do I set up the binding? 

 <telerik:RadComboBox ItemsSource="{Binding Path=DataContext.Conditions, RelativeSource={RelativeSource FindAncestor, AncestorType={x:Type views:PropertyEditorView}}}"
                                                     SelectedItem="{Binding RequiredCondition}"
                                                     SelectedValue="{Binding RequiredCondition}"
                                                     DisplayMemberPath="Name" EmptyText="Select an Expression" />

 
Yana
Telerik team
 answered on 13 Mar 2013
1 answer
236 views
I'm trying to upgrade to Q1 2013 and I've am having some issues with the migration from RadDragAndDropManager to DragDropManager after reading your migration help
http://www.telerik.com/help/wpf/dragdropmanager-migration.html

What is the equivilant for the RadDragAndDropManager.DropQueryEvent?

What is the equivilant event for RadDragAndDropManagerDragInfoEvent with a status of DragStatus.DragInProgress?

Can you please provide a sample of the following based on DragDropManager, I can't see how to set cues on the new class
http://www.telerik.com/help/wpf/radtreeview-how-to-set-drag-cue-feedback-deny-drop.html
Pavel R. Pavlov
Telerik team
 answered on 13 Mar 2013
7 answers
97 views
We are migrating from Actipro to Telerik docking. What I am wondering if it is possible what we did with Actipro.  The tabs down the right side is actually a tab control that opens the Actipro docking windows.   But please notice that that when you do an autohide, no tab is created.  The tabs on the right basically tell the corresponding window to open or shut.

https://www.dropbox.com/s/gvx7a4306856hxh/Docking.mp4

Yana
Telerik team
 answered on 13 Mar 2013
1 answer
107 views
Hi,

Now that the RadDragAndDropManager is deprecated. Is there anyway I can get a new GridViewRowReorderBehavior implementation that is based on DragDropManager? I am trying not to do it myself as that is heck of lot of changes:-)

Thanks
Nick
Telerik team
 answered on 13 Mar 2013
4 answers
96 views
Hi, 
with an OLAP connection, I've tried to filter by a non aggregatable dimension in a RadPivotFieldList filter section and it's impossible to show items to filter by (it shows only Select All item): is it a known bug?
In my opinion, in this case, it should show all items but without multiple selection and without Select All item, correct?

Many thanks!

Regards, 
Davide
purdav
Top achievements
Rank 1
 answered on 13 Mar 2013
2 answers
166 views
Hi,

Is it possible to restyle the entire trackballinfo popup? If so how can I get started?
I've tried to use expression blend to edit a copy of the style but I cant find the trackballinfo object in the object list and editing a copy of the chartview control doesn't include the trackballinfo styles.

Many Thanks,

Matt
Matt
Top achievements
Rank 1
 answered on 13 Mar 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
PersistenceFramework
DataPager
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
Cynthia
Top achievements
Rank 1
Iron
Toby
Top achievements
Rank 3
Iron
Iron
Iron
Danielle
Top achievements
Rank 1
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Iron
yw
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Cynthia
Top achievements
Rank 1
Iron
Toby
Top achievements
Rank 3
Iron
Iron
Iron
Danielle
Top achievements
Rank 1
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Iron
yw
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?