Telerik Forums
UI for WPF Forum
0 answers
75 views
Ignore this post!
Rod Yager
Top achievements
Rank 1
 asked on 11 Feb 2011
0 answers
80 views
Ignore this post! How do you delete posts?
Rod Yager
Top achievements
Rank 1
 asked on 11 Feb 2011
4 answers
178 views
Hi,
I'm changing the cell colour in the RowLoaded event via:
int reservedCells = 5;
if (item.Values[i].OriginalValueChanged)
{
         e.Row.Cells[i + reservedCells].Background = new SolidColorBrush(Color.FromRgb(255, 0, 0));
}

And it works fine until I scroll the grid or just re-size the window, is this a bug or am I doing the completely wrong ?

cheers
kristján.
Maya
Telerik team
 answered on 11 Feb 2011
1 answer
121 views
Hello Telerik Team,
                           I have a doubt regarding colors in textbox.

In our project one master page contains 10 fields. They are 5 wpf text box .remaining 5 radcombobox.(not microsoft combo box).

In run time radcombo box gives yellow border when mouse over and cursor on focus.The same color i want to set text box also?

here i want to set only one time.it reflect all text box in my whole project.

pls give me sample solution?
Konstantina
Telerik team
 answered on 11 Feb 2011
3 answers
118 views
I haven't come across any code example showing how to use custom sampling for data points in the chart control - at least what to say to the
 radchart.SamplingSettings.SamplingFunction to signify custom sampling or how the sampling delegate would look like ... Please help out.
Evgenia
Telerik team
 answered on 11 Feb 2011
1 answer
205 views
If I click the close button on the radPane is the Pane disposed off? 
How can I make sure that the pane is not disposed off when closed but disappear form the screen.
Also how to re-show this pane?
Konstantina
Telerik team
 answered on 11 Feb 2011
3 answers
154 views
What is wrong with thsi code? why the busy indicator does not show up?


<Window xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation"  x:Class="WpfApplication1.MainWindow"
        Title="MainWindow" Height="350" Width="525">
    <Grid HorizontalAlignment="Stretch">
 
        <Grid.RowDefinitions>
            <RowDefinition Height="Auto" />
            <RowDefinition />
        </Grid.RowDefinitions>
 
        <telerik:RadButton Click="Button_Click" Grid.Row="0" HorizontalAlignment="Center" Content="Load Appointments" FontWeight="Bold" Margin="12" Padding="18 4" />
        <telerik:RadBusyIndicator x:Name="busyIndicator" Grid.Row="1" BusyContent="Loading data....">
            <Button Height="34" Width="90" Content="xxx"/>
        </telerik:RadBusyIndicator>
 
    </Grid>
</Window>



using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Imaging;
using System.Windows.Navigation;
using System.Windows.Shapes;
 
namespace WpfApplication1
{
    /// <summary>
    /// Interaction logic for MainWindow.xaml
    /// </summary>
    public partial class MainWindow : Window
    {
        public MainWindow()
        {
            InitializeComponent();
        }
 
        private void Button_Click(object sender, RoutedEventArgs e)
        {
            busyIndicator.IsBusy = true;
 
            System.Threading.Thread.Sleep(100000);
 
            busyIndicator.IsBusy = false;
 
        }
    }
}
Teodor
Telerik team
 answered on 11 Feb 2011
9 answers
434 views
I need to load radbook from database , without save images into tmp , and i want navigate on that dinammicly .
So is it possible , we have .something like

this ,radbook.load(_my image as byte[]) or as Image - so i i can convert before to use.



Tina Stancheva
Telerik team
 answered on 11 Feb 2011
3 answers
135 views

Hi

I need to add columns in the header column as shown in the attached design.

 

NOVEMBER

DECEMBER

27

28

29

30

1

2

3

4

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

The columns should be added to the header column. If anyone knows how to do it, please reply.

Thanks

 

Manishkumar
Top achievements
Rank 1
 answered on 11 Feb 2011
11 answers
150 views
Hello!

I want to display a lot of rows in my RadGridView so therefor I want to make it as compact as possible with little space between the rows. Is there a way to remove the area of the HorizontalGridLines? Setting the HorizontalGridLine height to zero that is.

Best regards,
Anna
Krish
Top achievements
Rank 1
 answered on 10 Feb 2011
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
DataPager
PersistenceFramework
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
Localization
Rating
Accessibility
CollectionNavigator
AutoSuggestBox
Security
VirtualKeyboard
HighlightTextBlock
TouchManager
StepProgressBar
Badge
OfficeNavigationBar
ExpressionParser
CircularProgressBar
SvgImage
PipsPager
SlideView
AI Coding Assistant
+? more
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?