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

Blank rows apear in GridView

0 Answers 85 Views
GridView
This is a migrated thread and some comments may be shown as answers.
PunjabiSingh
Top achievements
Rank 2
PunjabiSingh asked on 12 Nov 2009, 03:41 AM
Hi Telerik
i am having issue with RadGridView most of time it works fine but some times when i load gridview it comes with blank rows the number of rows are same as my datatable row count but there is no data in rows

im using datatable to loop grid and add each row one by one

example
RadGridView.Rows.Clear()

for i=0 to dtTable.rows.count-1
    RadGridView.Rows.AddNew()
    RadGridView.Rows(i).Cells(1).Value ="<value>"
    ..
next

now most of time it works fine but some time it just shows me blank rows with no data
i was using Q2 2009 now i have updated with Q3 2009 but still same problem

help me please thanks

Kind Regards:
Harinder Singh

No answers yet. Maybe you can help?

Tags
GridView
Asked by
PunjabiSingh
Top achievements
Rank 2
Share this question
or