Telerik Forums
UI for WPF Forum
1 answer
117 views
I'm looking for a way to detect if an appointment within the schedule view is being edited due to the user dragging the entire appointment.

How do I detect when the user is dragging an appointment (the whole thing, as opposed to dragging one of the appointment's end points)?

Thanks for your time.
Rebecca
Top achievements
Rank 1
 answered on 29 Apr 2011
0 answers
103 views
I added checkbox column using GridViewColumn in radgridview. I want this column to be checked by default for some rows when the view is loaded. How do I do this by iterating through the rows?
Raj
Top achievements
Rank 1
 asked on 29 Apr 2011
6 answers
211 views
In the included code sample, here, if a row has its rowdetails open then scrolling becomes almost impossible. This is because the vertical scroll bar always wants to snap back to a given place.

For instance, scroll to the bottom of the list, open the details, and try to scroll up.

I did notice when creating this that the tab control has something to do with the problem. Without the tab control, scrolling is slow, but not freaky.
Datafyer
Top achievements
Rank 1
Veteran
 answered on 29 Apr 2011
0 answers
174 views
Is there a sample GridView project that shows how to do add/edit/delete? 

The WPF demos that come installed with RadControls for WPF only seem to show a vanilla readonly GridView, or I don't understand how to get the demo to show a different example.

Thanks.
Dan
Dan
Top achievements
Rank 2
 asked on 29 Apr 2011
2 answers
136 views
Good evening,

I'm having difficulty with the RadRichTextBox SpellChecker feature. I'm using Telerik WPF 3.5 build 2011 Q1 v 2011.419.40 with vb.net 3.5 in VS2010.

Basically the RadRichTextBox in "Word Processing" mode works great, but the spellcheck solutions are blank. Every word I try comes up with a red underline, except for those that I added to the dictionary when I made an app in vs2008. The word 'my' for example is not recognised.
I did create a .net 3.5 app yesterday in VS2008 that used the spell checker feature in a standard telerik RichTextBox and that worked fine. I added two extra words to the dictionary and now they are the only words that are recognised.

Does anyone have any suggestions why this may be?

Thank you for your time,

Rob
Robert
Top achievements
Rank 1
 answered on 29 Apr 2011
1 answer
121 views
<telerik:RadialScale Name="radialScale" Min="0" Max="12" MajorTicks="12">
                    <telerik:IndicatorList>

For example the user should enter the numbers in

Min = 0

Max =400

MajiorTick=4

 

I dnt want them to be fixed throw the XML, so is it possible to make it using VB by creating a property and bind it or such a thing?

 

Thanks in advance


Andrey
Telerik team
 answered on 29 Apr 2011
1 answer
390 views
Where could I find some documentation about your RadRichTextBoxStatusBar?
Is there a way to show/hide the elements?
And what are the elements? I see a zooming-tool and a kind of document-view-modus.
Is there maybe a hidden "page-1-of-4"-label? A label with line- and position-info?
Where could I find a (wpf !) example?
I looked at the "word"-sample's RadRichTextBoxStatusBar but this one only has a few properties...

										
Boby
Telerik team
 answered on 29 Apr 2011
2 answers
285 views
Hi,
I want to programmatically move to next item in grid view.  (This is because user clicks a button that does numerous things then moves to next item).

Following code works, except when the grid view has a filter applied.  Then it doesn't work, if the next item is filtered out.
Is there anyway around this. It's as if the gridview moves to the filtered item and therefore doesn't select anything.

        Dim x = Me.RadGridView1.ItemsSource
        Dim z As System.Windows.Data.ListCollectionView = Me.RadGridView1.ItemsSource
        Dim intPos As Integer
        intPos = z.CurrentPosition
        Me.RadGridView1.SelectedItem = z(intPos + 1)

I've also tried z.MoveCurrentToNext (which has the same problem, works unfiltered, but doesn't work when filtered).
Dermot
Top achievements
Rank 1
 answered on 29 Apr 2011
1 answer
131 views
Hi,
I have a gridView with RowDataTemplate which has a UserControl:
            <telerik:RadGridView.RowDetailsTemplate>
                <DataTemplate>
                    <CptyManagement:CptyView DataContext="{Binding}"/>
                </DataTemplate>
            </telerik:RadGridView.RowDetailsTemplate>

I'm trying to get the UserControl instance of the selected row.
I get the selected row by
var row = (GridViewRow) gridView.ItemContainerGenerator.ContainerFromItem(gridView.SelectedItem);
But I couldn't get the UserControl from the Template.

Can someone help?
Thx,
Oren
Vanya Pavlova
Telerik team
 answered on 29 Apr 2011
3 answers
75 views
Hello,

I am using your (great) RadWindow. The problem is when i set its Flow property to 'RightToLeft', when i try to drag it to the right for example, it 'flies' real quickly and vanishes to the left, without the possiblity of focusing it again. When removing the RightToLeft , everything is back to normal.

Please help!

Thanks,
Oran
Tsvyatko
Telerik team
 answered on 29 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
NavigationView (Hamburger Menu)
Wizard
ExpressionEditor
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
Callout
PasswordBox
SplashScreen
Localization
Rating
Accessibility
CollectionNavigator
AutoSuggestBox
Security
VirtualKeyboard
HighlightTextBlock
TouchManager
StepProgressBar
Badge
OfficeNavigationBar
ExpressionParser
CircularProgressBar
SvgImage
PipsPager
SlideView
AI Coding Assistant
InlineAIAssistant
+? more
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?