Telerik Forums
UI for WPF Forum
1 answer
145 views
Hello,
I have got some code:

<Application x:Class="QualerDA.App"<br>             xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"<br>             xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" StartupUri="Views/LoginWindow.xaml"><br></Application>

Where LoginWindow.xaml is a RadWindow Created as User Coontrol

<telerik:RadWindow<br>    x:Class="SomeProject.SomeFOlder.LoginWindow"<br>    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"<br>    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"<br>    xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation"<br>    telerik:StyleManager.Theme="Vista"><br>    <Grid> ... </Grid><br></telerik:RadWindow>

 When I sturtup my project, I have got the next (see attach):

How to get rid of the System window?
Sergiy
Top achievements
Rank 1
 answered on 13 Sep 2012
0 answers
127 views
Hello,
I have got some code:

<Application x:Class="QualerDA.App"<br>             xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"<br>             xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" StartupUri="Views/LoginWindow.xaml"><br></Application>

Where LoginWindow.xaml is a RadWindow Created as User Coontrol

<telerik:RadWindow<br>    x:Class="SomeProject.SomeFOlder.LoginWindow"<br>    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"<br>    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"<br>    xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation"<br>    telerik:StyleManager.Theme="Vista"><br>    <Grid> ... </Grid><br></telerik:RadWindow>


When I sturtup my project, I have got the next (see attach):




Sergiy
Top achievements
Rank 1
 asked on 13 Sep 2012
1 answer
145 views
Hi see that WinForms GridView has a beautiful Conditional Formatting dialog that let the user formatting the grid at runtime. I cannot find the same thing for the GridView for Wpf. Does it exist a prebuild dialog? or if not, what is the quicker pattern to create it?

Thanks in advance (and sorry for my english)
Mauro
Vlad
Telerik team
 answered on 13 Sep 2012
4 answers
180 views
Hi Team,

Am working with WPF MVVM Pattern using rad controls.
Now am using Radcolorpicker. Instead of events i want to use Command binding to call the code which is in viewModel.
But i didn't find the Command property for RadColorpicker. Then how can i do this. Reply me asap.

Regards,
Srinivas.
Petar Mladenov
Telerik team
 answered on 13 Sep 2012
2 answers
183 views
Is there a way to instruct the RadGridView to display loading animation while it is fetching data from the bound VirtualQueryableCollectionView(query) { LoadSize = 10 }?

Probably not when scrolling, but when it's loading the initial data...

I have tried DataLoadMode="Asynchronous" but that doesn't seem to do the trick...
Wenrong
Top achievements
Rank 1
 answered on 13 Sep 2012
4 answers
262 views
Hi,

I have been looking at the Command example in the wpf examples and I'm trying to bind a button click to a Grid Command

I have a RibbonBar and on the RibbonBar I have some navigation buttons (First,Last,Next,Previous)

I then have a RadTabControl with a few tab pages on I have a ContentTemplateSelector which depending on a value will add a RadGridView with set columns to the tab page.

it is this GridView i'm trying to add the bindings too.

Hope I have explained what i'm trying to do :)

thanks David
David
Top achievements
Rank 2
 answered on 12 Sep 2012
0 answers
254 views
When I am using RadGridView in my xaml and have  IsFilterable = "True" on the columns (GridViewDataColumn), I am able to see the filter icon for the required columns.

When I click on the filter icon on the column header, a nice filter drop down comes up.

However, when I try to filter based on any filter in  "Show rows with value that" drop down options, the filter stops responding and does not collapse either. It's only when I click outside the application, the filter collapses (so the filter does not serve any purpose of filtering).

Any idea why this is happening, since I am don't have any custom code. Is this a bug in the control itself?
Gautam
Top achievements
Rank 1
 asked on 12 Sep 2012
5 answers
532 views
Hello,

The ChartArea's ItemClick event works great, but I now have an issue where if the value is too small (in a BarSeriesDefinition) then the bar won't display at all and the user is unable to click on anything. In those cases where the value is too small to display a visual, is it possible to make it so that the user can at least click on the Axis label?

Regards,

Anthony
Giuseppe
Telerik team
 answered on 12 Sep 2012
4 answers
396 views
I am using a NewItemTemplate and EditTemplate in my DataForm.  When I go into Add mode, the focus seems to be one tab short of my first textbox.  In Edit mode, it appears to be one short of the buttons on the top of the data form.  How do I get the focus to be on that first textbox in the datatemplate. (My datatemplates contain a grid with a series of horizontal stack panels because of some formatting I needed to be able to do.)  Is there a way of turning off the tabstops for the "extra" controls? Or setting the focus to the first box?

The examples that I can find in the forums are either finding the first dataform field or turning off the tab stop on some controls so you can get from the last textbox to the ok button (I couldn't get that one to work either).

thanks!
Koren
Top achievements
Rank 1
 answered on 12 Sep 2012
4 answers
223 views
I have need for adding more context menues to a RadMasketContextMenu - but I want to keep the three original (copy, cut, paste).

 <Controls:RadMaskedTextBox x:Name="contactPhone" Style="{StaticResource RadMaskedTextBoxStyle}"
                TabIndex="12" Value="{Binding Entity.Phonenumber, NotifyOnSourceUpdated=True, Mode=TwoWay}"
                MaskType="None">
            <telerik:RadContextMenu.ContextMenu>
                <telerik:RadContextMenu>
                    <telerik:RadMenuItem Header="Hello"/>
                    </telerik:RadContextMenu>
                </telerik:RadContextMenu.ContextMenu>
        </Controls:RadMaskedTextBox>

This does not work - I do not get the Hello-context menu added. How do I do this?

Thanks!
Inger Marie
Top achievements
Rank 1
 answered on 12 Sep 2012
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
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
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
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?