Telerik Forums
UI for WPF Forum
3 answers
275 views

 

Hello,
is it possible, in SchedulerView Control , too bind a context menu to an appointment?
Josef
Hristo
Telerik team
 answered on 20 May 2011
4 answers
110 views
Hi guys n gals,

I have a RadDocking control...
<telerik:RadDocking Grid.Row="1">
   <telerik:RadDocking.DocumentHost>
       <telerik:RadSplitContainer>
           <telerik:RadPaneGroup>
               <telerik:RadDocumentPane Header="{Binding Path=CurrentInstance.Name}" CanUserClose="False">
                   <View:InstanceEditorView />
               </telerik:RadDocumentPane>
           </telerik:RadPaneGroup>
       </telerik:RadSplitContainer>
   </telerik:RadDocking.DocumentHost>
...
</telerik:RadDocking>
 
...

The InstanceEditorView is basically a StackPanel with 3 GroupBoxes stacked vertically.
Each GroupBox has a few RadMaskedTextBoxes (to provide just Watermark functionality).
When I mouseover the RadMaskedTextBoxes the RadDocumentPane flickers between the RadMaskedTextBox's hover and normal states (ie same colours - hint?).

I am using the Q1 2011 SP1 build and the ExpressionDark theme.

Any ideas how I can get rid of it?  Not really very keen on restyling the RadDocumentPane Header...
Tina Stancheva
Telerik team
 answered on 20 May 2011
0 answers
65 views


Hello,


Can you please tell me, how to bind the two types of object details in the Grid View using Data Table as ItemsSource?


For example:


I have a Class A which has property A1, A2 and Class B which has property B1 and B2.


        public class A

        {

            public string A1 { get; set; }

            public string A2 { get; set; }

        }

        public class B

        {

            public string B1 { get; set; }

            public string B2 { get; set; }

        }

I would like to display all the properties from Class A and one property (i.e. B1) from Class B as shown in below.

       //======================

       //  A1  |  A2   | B1

       //======================

       //   a1  | a2    | b1


How could we achieve this without creating View Model?


Thanks, 
Thanga

Thangalskhmi
Top achievements
Rank 1
 asked on 20 May 2011
0 answers
98 views
Hello,

I am using NumericUpDown control in myproject.I am having issue when I was trying to delete the value in control using delete button in keyboard,it is not deleting.....can you please help on this.

Cheers,
Rajesh.
Gudla
Top achievements
Rank 1
 asked on 20 May 2011
1 answer
171 views
i have radgridview inside grid column. The problem is that if i have to much text in some cell my grid will go outside screen.
The problem is that i dont want to have horizontal scrolls just i want  to fill grid by this radgridview and set column width in percentage.
So if user has other resolution or change app size radgridview will automaticaly change his column width. Please help me
Dimitrina
Telerik team
 answered on 20 May 2011
3 answers
88 views
I have an applicaion with 1 to many tabs that are in viewModel to view fashion with the ViewModels contained in a CollectionViewSource.  This works great for other controls that I can start an edit, switch tabs an retrun with edits in place.  The gridView is not maintaining selection, sorting or filtering (I believe because  it is reinitializing) when the tab it is contained on looses and regains focus.
The grid looses filters, sorting and selection.
Milan
Telerik team
 answered on 20 May 2011
2 answers
86 views
Hi
I am having some problems with the TreeListView when using the FrozenColumnCount property.
The column header does not align with the cells, ie. the cells take up more space than the header.
Looks like this ascii :)

| Header |
| Cell           |

Any idea what is causing this. I'm using the Official Q1 2011 Release.

Best regards
Kristján.
Kristjan Einarsson
Top achievements
Rank 1
 answered on 20 May 2011
3 answers
241 views
Hi there,

I have the following problem with ScheduleView and Drag and Drop. As recommended, I implemented a custom DragDropBehavior class that inherits from DefaultDragDropBehavior. In here everything works fine. After the "public override void Drop(DragDropState state)" method was called, the new created appointment is passed to the AppointmentCreating event of the ScheduleView. My Problem is that I want to show the scheduler dialog as it would happen if AppointmentCreating event was produced by a doubleclick. Instead of showing the dialog the AppointmentSaving event handler is called immediatly. How can I achieve it that the dialog will be shown? Since I have different IResourceType objects in my scheduler I need the dialog to give the user the possibility to set them correctly.

thanks in advance,

michael
Rosi
Telerik team
 answered on 20 May 2011
1 answer
230 views
Hi, 

I have a RadGridView with GridViewDataColumn. I'm the column is using a binding with IsReadOnlyBinding (and it's working well the cell is read only as expected). I would like the cell to take on a special color a when it's ReadOnly based on a binding in XAML.

I tried to do a trigger on GridViewCell.IsReadOnly but it's not working since IsReadOnlyBinding doesn't seem to affect IsReadOnly (that's rather strange).

Am I missing something or am I doing something wrong ?
Vanya Pavlova
Telerik team
 answered on 20 May 2011
1 answer
104 views
Our requirements are, On expanding or collapsing any node we should retain the summary1 & summary2 rows irrespective from the level (means, we have to retain the summary1 & summary2 rows for all levels).

column1 column2
parent summary1
  summary2
-child
summary1
summary2
a1
a2
-grandchild1
summary1
summary2
a3

Is this possible on treelistview control?

Please consider this as priority.

Thanks,
Suman
Vlad
Telerik team
 answered on 20 May 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?