Telerik Forums
UI for WPF Forum
1 answer
136 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
74 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
73 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
312 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
203 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
336 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
340 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
404 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
131 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
1 answer
358 views
Hi,
  <><>How we can apply Binding.ValidationRules in the telerik:RadNumericUpDown control  ?
Pana
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
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
VirtualKeyboard
HighlightTextBlock
Security
TouchManager
StepProgressBar
Badge
OfficeNavigationBar
ExpressionParser
CircularProgressBar
SvgImage
PipsPager
SlideView
AI Coding Assistant
+? more
Top users last month
Ambisoft
Top achievements
Rank 2
Iron
Pascal
Top achievements
Rank 2
Iron
Matthew
Top achievements
Rank 1
Sergii
Top achievements
Rank 1
Iron
Iron
Andrey
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Ambisoft
Top achievements
Rank 2
Iron
Pascal
Top achievements
Rank 2
Iron
Matthew
Top achievements
Rank 1
Sergii
Top achievements
Rank 1
Iron
Iron
Andrey
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?