How to refresh the radgridview using wpf ?
Loading
How to refresh the radgridview using wpf ?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jithu ThomasPosted Mar 27, 2024, 1:15 PM
You can refresh the
RadGridViewby reloading the data source:Amit MohantyPosted Mar 27, 2024, 11:59 AM
If you are using a 3-tier architecture and the Rebind() method is not working for refreshing the RadGridView, may be it's due to the data binding mechanism or the communication between layers. You may need to manually update the data source bound to the RadGridView.
So could you please share a minimal, reproducible code snippet to understand the issue? Without seeing your code, it's difficult to provide specific guidance.
Sujay AnandPosted Mar 27, 2024, 5:16 AM
THe coding structure they following is 3 tier architechture. I tried this also but not working.
Amit MohantyPosted Mar 26, 2024, 11:34 AM
You can call the Rebind() method of the RadGridView to refresh its data.