This is a migrated thread and some comments may be shown as answers.

Custom binding navigator images

1 Answer 101 Views
BindingNavigator
This is a migrated thread and some comments may be shown as answers.
Seth
Top achievements
Rank 1
Seth asked on 02 Sep 2020, 02:53 PM

I've created a custom binding navigator that inherits from the default to be able to optionally cancel the button navigation. When I add the custom navigator to the form, I don't get the default images. Instead they all use a default image like the attached image. How can I create a custom navigator with the standard button images?

 

This issue happens even if there is no custom code like the example below:

Public Class CancelBindingNavigator
    Inherits RadBindingNavigator
 
    Protected Overrides Function CreateNavigatorElement() As RadBindingNavigatorElement
        Return New RadBindingNavigatorElement()
    End Function
End Class

1 Answer, 1 is accepted

Sort by
0
Accepted
Dess | Tech Support Engineer, Principal
Telerik team
answered on 02 Sep 2020, 02:57 PM

Hi, Seth,

Please refer to the following help article demonstrating how to inherit the style from the parent Control: https://docs.telerik.com/devtools/winforms/telerik-presentation-framework/inherit-themes-from-radcontrols-derivatives 

I hope this information helps. If you need any further assistance please don't hesitate to contact me. 

Regards,
Dess | Tech Support Engineer, Sr.
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Tags
BindingNavigator
Asked by
Seth
Top achievements
Rank 1
Answers by
Dess | Tech Support Engineer, Principal
Telerik team
Share this question
or