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

Blank grid rows appear on a grid after recreating columns

1 Answer 121 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Rubicon Computer Systems
Top achievements
Rank 1
Rubicon Computer Systems asked on 30 Apr 2007, 08:31 AM
Hi

I am using the same grid to show multiple column formats from several different tables.

VB .NET
        Me.rgvMain.DataSource = Nothing 
        Call Me.rgvMain.Rows.Clear()  
        Call Me.rgvMain.MasterGridViewTemplate.Columns.Clear()  
        Call Me.rgvMain.Refresh() 

I use the above code at the top of my column creating code to "clean" the grid before rebuilding with new columns.

HOWEVER, if my grid comes back correctly with no data then the number of rows previously shown remain on screen as blank rows.

Kind Regards

David

1 Answer, 1 is accepted

Sort by
0
Kiril
Telerik team
answered on 02 May 2007, 02:18 PM
Hi David,

Thank you for letting us know about this issue. It will be fixed in the upcoming Service Pack 1.

Kind regards,
Kiril
the telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
GridView
Asked by
Rubicon Computer Systems
Top achievements
Rank 1
Answers by
Kiril
Telerik team
Share this question
or