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

Grouping and CellClick slow

2 Answers 55 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Praveen
Top achievements
Rank 1
Praveen asked on 30 Mar 2010, 06:29 AM
We are using celltemplate and editcelltemplate dynamically vs in XAML. We are also have grouping enable on a column.

As user has to click row , click cell to enter data or additional click for combo box ( too many clicks). So we have tried to enable CellClick EditTriggers. With cellclick enable it is very slow to go into the cell to enter data.

I have tried to use demo sample that has celltemplate example i.e
http://demos.telerik.com/silverlight/#GridView/CellEditTemplate

Enabled cellclick and I see the same slowness when column is grouped vs cellclick with out grouping. Are we missing any here? Is there any way to improve the user clicking on cell to going into edit mode?

Thanks

2 Answers, 1 is accepted

Sort by
0
Stefan Dobrev
Telerik team
answered on 01 Apr 2010, 05:24 PM
Hi Praveen,

The problem comes from the fact that when RadGridView is grouped and edit operation is committed (clicking on cell of another row) all row get recreated. We are currently working on a way to optimize this scenario. I have created a PITS (#1652) item that you can use to track the progress of this issue.

Thanks for your feedback and sorry for the inconvenience this might cause.

Kind regards,
Stefan Dobrev
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Stefan Dobrev
Telerik team
answered on 17 Jun 2010, 04:40 PM
Hi Praveen,

We have refactored our grouping implementation to not refresh the whole view when an edit is committed for Q2 2010. Can you please download our Q2 2010 Beta version and verify how this new behavior is working for you?

Kind regards,
Stefan Dobrev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
GridView
Asked by
Praveen
Top achievements
Rank 1
Answers by
Stefan Dobrev
Telerik team
Share this question
or