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

Performance Issues when using readonly checkbox columns

3 Answers 111 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Sasa Milovic
Top achievements
Rank 1
Sasa Milovic asked on 17 May 2007, 11:45 AM
Hi

The grid seems to slow down alot when I have a few checkbox columns and I display the grid fullscreen. I've testing by removing and adding columns using the column chooser, and the grid is only slow when the check box columns are present.

I am binding a a generic list to the grid.

I am doing the following when initially creating the grid (setting the columns to readonly), and removing this code does improve that responsiveness

For Each col As GridViewColumn In grdProdArea.MasterGridViewTemplate.Columns

col.ReadOnly = True

Next

3 Answers, 1 is accepted

Sort by
0
Dimitar Kapitanov
Telerik team
answered on 18 May 2007, 01:34 PM
Hi Sasa Milovic,
Indeed we are aware of these performance issues and we are working on them. The behavior you have observed is because the text cells are optimized, and the embedded editor columns (like the checkbox columns) are not optimized for the SP1 release.

Kind regards,
Dimitar Kapitanov
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Sasa Milovic
Top achievements
Rank 1
answered on 07 Jun 2007, 07:06 AM
So, when will this be resolved? Q2?
0
Jack
Telerik team
answered on 07 Jun 2007, 08:24 AM
Yes, we will put all efforts to fix all performance and stability issues in Q2 version. Our focus will be primarily on quality for Q2.
 

Greetings,
Jack
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
GridView
Asked by
Sasa Milovic
Top achievements
Rank 1
Answers by
Dimitar Kapitanov
Telerik team
Sasa Milovic
Top achievements
Rank 1
Jack
Telerik team
Share this question
or