Telerik Forums
UI for WPF Forum
1 answer
81 views
I am in need of some assistance in customizing a RadGraph Line Chart so that it is suitable for printing, that is, uses a white background, black text and Axis and colored lines. So far, I've been able to change the background to white but the Axis labels seem to stay at white which doesn't work and I can't figure out how to change them.

I'd appreciate some assistance on how to style the control for this purpose.

Thanks.

Dwight
Telerik team
 answered on 12 Jun 2009
1 answer
124 views
I'm trying to rebind same grid to different datatables. The problem occurs when after sort by column gridview is rebound. During rebind it crashes bypassing catch..

Has anyone come across this (run this method , sort the gridview on any columns and run method again)

 try
            {
                 dt = new DataTable();
                 

                 dt.Columns.Add(new DataColumn(string.Format("{0}{1}", "x", (new Random()).Next(1, 20))));
                    dt.Columns.Add(new DataColumn(string.Format("{0}{1}", "y", (new Random()).Next(43, 320))));
                     

                for (int i = 0; i < 15; i++)
                {
                    DataRow dr = dt.NewRow();
                    dr[0] = (new Random()).Next(1, 90);
                    Thread.Sleep(100);
                    dr[1] = System.Convert.ToDouble("1." + (new Random()).Next(1, 203222));

                    dt.Rows.Add(dr);

                }
                dt.AcceptChanges();


                this.dataGrid1.DataContext = dt;
                this.dataGrid1.Rebind();
            }
            catch (Exception e)
            {
                string x = e.Message;
                return;

            }

Vlad
Telerik team
 answered on 12 Jun 2009
4 answers
293 views
Is it possible to show the times in the RadTimePicker in Military Time format?

Thanks,

Billy Jacobs
Boyan
Telerik team
 answered on 11 Jun 2009
1 answer
125 views

Hi.

I am using the TreeView control.
however, there are some restrictions I need enforced.
Basically I want the user to be able to re-arrange the sub items in a tree node but not be able to drop a node outside of its parent.
How can I do this?

Lower part saw the same contents question.
Will be a plan which will upgrade. Now is the use possible?

Reply will wait.
Thanks...

Miroslav
Telerik team
 answered on 11 Jun 2009
1 answer
94 views
Hello,

I have a long tree view, where the tree items go below the viewable area of the page.  I tried wrapping this with a ScrollViewer, but that didnt' do anything.  How can I enable scrolling for this long tree?

Right now, the list of items is truncated.

Thanks.
Bobi
Telerik team
 answered on 11 Jun 2009
3 answers
97 views
Not sure if this is a bug or if I'm not using the right property. I can't seem to get the content/text of the timepicker to be verticalcontentalignment = center ...always appears to stay stuck on "top". This is using the release that went live yesterday..
Dimitrina
Telerik team
 answered on 11 Jun 2009
1 answer
156 views
hello

How to bind a simple string array to a RadGridView.How can I achive this problem.
Vlad
Telerik team
 answered on 11 Jun 2009
3 answers
70 views
Hello,

Does the gridview have a footer row ?

Thanks

Erez
Vlad
Telerik team
 answered on 11 Jun 2009
1 answer
67 views
I'm interested in encapsulating and extending the RadGridView, for example adding New Row and Delete Row buttons above the grid, as a UserControl, but still support XAML manipulation of the GridView by the window upon which my UserControl exists.

Is there a way to add the buttons, etc. with Templates? (instead of encapsulating in a UserControl)

Thanks!
Nedyalko Nikolov
Telerik team
 answered on 10 Jun 2009
3 answers
117 views
Hi !

I downladed & installed the TrailVersion of RAD Controls for WPF.But i couldnt able to work with those controls.When ever i open a project & start adding the RAD control its throwing exception & my whole system is feezing.When i check the task manager the visual studio is consuming very large memory.its taking some time for my system to regain its original state .Before installing the RAD controls my visual studio use to work fine.I dindt get why its happens after installing the RAD controls .

Is the any ideas ?

With Regards,
Madhu k
Boyan
Telerik team
 answered on 10 Jun 2009
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
Slider
Expander
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
WebCam
CardView
DataBar
Licensing
FilePathPicker
PasswordBox
Rating
SplashScreen
Accessibility
Callout
CollectionNavigator
Localization
AutoSuggestBox
HighlightTextBlock
Security
TouchManager
StepProgressBar
VirtualKeyboard
Badge
OfficeNavigationBar
ExpressionParser
CircularProgressBar
SvgImage
PipsPager
SlideView
AI Coding Assistant
+? more
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
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?