Telerik Forums
UI for WPF Forum
8 answers
152 views
Hi,
Is there any way to style a column in the GridView without using Expression Blend? I couldn't find any guidance.

Thanks!

Vanya Pavlova
Telerik team
 answered on 06 Jun 2013
1 answer
127 views
1) I start dragging a connection from a node's connector. ConnectionManipulationStarted is correctly called.
2) I release the mouse outside the diagram window.
3) I then click inside the diagram window. ConnectionManipulationStarted is called again!

Clearly, this is a bug. You should capture the mouse during dragging operations. Not sure how I can work around this issue. As it is now, I end up with an orphaned connection...
Tina Stancheva
Telerik team
 answered on 06 Jun 2013
3 answers
137 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.2K+ 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
151 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
209 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
209 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
217 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
114 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
232 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
Narrow your results
Selected tags
Tags
+? more
Top users last month
Anislav
Top achievements
Rank 6
Silver
Bronze
Bronze
Jianxian
Top achievements
Rank 1
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Jim
Top achievements
Rank 2
Iron
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Anislav
Top achievements
Rank 6
Silver
Bronze
Bronze
Jianxian
Top achievements
Rank 1
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Jim
Top achievements
Rank 2
Iron
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?