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

Refreshing / Binding GridView at runtime

1 Answer 55 Views
GridView
This is a migrated thread and some comments may be shown as answers.
athiq
Top achievements
Rank 2
athiq asked on 20 Oct 2016, 12:31 PM

Dear Team,

In my first try with Telerik RadGridView Control i succeeded in binding the grid with Dataset [ProcDataSet.xsd]. which list all the rows in my table in RadGridView.

        Me.ViewProcurementRate_OceanTableAdapter.Fill(Me.DBOCTOPUSDataSet.viewProcurementRate_Ocean)

now my second issue is to Re-Populate the grid based on user input for instance.

user Input Sea-Port Code and clicks on Search. i want to fill grid with fetching all rows matching user input.

can you please guide me next approach of fetching data from table onto RadGridView.

Thanks

 

 

1 Answer, 1 is accepted

Sort by
0
Dimitar
Telerik team
answered on 20 Oct 2016, 01:53 PM
Hi ,

Thank you for writing.

There is no need to repopulate the grid in this case. Once all data is fetched you can just add a filter descriptor and the grid will display the results. More information is available here: 
Please do not hesitate to contact us with any additional questions or concerns. 

Regards,
Dimitar
Telerik by Progress
Check out the Windows Forms project converter, which aids the conversion process from standard Windows Forms applications written in C# or VB to Telerik UI for WinForms.For more information check out this blog post and share your thoughts.
Tags
GridView
Asked by
athiq
Top achievements
Rank 2
Answers by
Dimitar
Telerik team
Share this question
or