4 Answers, 1 is accepted
0
                                Hi Alex,
Tsvetoslav
the Telerik team
                                        Attached is a small sample that should guide you on how to implement the requirement in question.
Hope it helps. 
Tsvetoslav
the Telerik team
Registration for Q1 2011 What’s New Webinar Week is now open. Mark your calendar for the week starting March 21st and book your seat for a walk through all the exciting stuff we ship with the new release!
0
                                
                                                    Alex
                                                    
                                            
    Top achievements
    
            
                
                Rank 2
            
    
                                                
                                                answered on 11 Mar 2011, 08:35 PM
                                            
                                        I've downloaded the example (and thanks), I see what you are doing and I will do the same and see how it works.
Just to let you know that you're example errors out when I drag/drop in the Javascript section (Microsoft JScript runtime error: 'get_item()' is null or not an object):
Specifically the .set_selected(true);
                                        Just to let you know that you're example errors out when I drag/drop in the Javascript section (Microsoft JScript runtime error: 'get_item()' is null or not an object):
function mouseOverRow(sender, args) {       if (dragging) {         args.get_tableView().clearSelectedItems();         args.get_item().set_selected(true);     } }Specifically the .set_selected(true);
0
                                Accepted
Hello Alex,
Tsvetoslav
the Telerik team
                                        Please, upgrade to the latest version of the controls - this issue has been fixed - or instead try using the args.get_gridDataItem() method.
All the best,Tsvetoslav
the Telerik team
Registration for Q1 2011 What’s New Webinar Week is now open. Mark your calendar for the week starting March 21st and book your seat for a walk through all the exciting stuff we ship with the new release!
0
                                
                                                    Alex
                                                    
                                            
    Top achievements
    
            
                
                Rank 2
            
    
                                                
                                                answered on 08 Jun 2011, 12:22 AM
                                            
                                        Finally got around to upgrading and it fixed it.
Thanks
                                        Thanks