Telerik Forums
UI for WPF Forum
4 answers
273 views
Hi
how can i Add Text to Color picker without removing the underline color postion.

if i use the RadColorPicker.Content then the under line color postion removed.

please let me know if you understand what i mean

Thanks,
Akram
Jeramy
Top achievements
Rank 1
 answered on 17 Sep 2015
4 answers
180 views

Hello,

How do I get the GridViewGroupRow from the grid? There is a post here http://www.telerik.com/forums/radgridview-opening-groups-programmatically that indicates you can do this through the radgridview.Items.Groups, but this returns an IGroup, which does not have the IsExapnded property that GridViewGroupRow object has.

I would like to loop through the groups and expand/collapse groups based on certain criteria, but I don't know how to get the GridViewGroupRow.

 

Thanks,

Scott

Scott Michetti
Top achievements
Rank 1
Iron
 answered on 17 Sep 2015
3 answers
137 views

Hi All

 We have a telerik datagrid wherein we define a row validity based on properties of other rows (objects).

 so as soon as one row's validation fails, all the related row turn red as well, but when we make data changes to pass the validation, the row under edit turns back to normal color but others still remain RED.

 So my question is, when all rows turn red as soon as their validation fails why they don't turn back to normal as soon as validation passes ?

 

Thanks

M.

Ivan Ivanov
Telerik team
 answered on 17 Sep 2015
8 answers
163 views
Hi

In Visual Studio, Chrome, Firefox, and all other apps that support tabbed windows with docking and floating, it is possible to grab the tab of a window, and move it left or right along the tab row, in order to change the tab ordering. The window only undocks if you move the mouse outside of the tab row area.

Can this behaviour please be implemented in RadDocking? At the moment, as soon as you grab a tab and move it, it undocks. I think the behaviour should be made to be more in line with other applications that support docking/floating/tabbing.

Thanks
Tom Davies
Nasko
Telerik team
 answered on 17 Sep 2015
1 answer
118 views

Hi,

I want to place the controls just beside the minimize button of the ribbon view.

We can see few controls near the minimize button in VS2013. I have attached the screenshot.

Please help us to place the controls as the same way.

 

Kiril Vandov
Telerik team
 answered on 17 Sep 2015
5 answers
441 views

Hi

I am new to the telerik world. I am currently working in a code base that uses a mixture of Telerik winforms (15.1.331) and telerik wpf controls (15.1.401). The application has a custom tssp file for winform elements that sets elements in a style. It also uses builtin Expression-DarkTheme for all wpf controls. My goal is to make both winforms buttons and wpf buttons look the same. I would like to know what is the best approach?

Is there a way to create a wpf button theme from the winform radbutton style in the tssp file and apply it across the solution?

Thanks

Venkat

Martin Ivanov
Telerik team
 answered on 17 Sep 2015
1 answer
61 views

Downloaded the trial version and some documentation earlier today..

Come on guys: ​Each and every time I run my test app, I am getting a modal dialog. I know, I know that I am running the trial version. 

Next it opens a new browser windows on Telerik website.This is crazy...

And this will definitely not do anything to convince me to purchase the product.

I need to evaluate the Chart components in real situations (with plenty of data) and my eval will require some time..

So is there any way to bypass the dialog or at least the opening of the browser window?

Thanks,

L.T

Petya
Telerik team
 answered on 17 Sep 2015
11 answers
404 views
Hi, I'm experiencing a NRE when using RadPdfViewer. So far, I've not been able to come up with something that's repeatable (however, it's consistently failing), but it does seem to have something to do when closing down a control (i.e. removing the control that contains the RadPdfViewer).

Is there some what I can at least trap this error and prevent it from leaving the Telerik libraries? Or absent that do you have instructions for me to somehow build a debug release of Telerik I can debug with?

I'm using Q1 2014 release.

Thanks,
Scott

This is the exception:

