Telerik Forums
UI for WPF Forum
3 answers
150 views
I need radgridview's cell tool tip to be auto opened when e.IsValid is set to false. Currently it opens when mouse hovers over the corner of the cell.

Any Suggestions.
Vanya Pavlova
Telerik team
 answered on 06 Jun 2013
8 answers
1.3K+ views
Hi.
As in topic. I've checked lot of topics in forum, but still dont have answer for previous and this topic.
At this moment i'm getting data from SqlDataAdapter:

SqlCommand cmd = new SqlCommand("getProducts", conn);
                SqlParameter par = cmd.Parameters.Add("catID", CatID);
                cmd.CommandType = CommandType.StoredProcedure;

(...)
productsDataGrid.Items.Add(new Product{...});

But it tooks 5-10 sec to load gridView.
Help me please, I need good example step by step how can i load data to structure and then preview them in gridView.

Thanks
Paweł
Top achievements
Rank 1
 answered on 06 Jun 2013
1 answer
172 views
Currently we are using 4-6 Radcharts on a screen in our application and when we run our application its is consuming all the CPU. When we digged in the application we found it is because of enabling animation in chart view. But when we disabled the animation in chart controls it is still using 100% of CPU.

Can you please suggest us if there is any other property or solution to disable the refreshing in charts.
Petar Kirov
Telerik team
 answered on 06 Jun 2013
3 answers
218 views
Hi, what's the best way to export as pdf, or print a RadCartesianChart ?

Thanks in advance!

G.
Gabriele
Top achievements
Rank 1
 answered on 06 Jun 2013
1 answer
228 views

Hi,
In the application we are developing we have a Raddocking control which hosts a RadSplitContainer, inside of which is a RadPaneGroup. This RadPaneGroup acts a region. RadPaneGroupRegionAdapter is used to add panes to the target (which is a RadPaneGroup in this case). Below is the adding logic that is being used. The problem is that I have to bring the first rad pane into focus. Is there a way to that. Right now whenever a new pane is added the focus shifts to the newly added pane.
Appreciate any pointers
Thanks
YK

region.Views.CollectionChanged += (s, e) =>
           {
               switch (e.Action)
               {
                   case NotifyCollectionChangedAction.Add:
                       foreach (var i in e.NewItems)
                       {
                           if (i is RadPane)
                           {
                               (i as RadPane).CanUserClose = true;                               
                               target.Items.Add(i);
                                
                               continue;
                           }
                        }
                   }
              }
Kalin
Telerik team
 answered on 06 Jun 2013
1 answer
242 views
Hi Telerik,

Can i change the Dock position of RadPane in code behind? now i can do that using mouse drag and drop

Thanks,
Akram
Vladi
Telerik team
 answered on 06 Jun 2013
1 answer
120 views
I want to perform an action when a radpane is expanded ( mouse over tab header ) but I cant find anything in the documentation about this. What event can I use to achieve this?

eg

 

<telerik:RadPane Header="Drills" IsPinned="False" CanUserClose="False" ExpandedEvent="MyExpandedEventHandler">



Thanks

Andy

Kalin
Telerik team
 answered on 06 Jun 2013
1 answer
275 views
I have the following XAML and I want the error tooltip to show when I throw and exception from the ViewModel property CobDate.

It will show the error tool tip when the CobDate is invalid text, e.g. 'aaaasss' but when it is a valid date but greater then the SelectableDateEnd it will not show the error tool tip when I throw an exception from the ViewModel, it does highlight the textbox of the control with a red border but I want the error tooltip to show as well.

How can I get the error tooltip to show?

<telerik:RadDatePicker DisplayFormat ="Long"
          x:Name="cobDatePicker"
          Width="150"
          SelectableDateStart="{Binding MinDate, Mode=OneWay}"
          SelectableDateEnd="{Binding MaxDate, Mode=OneWay}"
          BlackoutDates="{Binding DisabledDates, Mode=OneWay}"
          ErrorTooltipContent="Invalid Date!"
          AutomationProperties.AutomationId="CobDatePicker">
               <telerik:RadDatePicker.SelectedDate>
                   <Binding Path="CobDate"
                        Mode="TwoWay"
                        ValidatesOnExceptions="False"
                        UpdateSourceTrigger="PropertyChanged">
                       <Binding.ValidationRules>
                           <ExceptionValidationRule />
                       </Binding.ValidationRules>
                   </Binding>
               </telerik:RadDatePicker.SelectedDate>
           </telerik:RadDatePicker>
Yana
Telerik team
 answered on 06 Jun 2013
3 answers
149 views
Hello,

I was wondering if there is a TimeBar like range selection possible for TimeLine.
I'm currently testing Telerik Radcontrols for a new version of our planningssoftware.
It would be a nice feature if users could select a range in TimeBar and see all the changes that happen in that range.
For instance if they select a range from 05/15/2013 to 06/15/2013 they could see TaskX ended, TaskY started, ...
Tsvetie
Telerik team
 answered on 06 Jun 2013
1 answer
76 views
I have custom styled connections and connectors. When I drag a connection between connector A and B, the line is (correctly) on top of the connectors. However, as soon as I have selected the nodes, the connectors end up on top of the line! This weirdness is preserved if I remove the connection and add a new one.

What is causing the connection's line to become obscured by the connectors?
Petar Mladenov
Telerik team
 answered on 06 Jun 2013
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
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?