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

Real-time update problem

3 Answers 152 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Sergey
Top achievements
Rank 1
Sergey asked on 11 Dec 2013, 12:53 PM
I update data in GridView very quickly. Last updated item have a state as if mouse over it.

So when I select item, it is high probability to select wrong item (item, which was last updated), instead of item mouse actually over.

 You can reproduce this problem in demo: GridView -> Real-time Update.

What should I do to solve this problem?


3 Answers, 1 is accepted

Sort by
0
Dimitrina
Telerik team
answered on 12 Dec 2013, 09:03 AM
Hi,

Indeed, your observations are right. This would be an expected behavior though as the data items change very quickly.

You ca disable the selection to avoid any possible wrong actions.

Regards,
Didie
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for WPF.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
0
Sergey
Top achievements
Rank 1
answered on 12 Dec 2013, 11:36 AM
I change only few columns often. But users select items in columns, where data is rarely updated.

When I update only part of object, everything works fine, but there are problems with filtering, sorting and grouping.
So I replace whole object.

I can't turn off selection, it is very important part.

For example, lets imagine first column in your demo doesn't changed.  

What should I do? Is there any workaround?





 

0
Dimitrina
Telerik team
answered on 16 Dec 2013, 09:56 AM
Hello,

I am afraid there is not a workaround.

Regards,
Didie
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for WPF.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
Tags
GridView
Asked by
Sergey
Top achievements
Rank 1
Answers by
Dimitrina
Telerik team
Sergey
Top achievements
Rank 1
Share this question
or