Telerik Forums
UI for WPF Forum
1 answer
389 views
Hi,

I am using RadGridView to display some data and one of the columns is of type DateTime. Filtering mode is set to FilterRow. How can I filter the column by date range like I can in ASP.NET AJAX RadGrid? 

Changing filtering mode to popup is not an option for me, I need it to be filter row. 

I would also like to know how to hide the filter button and set one default filter function like contains? All of these things can be easily done on web RadGrid, but I am not able to do it with WPF RadGrid.

Thank you,

Patrik
Rossen Hristov
Telerik team
 answered on 17 Jul 2013
2 answers
231 views
Hi,

is there any Example how to use Drag & Drop from DataGrid to Datagrid + From one mvvm to an other mmvm?

Thanks
Regards
ww
Wenjie
Top achievements
Rank 1
 answered on 17 Jul 2013
5 answers
147 views
when my X Axis is of a time int it works perfectly. But when i put it as a string an error occurs("Input string was not in a correct format")

My XAML is like this
<telerik:RadChart Name="radChartCAMois">
                        <telerik:RadChart.SeriesMappings>
                            <telerik:SeriesMapping LegendLabel="Chiffre d'affaire en DT">
                                <telerik:SeriesMapping.SeriesDefinition>
                                    <telerik:Area3DSeriesDefinition/>
                                </telerik:SeriesMapping.SeriesDefinition>
                                <telerik:SeriesMapping.ItemMappings>
                                    <telerik:ItemMapping DataPointMember="XValue" FieldName="IntValue"></telerik:ItemMapping>
                                    <telerik:ItemMapping DataPointMember="YValue" FieldName="StringValue"></telerik:ItemMapping>
                                </telerik:SeriesMapping.ItemMappings>
                            </telerik:SeriesMapping>
                        </telerik:RadChart.SeriesMappings>
                    </telerik:RadChart>

and my code behing is like this
List<MyClass> a = new List<MyClass>{new MyClass{intValue = 1,stringValue = "s1"},new MyClass{intValue = 2,stringValue = "s2"}};
radChartCAMois.ItemsSource = a;

where MyClass is like this
class MyClass
    {
        public int intValue;
        public string stringValue;
    }

Filander
Top achievements
Rank 1
 answered on 16 Jul 2013
1 answer
170 views
If some model property is decorated with [DataType(DataType.Password)] the gridview with autogeneratecolumn = true should have passwordbox ?
Yoan
Telerik team
 answered on 16 Jul 2013
4 answers
185 views
Hi 

this is our customer requirement. I need to remove those options. Is there a way to do that?
Thanks in advance

Fernando
Fernando
Top achievements
Rank 1
 answered on 16 Jul 2013
1 answer
164 views
I have a RadDropDownButton and I want the end user to be able to resize the DropDownContent.

Is this possible?


ta

Ollie
Tina Stancheva
Telerik team
 answered on 16 Jul 2013
1 answer
471 views

The RedComboBox displaying list of items for selection and this list will be empty to start with. If this list is empty, user should see an empty drop down so that the User knows there is nothing to select. With my code below, I just see a small 2 pixel line below combo, this give an impression to user that something is wrong with application. If you use windows provided ComboBox then it will a empty dropdown and we want the same behavior from RedComboBox.

How can I enable dropdown even if there are no items in the list?


<RadComboBox
   HorizontalAlignment="Left"
   Margin="1,1,0,1"
   VerticalAlignment="Center"
   Name="comboname" 
   SelectedItem="{Binding Path=Item, Mode=TwoWay}"
   ItemsSource="{Binding Path= ItemList}"
   IsReadOnly="False"
   EmptyText=" - select an item - "/>
Georgi
Telerik team
 answered on 16 Jul 2013
1 answer
96 views
Hi All,

Do we have a sample include DragDrop,Contextmenu and Custom Appt( edit dilaog) ? Also include Custom group?

Wenjie

Kalin
Telerik team
 answered on 16 Jul 2013
3 answers
138 views
Is there, or will there be Office 2013 styles available for RIbbonView?
Tina Stancheva
Telerik team
 answered on 16 Jul 2013
2 answers
176 views
Hi,
    I am working on radgridview. Is there any way I can find list of all items in gridview visible. or you may say any items which are not in scroll. Actually I need to show the values only for the rows which are available in view not in scroll. for that I need to have some mechanism by which I can get all the items present in view currently not in scroll. Can any one please suggest some thing in this respect thanks.

Saqib.
Muhammad
Top achievements
Rank 1
 answered on 16 Jul 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
PersistenceFramework
DataPager
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
Bohdan
Top achievements
Rank 3
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Elliot
Top achievements
Rank 1
Iron
Iron
Iron
Sunil
Top achievements
Rank 1
Cynthia
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Bohdan
Top achievements
Rank 3
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Elliot
Top achievements
Rank 1
Iron
Iron
Iron
Sunil
Top achievements
Rank 1
Cynthia
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?