Telerik Forums
UI for WPF Forum
10 answers
366 views
Hello again,

I am wondering if there is a way to use multiple MapProviders and then show them on top of each other. For example a Providers-property instead of a Provider-property in the RadMap-class.
As far as I've seen the InformationLayer and the DynamicLayer is no option for us since we want to deliver tiles.

Best regards
   Markus
Andrey
Telerik team
 answered on 19 Apr 2011
1 answer
151 views
Hi,
I have a grid that contains in one row a RadTileView control. i set a MouseLeftButtonDown event to the grid but when i make a click in the tileview area it does not shoot. Then i put the same event in the RadTileView control but did not work neither.
When i put the event on the tleviewItem it works correctly but what i need is to start this event when somebody click in an empty area.
Any solutions to this?
Sry for my english.
Greetings.
Zarko
Telerik team
 answered on 19 Apr 2011
1 answer
87 views
Hello, I need make this.

Add RadTileViewItem if I click on Button. This works good, but I need to bring the latest item has been maximized.

1. I added this code
tileItem.TileState = TileViewItemState.Maximized;

If I add a fourth item, so  the bottom minimized item is wrong size. 
I need to resize the window and the items will be drawn correctly.

2. I added this code
if (tvAdmin.Items.Count > 0) {
                foreach (RadTileViewItem tileItemIn in tvAdmin.Items) {
                    tileItemIn.TileState = TileViewItemState.Minimized;
                }
        }

Minimized items appear all wrong.
I need to resize the window and the items will be drawn correctly.

How should I proceed correctly.

private void Button_Click(object sender, RoutedEventArgs e) {
 
    /*
    if (tvAdmin.Items.Count > 0) {
        foreach (RadTileViewItem tileItemIn in tvAdmin.Items) {
            tileItemIn.TileState = TileViewItemState.Minimized;
        }
    } */
 
    RadTileViewItem tileItem = new RadTileViewItem();
     
    RadFluidContentControl contentControl = new RadFluidContentControl();
 
    contentControl.SmallContent = "Small content";
    contentControl.Content = "Content";
    contentControl.LargeContent = "Large content ";
    contentControl.State = FluidContentControlState.Large;
    contentControl.NormalToLargeThreshold = new Size(300, 400);
    contentControl.NormalToSmallThreshold = new Size(300, 200);
     
    tileItem.Content = contentControl;
   // tileItem.TileState = TileViewItemState.Maximized;
    tileItem.Header = tvAdmin.Items.Count.ToString();
    tvAdmin.Items.Add(tileItem);
}

Zarko
Telerik team
 answered on 19 Apr 2011
2 answers
100 views
Currently I am facing two issues with Telerik gridview : 
             
                 1) I created a grid in which I can re-order the columns(grid with drag drop using RadGridDragAndDrop) and I also have a combo box column.Now when I try to scroll the combo box column the grid row drag drop operation starts and I am not able to scroll for values in my combo box column using Mouse.

2) I have a requirement that I want to change the format of one column based on type selected. For example, say I have two columns,one which displays the Types(int,bool,string, mycustomenumtype) in a combobox column. Now based on the selection in this combobox columns, I want to alter my Value column such that in case type bool is selected, value columns becomes a  Combo 
column with two possible values, 0 and 1. Similary... when i selected int, it reverts back to a text box.Is this possible in Telerik Grid.

Any ones support would be of great help As I am evaluating this grid and need to show demos to my customers.
Karan
Top achievements
Rank 1
 answered on 19 Apr 2011
3 answers
328 views
Hi,

I have a GridView bound to a DataTable. When the data is loaded each column appears to be sized to the width of the name of the column. Is it possible to change this behaviour so that the width of the column is determined by the widest data item (the value in the cells) of that column instead?

Cheers,
Jose
Vanya Pavlova
Telerik team
 answered on 19 Apr 2011
3 answers
220 views
Hi,
I have problems with RadPanelBar`s scrolling. How can I remove that orange color, which appears when the mouse is over the scrollbar?
I`m using RadControls for WPF Q2 2010.

Thanks!
Petar Mladenov
Telerik team
 answered on 19 Apr 2011
3 answers
360 views
Hi Telerik,

I want to use RadDateTimePicker for selecting month only without concerning date and year. I have implemented as shown in the screenshot below. How can I hide the left right arrow, and custom the title from the dropdown header?



Thanks!
 Cheau
Pana
Telerik team
 answered on 19 Apr 2011
5 answers
371 views

Hi,

    I have a GridViewComboBoxColumn bound to a datasource. I need to add a checkbox on the first row. How can we achieve this? Please help.

Thanks in advance,
Norbert John

Afsal
Top achievements
Rank 1
 answered on 18 Apr 2011
4 answers
423 views
Hi,

I have set the GridLinesVisibility-Property to "None" in my grid. But when the rowdetails are visible (set to "Visible" or "VisibleWhenSelected"), there are 3 horizontal lines visible:

above the row,
between the row and rowdetails,
under the rowdetails.

How can I remove (and recolor) these??? Espacially the one between the row and the rowdetails...
(I've searched in the GridViewStyle, RowStyle, CellStyle an the RowDetailsStyle for this, but couldn't find anything that effected.)

Thanks & Regards...
Filiz
Filiz
Top achievements
Rank 1
 answered on 18 Apr 2011
1 answer
139 views

Hello Team,
 
We are using radDataFilter and Gridview filter on a xaml, here is a scnerio-
RadGridview has both the filters radDataFilter and GridView(Columns Filter).
The gridview is dependent on radDataFilter datasource called “FilteredSource”. 
In the same context if we apply the filter on Gridview filter, the color of funnel icon must changed, but its not happening.


Code:

<telerik:RadDataFilter Name="radDataFilter"

DockPanel.Dock="Top"

Visibility="{Binding Path=IsVisible, Mode=OneWay}"

Source="{Binding Shipments}"

Margin="1">

</telerik:RadDataFilter>

<ydd:YodelGridView x:Name="ShipmentGrid"

SelectionMode="Extended"

IsSynchronizedWithCurrentItem="True"

ItemsSource="{Binding FilteredSource, ElementName=radDataFilter}"

IsFilteringAllowed="True"

CanUserFreezeColumns="False"

AutoGenerateColumns="False"

IsReadOnly="True"

SelectionUnit="FullRow"

ScrollViewer.HorizontalScrollBarVisibility="Auto"

ScrollViewer.VerticalScrollBarVisibility="Auto">

Could you please look into this and suggest the solution.

Regards,
Narendra Ughade

Rossen Hristov
Telerik team
 answered on 18 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
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?