Telerik Forums
UI for WPF Forum
1 answer
86 views
I'm sending the following request to a BingGeocodeProvider.

            var address = new Address
            {
                Locality = city,
                CountryRegion = "United Kingdom"
            };
            var request = new GeocodeRequest { Address = address };
            BingGeocodeProvider.GeocodeAsync(request);

This works but if I put the 'city' in the 'PostalTown' I don't get any results returned.

My question is why? It appears that if I put data in some fields (like PostalCode) it works, but other fields don't. Is there any documentation on what works/is required?
Andrey
Telerik team
 answered on 14 Jan 2013
1 answer
176 views
Hi, I have a problem with the gridView in that when I set the SelectedItem property via my view model the grid highlights the full row even though the selectionunit of the grid is set to cell. I was expecting the grid to just select the first column in the row, rather than the full row. If you click on the row in question the highlight is cleared and the selected cell highlighted. Can the SelectItem property not be used when the selectionunit is set to cell?
Nick
Telerik team
 answered on 14 Jan 2013
1 answer
130 views
I have a GridView which has 3 columns:
  • CheckBox: if the row is active;
  • TextBlock: row id;
  • TextBlock: row name;

There are a object collection and a binding is made to the GridView.
Now when I active the checkBox, I would like have access to the row, ie, to the object which was allocate to the row.

This is the XAML code I have:
<telerik:RadGridView Grid.Row="0" Grid.Column="0" x:Name="mainRadGridView"
IsSynchronizedWithCurrentItem="True" IsReadOnly="True"
AutoGenerateColumns="False">
<telerik:RadGridView.Columns>
<telerik:GridViewDataColumn Header="" DataMemberBinding="{Binding isActive}" Width="Auto" >
<telerik:GridViewDataColumn.CellTemplate>
<DataTemplate>
<CheckBox IsChecked="{Binding isActive}"
 Checked="checkBox_Checked"
 Unchecked="checkBox_Unchecked"/>
</DataTemplate>
</telerik:GridViewDataColumn.CellTemplate>
</telerik:GridViewDataColumn>
<telerik:GridViewDataColumn Header="id" DataMemberBinding="{Binding id}" Width="Auto"></telerik:GridViewDataColumn>
<telerik:GridViewDataColumn Header="name" DataMemberBinding="{Binding name}" Width="Auto"></telerik:GridViewDataColumn>
</telerik:RadGridView.Columns>                                
</telerik:RadGridView>

Any suggestion?
Nedyalko Nikolov
Telerik team
 answered on 14 Jan 2013
1 answer
114 views
 How can I get active cell in RadGridView control? I mean cell which is highlighted when mouse pointer is moving over it. (i.e it is not a current or a selected cell).

Thanks,
Alex
Nick
Telerik team
 answered on 14 Jan 2013
1 answer
142 views
Hi,

I create a RadExpressionEditor and assign an object base on the following class.

    class TestClass
    {
        public string Name { get; set; }
    }
Using the editor, I enter the following expression (Count(Name)). At the bottom of the editor, there is a label "Result Preview" that show me the result of the expression. 

So, I add a button in my interface to retrieve this value, but I don't see a way to get the result of my expression.

So, what is the best way to retrieve the result of my expression base on a specific object?

Best Regards,
Dimitrina
Telerik team
 answered on 14 Jan 2013
1 answer
322 views
Hi,

Please help me in finding solution to following scenario.

I have a treeview control populated dynamically. I need a click event for the treeview control in MVVM. and i want to access selected item in
the ViewModel class.

How i can achive that ?

Can you please provide sample snippet for clickevent using MVVM. ?

Thanks
Rama.
Petar Mladenov
Telerik team
 answered on 14 Jan 2013
0 answers
227 views
I have WPF 1Q 2012 SP1  and I am trying to follow the info on this page:
http://www.telerik.com/help/wpf/styling-apperance-themes-runtime.html

the instructions seem to be referring to some dll files that I can not find or do not have.

like this:
Add the required assemblies from the Binaries.NoXaml folder located in the RadControls installation folder. Include also the theme assemblies:

it then shows a screen shot that seems to list some dll files  named like this Telerik.WIndows.Themes.*  and I do not have them.

later in the help it also tells me to add to the app
Add the needed resource dictionaries for the default theme in App.xaml:
and refers to
Source="/Telerik.Windows.Themes.Office_Black;component/Themes/System.Windows.xaml"/
which reads as a packed URI in a dll also....

but I do not have the dlls ???
do I have to copy the xaml files and make my own dll's to use this or what ??
did some prior release have the files and the version I have assumes I have the prior release installed to provide the missing files ?
Denny Figuerres
Top achievements
Rank 1
 asked on 13 Jan 2013
4 answers
265 views
I want the user to only be able to set the data by clicking on the calander itself and the textbox that displays the text to be readonly.

If I set the control to IsReadOnly then  the whole onctrol does not set the data so that will not work. I also could not find a property with wich I can set this behavior.
Mark
Top achievements
Rank 1
 answered on 13 Jan 2013
2 answers
215 views
HI,

If I have GridView multi-level grouping how can I remove the empty "Group Name"  levels, See the attachment.
Thanks in advance...

Regards,
Mina

Mohamed Hussain Nabhan Hussain
Top achievements
Rank 1
 answered on 13 Jan 2013
2 answers
139 views
Hi,

how to add buttons in Rowdetalis?
Like this :



Thx.
Zdero Pero
Top achievements
Rank 1
 answered on 12 Jan 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
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
+? more
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?