Telerik Forums
UI for WPF Forum
2 answers
91 views
It keeps timing out the download right at the end - tried in a couple of different browsers. Is it just really busy right now?

I guess I'm getting what I paid for... :)
Daniel
Top achievements
Rank 1
 answered on 15 Jun 2009
1 answer
129 views
I don't have SQL Express or Northwind installed. I have the SQL Server 2008 Developer edition installed. Is there any way I can get the sample code to run without SQL Express? Where can I get Northwind for SQL Server 2008 Developer?
Milan
Telerik team
 answered on 15 Jun 2009
3 answers
300 views
How do you disable inserting new items into the grid?
Milan
Telerik team
 answered on 15 Jun 2009
6 answers
230 views
How can I change the height of the items in a databound RadTreeView?
If I bind RadTreeView to a datasource, the RadTreeViewItems are automatically created with a MinHeight of 24.
I like to have a MinHeight based on the FontHeight of the TextBlock withing the HierarchicalDataTemplate.
Is this possible?

Otherwise, is it possible overriding the MinHeight using a (default) Style for RadTreeViewItem?
This style should be BasedOn the style used by default. Is it possible to do this?

Thanks
Timothy Lee Russell
Top achievements
Rank 2
 answered on 15 Jun 2009
2 answers
161 views
If I have a reference to a column, how can I retreive it's display index in the view (as it may have been moved by the user).
Gary
Top achievements
Rank 1
 answered on 12 Jun 2009
6 answers
537 views
The grid supports turning off resing and re-ordering globally, but I would like to disable those abilities on specific columns in a grid (while still allowing other columns to be resized etc).  Is this acheivable?


Gary
Top achievements
Rank 1
 answered on 12 Jun 2009
3 answers
484 views
Hi ,

I want to bind my XML data to Rad grid view.I'm using XmlDataProvider.But data was not displayed in the grid.how can i specify in the grid which xml tag to be bound in grid? i want to achieve this with XAML coding. i dont want to write any code in code behind.Any ideas ?

With regards,
Madhu k
Hristo Deshev
Telerik team
 answered on 12 Jun 2009
1 answer
83 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
126 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
300 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
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
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
Iron
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
Iron
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?