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

RadGrid entirely in the code behind 'No Rows' Issue

3 Answers 71 Views
Grid
This is a migrated thread and some comments may be shown as answers.
mabs
Top achievements
Rank 1
mabs asked on 03 Oct 2011, 12:57 PM
I have created a hierarchical grid entirely in code behind.  On a grid partialy created I get the mouse over effect of the row changing colour, however with this grid I do not.  Any help with this would be most appreciated. I have tried the example where you set the http://www.telerik.com/help/aspnet/grid/grdsetstyleonmouseover.html, but I get an error 'this.Row is undefined'

3 Answers, 1 is accepted

Sort by
0
mabs
Top achievements
Rank 1
answered on 03 Oct 2011, 04:12 PM
When I first raised this thread I had two issues, however the title refers to the issue I have fixed and no longer relates to this thread.  I am unable to edit the title, sorry.
0
Iana Tsolova
Telerik team
answered on 06 Oct 2011, 04:28 AM
Hi Mabs,

Could you please confirm that you have enabled row hover styles for the grid:

RadGrid1.ClientSettings.EnableRowHoverStyle = true;

Greetings,
Iana Tsolova
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
0
mabs
Top achievements
Rank 1
answered on 06 Oct 2011, 09:13 AM
no i didn't, thank you it works now.
Tags
Grid
Asked by
mabs
Top achievements
Rank 1
Answers by
mabs
Top achievements
Rank 1
Iana Tsolova
Telerik team
Share this question
or