Telerik Forums
UI for WPF Forum
0 answers
120 views
I just posted a new solution for implementing drag-drop between ListBox and other controls, and in case you are using WPF - other applications. You can find more information and a sample application here:
http://www.telerik.com/community/forums/silverlight/scheduleview/listbox-drag-drop-behavior.aspx

Best regards,
Valeri Hristov
Telerik
Valeri Hristov
Top achievements
Rank 1
 asked on 04 Aug 2011
0 answers
156 views
I just posted a new solution for implementing drag-drop between ListBox and other controls, and in case you are using WPF - other applications. You can find more information and a sample application here:
http://www.telerik.com/community/forums/silverlight/scheduleview/listbox-drag-drop-behavior.aspx

Best regards,
Valeri Hristov
Telerik
Valeri Hristov
Top achievements
Rank 1
 asked on 04 Aug 2011
1 answer
159 views
How do i find the selected timeslot or the clicked timeslot in the new radscheduleview control. I saw that i would be able to invoke the dialog and cancel it from showing and I get Occurence details there. However, there doesn't seem to be a straightforward way to get the selected timeslot. Could you please guide me in how I could get the selected slot.

Thanks
Bala
George
Telerik team
 answered on 04 Aug 2011
4 answers
260 views
Hi,

I need to style a few bits from the grid that only appear when the grid is grouped by a column. I am attaching an image with the parts that I need to change:

1. The square of Header that appears at the top (I need to change the colour to match the rest of the grid's header)
2. The background of the blank rows and columns that appear when the grid is grouped.
3. The grey squares beneath the expander (also need to change the background).

I tried following your instructions detailed here:

http://www.telerik.com/help/wpf/radgridview-styles-and-templates-styling-the-group-panel.html

But in Blend 4 I cannot generate the template (Edit Copy is disabled). I am also attaching a picture of this problem. Do I need to do something to enable this for the grid? It works fine with RadComboBox, for example.

How should I proceed?

P.S. I notice now I cannot add attachments to this post. Here are two links to the images:

http://www.gepsoft.com/telerik/GridGroupStyle.png
http://www.gepsoft.com/telerik/BlendProblem.png

Best Regards,
Jose
Jose Simas
Top achievements
Rank 2
 answered on 04 Aug 2011
1 answer
202 views

Hi All

I had implemented INotifyDataError for my project it works fine for all column except the one in DataTemplate.(Error add to collection but it doesn't show in GridView)

 <telerik:RadGridView x:Name="grvData"
                             ItemsSource="{Binding AllData, Mode=TwoWay}" 
                             SelectedItem="{Binding SelectedData, Mode=TwoWay}"
                             IsFilteringAllowed="False"
                             ShowGroupPanel="False"
                             AutoGenerateColumns="False"
                             ShowInsertRow="True"
                             CanUserDeleteRows="False" 
                             IsSynchronizedWithCurrentItem="True"
                             ActionOnLostFocus="None" BeginningEdit="grvData_BeginningEdit"
                             Helper:EventFocusAttachment.ElementToFocus="{Binding ElementName=grvDataMaster}"                            
                             Grid.Column="1">
                <telerik:RadGridView.Columns>
                    <telerikGrid:GridViewColumn Header="کل تسعير ارز"  Width="150">
                        <telerik:GridViewColumn.CellTemplate>
                            <DataTemplate>
                                <TextBlock>
                                 <TextBlock.Text>
                                        <MultiBinding Converter="{StaticResource NameConverter}" ConverterParameter="FormatNameValue">
                                          <Binding Path="ExchangeKolCode"/>
                                          <Binding Path="ExchangeKolName"/>
                                        </MultiBinding>
                                </TextBlock.Text>
                                </TextBlock>
                            </DataTemplate>
                        </telerik:GridViewColumn.CellTemplate>
                        <telerik:GridViewColumn.CellEditTemplate>
                            <DataTemplate>
                                <Controls:LookUp LookUpItemsSource="{Binding DataContext.KolLookUpItems, RelativeSource={RelativeSource FindAncestor, AncestorType={x:Type UserControl}}}"       
                                             LookUpId="{Binding ExchangeKol,Mode=TwoWay}"
                                             LookUpName="{Binding ExchangeKolName,Mode=TwoWay}"
                                             LookUpCode="{Binding ExchangeKolCode,Mode=TwoWay}" />

                            </DataTemplate>
                        </telerik:GridViewColumn.CellEditTemplate>
                    </telerikGrid:GridViewColumn> 
            </telerik:RadGridView>

Vanya Pavlova
Telerik team
 answered on 04 Aug 2011
9 answers
143 views
I have a chart with one basic line series with 3500 points. I am using data binding and set the ItemsSource to my list of objects. I have turned off the labels, pointmarks and tooltips but  It still takes up to 15 seconds to render. I have read that I can remove some things using a control template and that this would speed it up. I dont know how to do this. Does anyone have an example?
Thanks
Hristo
Telerik team
 answered on 04 Aug 2011
4 answers
212 views
Within your demo for the RadCalendar, it allows you to select any of several themes, but I don't see anything within the Code example to accomplish that. How can we select a specific theme from amongst those samples -- such as Office Blue or Transparent?  And how do we do this at run-time?

Also, in following the code example that illustrates the EventDayTemplateSelector, - it sets the DataTemplate to a TextBlock. But how would we set the appearance of the entire block that a given day appears in, in the sense that the blocks would abut one another if on adjacent days (does that sound confusing? does to me. In other words - I want to use the entire day-area to put a graphic indication of what kind of event is set for that day).

Thank you for your help,

James W. Hurst

VS 2010, Win 7 x64, RadControls for WPF Q2 2011
Dani
Telerik team
 answered on 04 Aug 2011
7 answers
139 views

Once I drag the Chart from toolbox I got this error. <<The attached Picture>>

 

Could you please let me know how to resolve it?

 

 

Thanks a lot

Sia
Telerik team
 answered on 04 Aug 2011
5 answers
318 views

Sometimes the users paint themselves into a corner and set up the UI in an unwanted way. I would like a way to clear settings (all would be fine, but the ability to clear only some would also be better).

Something like

 

           IsolatedStorageProvider isoProvider = new IsolatedStorageProvider();

           isoProvider.ClearStorage();

           isoProvider.ClearStorage(“myGridView”);

This would remove the files from isolated storage and revert controls to default settings.

Tau Sick
Top achievements
Rank 1
 answered on 04 Aug 2011
1 answer
173 views
Hi Telerik team,
I have same problem from this link.

It is working well, after some changes and i see trigger property IsHeaderPressed and IsMouseOverHeader not working properly.

Do you have any idea ?

Thank you

Tina Stancheva
Telerik team
 answered on 04 Aug 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
Security
VirtualKeyboard
HighlightTextBlock
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?