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

Bound Grid Data now showing until header clicked

4 Answers 87 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Russell Groover
Top achievements
Rank 1
Russell Groover asked on 06 Feb 2008, 09:07 PM
I have a GridView that's bound do a BindingList.  No rows show in the grid until the user clicks the header column to perform a sort.  Any idea why the rows don't display until the user clicks the column headers?

4 Answers, 1 is accepted

Sort by
0
Michael
Top achievements
Rank 1
answered on 07 Feb 2008, 02:26 AM
I experienced a similar problem but I was binding to a BindingSource. After addressing this issue with them, they said the problem is fixed and will be available when Q1 2008 Beta is released (early Feb).
0
Julian Benkov
Telerik team
answered on 08 Feb 2008, 08:58 AM
Hi Russell,

Thank you for writing.

Please after binding the RadGridView to a BindingList object call the Update function of GridElement as shown below:

radGridView1.GridElement.Update(true); 

For the new edition of RadGridView this update logic is not needed for binding/rebindind/reset operations. The beta release will be available soon.

If you have any other questions, please contact us again.

Greetings,
Julian Benkov
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Bowo Prabowo
Top achievements
Rank 1
answered on 08 May 2008, 02:54 PM
My case is similar with Michael, i'm using binding source to bind the grid.But i can't seem to make the code worked (radGridView1.GridElement.Update(true); ).

Where do i have to put the code? i'm using the wizard binding from visual studio (drag n drop).

any suggestion ?

Thx
0
Jack
Telerik team
answered on 09 May 2008, 08:27 AM
Hi Bowo,

Thank you for reporting this issue.

I confirm that we have addressed this issue in the Q1 2008 release. I strongly recommend updating to the latest release. I can offer you a pre-release of Q1 2008 Service Pack 1. Please open a support ticket with subject "ID:134483" to receive a link to it.

Please, let me know, if you have other questions.

Greetings,
Jack
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
GridView
Asked by
Russell Groover
Top achievements
Rank 1
Answers by
Michael
Top achievements
Rank 1
Julian Benkov
Telerik team
Bowo Prabowo
Top achievements
Rank 1
Jack
Telerik team
Share this question
or