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

I have a Grid which is bound to an observable collection. The first column is a Combobox. Based on the selection in the first column, I need to change the values of the remaining columns in the same row. I tried to modified the Observable collection but the text of remaining columns are not getting changed. But if I click on each of the remaining columns, text is getting updated. Please help.

Thanks and Regards,
Norbert John
Pavel Pavlov
Telerik team
 answered on 21 May 2010
1 answer
56 views
Hi team,

Do we have same Pallette  that is same as MS word Pallette  (for referance please look at attachment) in Rad Color Picker?

If not Can you provide any similar kind of demo application to create Custom Pallette   kind of thing.


Miro Miroslavov
Telerik team
 answered on 21 May 2010
1 answer
159 views
Hi,

my grid has an item source which is an observable list of a objects, each of which consist of  a date and 5 numbers. For each row, I want to highlight the higest number in that row by making it bold.

Any pointers on how I would do this?

thanks,
Jas
Milan
Telerik team
 answered on 21 May 2010
4 answers
425 views
How do I get the GridViewRowItem object of the selected row in the RadGrid SelectionChanged event?


Jeffrey Lewis
Top achievements
Rank 1
 answered on 21 May 2010
3 answers
105 views

Hello Everyone,

I am creating a chart to display real-time data that is "polled" every 5 seconds. Additionally, my chart can contain multiple data series all of which will be spline. If I let the chart auto calculate the X axis bounds and ticks, it is extremely slow in displaying initial values. So I want to set the X axis manually. Here is the code I have so far:

radChart1.DefaultView.ChartArea.AxisX.LayoutMode = AxisLayoutMode.Normal;  
radChart1.DefaultView.ChartArea.AxisX.IsDateTime = true;  
radChart1.DefaultView.ChartArea.AxisX.DefaultLabelFormat = "T";  
radChart1.DefaultView.ChartArea.AxisX.AutoRange = false;  
DateTime MinVal = DateTime.Now;  
DateTime MaxVal = MinVal + TimeSpan.FromSeconds(UpdateInterval * (NumDataPoints + 1));  
radChart1.DefaultView.ChartArea.AxisX.AddRange(MinVal.ToOADate(), MaxVal.ToOADate(), 1.0);  
radChart1.DefaultView.ChartArea.AxisX.Step = 0.05;  
radChart1.DefaultView.ChartArea.AxisX.LabelStep = 1; 

Note that the default value for UpdateInterval is 5 and NumDataPoints is 10

However, using the above code, I only get two ticks on the X axis. What I really want is that the number of ticks should be the same as NumDataPoints and they should be equally distributed between the Min and Max of the X axis range. How can I achieve that? I have tried playing around with Step and LabelStep values but did not get anything different.

Any help would be greatly appreciated.

Thanks

-Ambar
Ambar Kulkarni
Top achievements
Rank 1
 answered on 20 May 2010
2 answers
86 views
Hi. I'm trying to implement Excel exporting on a RadGridView (it's been pretty frustrating btw), and I've noticed you have to manually set each row, group and header style when doing so. Is there any way I can export the grid with the appearance it's already got in my application?

Thanks.

PS: I'd really recommend for a next release a makeover of the grid's exporting capabilities, given the fact they're so limited right now.
Hugo Aristizabal
Top achievements
Rank 2
 answered on 20 May 2010
2 answers
188 views
Hi guys,

I have a requirement where I need to have VerticalScrollBar appeared right under the column headers.
Well, I was able to archive that by changing the ControlTemplate for the GridView where I moved GridViewHeaderRow to outside of the ScrollViewer. Everything seems to work just fine. Next I wanted to have a star sized columns and that's where I am having a little problem. I need my last Column Header to use all the remaining space; however there still a space of VerticalScrollBar's width on the right. It's not a filler column; simply DataCellsPresenter inside GridViewHeaderRow does not stretching its content all the way. How do I fix this.

Attached is sample pick.

Thanks,
Xoma
Top achievements
Rank 1
 answered on 20 May 2010
3 answers
98 views
Hello there,

Do the gridview support making a six level hierarchy in an easy way? 

Right now I'm setting my top data set as ItemsSource and then do a lot of child table definitions. To be able to remove GroupPanel and ColumnHeaders in my child nodes I'm listening on the DataLoading event casting the sender to a GridViewControl. For getting all the child column I have set the AutoGenerateColumns property to true. But I need to remove some of them so I also listening for AutoGeneratingColumn event. Doing this seems a little bit odd!

Another question is if I'm able to update the data at the bottom node in the gridview from a database without destroying the expanded hieararch made by the user?

Am I correct in my assumption that the gridview only support a two level hierarchy in a good manner.

Best wishes from Johan
Vlad
Telerik team
 answered on 20 May 2010
5 answers
172 views
Hello all.

I'm using RadChart and i want to hide values from chart.
Also there is grey background and i cannot change it. I've tried to change it, but it still remains grey. See attached image, please.
Chart's dimensions are 170x130.
Thank you in advance.
    Nenad
Nikolay
Telerik team
 answered on 20 May 2010
3 answers
77 views
Fix yo' code. :P
Pavel
Telerik team
 answered on 20 May 2010
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?