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

I'm using the latest version of Telerik and I want to know if it's possible to have the "WatermarkContent" the same opacity than the RadDatePicker???

Thank's
Boyan
Telerik team
 answered on 21 May 2012
1 answer
162 views
Hello everyone,

In my application, I need to retrieve the pdf document from the viewer in a memory stream, so I can save it into a table in the database.

Can someone please show couple lines of code to do this? (retrieving the pdf, and converting to a memory stream)

Thanks,
Kammen
Telerik team
 answered on 21 May 2012
0 answers
101 views
hi ,

         i am new to telerik controls...

i am interested in implementing header and footer in data pager... can any one suggest any thing.. how to implement header and footer in data pager...

--
V,sharath kumar
+91-9297057111
Sharath
Top achievements
Rank 1
 asked on 21 May 2012
3 answers
267 views
Hi,

how can i create a MenueItem with perhaps an expander, like you can see on the attached file? Or is there any "easy simple" example to create a own MenueItem Style?

Thanks
Rene
Yana
Telerik team
 answered on 21 May 2012
1 answer
97 views
Hi Guys,

I am using wpf to create a live data reporting software. I used the radchart control to show the live line graph. Following is the example code:
xaml code:

<chart:RadChart x:Name="chart1" AxisElementBrush="#FFD43636">

<chart:RadChart.SeriesMappings>

<charting:SeriesMapping LegendLabel="Value">

<charting:SeriesMapping.SeriesDefinition>

<charting:LineSeriesDefinition ShowItemLabels="False"></charting:LineSeriesDefinition>

</charting:SeriesMapping.SeriesDefinition>

<charting:ItemMapping FieldName="index" DataPointMember="XValue"></charting:ItemMapping>

 <charting:ItemMapping FieldName="value" DataPointMember="YValue"></charting:ItemMapping>

 </charting:SeriesMapping>

 </chart:RadChart.SeriesMappings>

 </chart:RadChart>
Code_behind is:

List<indexsandnumbers> data = new List<indexandnumbers>();
for (int i = 1; i < 999999; i++)

{
   index = i;
   value = i*1.3;
   data.add(new indexsandnumbers(index,value));

   chart1.Itemsource = data;
   chart1.rebind();
}

However, I can only see the Xvalue increase and there is no Yvalue in the chart1 after I run the application.

The only way to show the line chart is I stop the loop, I can not get the line chart during the loop.

Any helps is appreciated.


Thank you very much.

Rosko
Telerik team
 answered on 21 May 2012
0 answers
165 views

Hello.

I'm using double click cell event in grid for opening new form.

But when I try auto resize width column (double click on border between column header) or changing sorting mode (double click on column header) this event are executing too.

How I can use this event only for clicking current data row?

Edit:

Excuse me. Posted for WinForms forum...

Alex
Top achievements
Rank 1
 asked on 21 May 2012
1 answer
108 views
Filtering on the lower  level nodes  works  only when you type something and Click filter, but it doesn't show the distinct values for these nodes. It shows only for the Top Level node. 

Is this a BUG or is there anything we can do to make it appear for all the nodes?

This is really important feature that we were hoping to show to the users. 

Any help on this is greatly appreciated. 
 
Vlad
Telerik team
 answered on 21 May 2012
0 answers
88 views
hi!
i have a problem with refreshing data after insert new item to entity framework
in my project i used Entity framework with local database(sdf) + Observabllecollection and INotifyPropertchanged
i checked , and data that inserted is all fine , but i can't get the items in real time after i made the insert.
i tried everyhing without successfull to solve this problem

NOTE: this is a very small project for test,i attached the files hopefully someone will take a look on my code

Regards
Orel

Files


orel gabay
Top achievements
Rank 1
 asked on 20 May 2012
0 answers
122 views
Below shows month year as I want in the column but when you click the drop down date picker it shows days also. I need it show the month year picker control. How can I do this ? thanks
<telerik:GridViewDataColumn DataMemberBinding="{Binding CheckDate}"  Header="CheckDate" DataFormatString="{} {0:MMM-yyyy}" />

Geena
Top achievements
Rank 1
 asked on 20 May 2012
3 answers
589 views
Hi,

how do i set an indiv tooltip to a Listboxitem?

Thanks
Regards
Rene
Georgi
Telerik team
 answered on 19 May 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
PersistenceFramework
DataPager
Styling
TimeBar
OutlookBar
TransitionControl
Book
FileDialogs
ToolBar
ColorPicker
TimePicker
MultiColumnComboBox
SyntaxEditor
VirtualGrid
Wizard
ExpressionEditor
NavigationView (Hamburger Menu)
WatermarkTextBox
DesktopAlert
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
Security
VirtualKeyboard
HighlightTextBlock
TouchManager
StepProgressBar
Badge
OfficeNavigationBar
ExpressionParser
CircularProgressBar
SvgImage
PipsPager
SlideView
AI Coding Assistant
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?