System.NullReferenceException was unhandled
  HResult=-2147467261
  Message=Object reference not set to an instance of an object.
  Source=Telerik.Windows.Controls.FixedDocumentViewers
  StackTrace:
       at Telerik.Windows.Documents.UI.FixedDocumentPresenterBase.UpdateSelectionUILayer()
       at Telerik.Windows.Documents.UI.FixedDocumentPresenterBase.UpdateCaretUI()
       at Telerik.Windows.Documents.UI.FixedDocumentPresenterBase.Presenter_LostFocus(Object sender, RoutedEventArgs e)
       at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
       at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
       at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
       at System.Windows.UIElement.RaiseEvent(RoutedEventArgs e)
       at Telerik.Windows.Controls.Input.FocusScope.OnLostFocus(Control element)
       at Telerik.Windows.Controls.Input.FocusScope.FocusNextElement()
       at Telerik.Windows.Controls.Input.FocusScope.RemoveFocusableElement(Control element)
       at Telerik.Windows.Controls.Input.FocusScope.FocusableElement_Unloaded(Object sender, RoutedEventArgs e)
       at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
       at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
       at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
       at System.Windows.UIElement.RaiseEvent(RoutedEventArgs e)
       at System.Windows.BroadcastEventHelper.BroadcastEvent(DependencyObject root, RoutedEvent routedEvent)
       at System.Windows.BroadcastEventHelper.BroadcastUnloadedEvent(Object root)
       at MS.Internal.LoadedOrUnloadedOperation.DoWork()
       at System.Windows.Media.MediaContext.FireLoadedPendingCallbacks()
       at System.Windows.Media.MediaContext.FireInvokeOnRenderCallbacks()
       at System.Windows.Media.MediaContext.RenderMessageHandlerCore(Object resizedCompositionTarget)
       at System.Windows.Media.MediaContext.RenderMessageHandler(Object resizedCompositionTarget)
       at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
       at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
       at System.Windows.Threading.DispatcherOperation.InvokeImpl()
       at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
       at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
       at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
       at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
       at System.Windows.Threading.DispatcherOperation.Invoke()
       at System.Windows.Threading.Dispatcher.ProcessQueue()
       at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
       at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
       at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
       at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
       at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
       at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
       at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
       at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
       at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
       at System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)
       at System.Windows.Threading.Dispatcher.Run()
       at System.Windows.Application.RunDispatcher(Object ignore)
       at System.Windows.Application.RunInternal(Window window)
       at System.Windows.Application.Run(Window window)
       at System.Windows.Application.Run()
       at FileNavigator.App.Main() in c:\Dev\Projects\FileWorld\File.App\obj\x86\Debug\App.g.cs:line 50
       at System.AppDomain._nExecuteAssembly(RuntimeAssembly assembly, String[] args)
       at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args)
       at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly()
       at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
       at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
       at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
       at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
       at System.Threading.ThreadHelper.ThreadStart()
  InnerException: 
Tanya
Telerik team
 answered on 17 Sep 2015
0 answers
67 views

I have an issue with loading layout that causes the floating panes appear in a sequence, not at the same time as i like it to be. Is there any way of achieving this?

This is how i currently do it:

In the ElementLoaded event i set the pane to be IsHidden=true. So far so good. And then in my main application Loaded event i set the IsHidden=false to show the panes. Bot doing this takes exactly the same ammount of time as if i would not set them to be hidden in the ElementLoaded event.

 

I want all of the panes to become visible with its content all at the same time. Reason for this is we have a startup screen that is visible untill all content is loaded. It works fine with the docked panes, but not the floating ones.

 

/Niklas

Niklas
Top achievements
Rank 1
 asked on 17 Sep 2015
3 answers
186 views
Hi,,,When Am Going To Add New Item  To RadGridView First I Adden First Column And Then Move To Second Second Column.When I Moved second Column The First Column Data Is Not Visible What I Entered Like That Second,Third Column Also.Can U give Any Suggestion. I Attached  3 screen shot also just see Where Is Reference Name, Refernece Description and give the suggestion please..as soon as possible
Ivan Ivanov
Telerik team
 answered on 16 Sep 2015
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)
WatermarkTextBox
DesktopAlert
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?