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

Connect radBindingNavigator or DataNavigator to GridView

1 Answer 128 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Juyong
Top achievements
Rank 1
Juyong asked on 30 May 2019, 02:23 AM

I'm testing gridview and add cell values manually without using any datasource.

I'd like to show navigator control for the rows of gridview.

Is there any way to do so?

1 Answer, 1 is accepted

Sort by
0
Dimitar
Telerik team
answered on 30 May 2019, 11:23 AM
Hi Juyong,

I am afraid that this is not possible, the RadBindingNavigator should be bound to a BindingSource, and when the grid is manually populated, there is nothing that can be bound to the BindingSource. The BindingSource must be bound to a data source that supports a currency manager.

The only solution I can think of without using a DataSource for the grid is creating a custom navigation control and setting the current row/column in the grid manually. The RadBindingNavigator is a CommandBar control: CommandBar Telerik UI for WinForms.

I hope this helps. Should you have any other questions, do not hesitate to ask.

Regards,
Dimitar
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
GridView
Asked by
Juyong
Top achievements
Rank 1
Answers by
Dimitar
Telerik team
Share this question
or