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

EnableRowHoverStyle="true"

5 Answers 264 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Joao
Top achievements
Rank 2
Joao asked on 25 Mar 2011, 06:39 PM
Hi!

How can i activate the HoverStyle?, no matter what i do simple will not work
Anyone have a clue?

Thanks
JL

<telerik:RadScriptManager ID="RadScriptManager1" runat="server" />
                <!-- content start -->
                <telerik:RadAjaxManager ID="RadAjaxManager1" runat="server">
                    <AjaxSettings>
                        <telerik:AjaxSetting AjaxControlID="grdMain">
                            <UpdatedControls>
                                <telerik:AjaxUpdatedControl ControlID="grdMain" />
                            </UpdatedControls>
                        </telerik:AjaxSetting>
                    </AjaxSettings>
                </telerik:RadAjaxManager>
                <telerik:RadGrid ID="grdMain" OnSortCommand="grdMain_SortCommand" OnPageIndexChanged="grdMain_PageIndexChanged"
                    Width="100%" OnPageSizeChanged="grdMain_PageSizeChanged" AllowSorting="True"
                    PageSize="20" AllowPaging="True" AllowMultiRowSelection="True" runat="server"
                    GridLines="None" Skin="Windows7" AutoGenerateColumns="true">
                    <MasterTableView Width="100%" Summary="RadGrid table"  />
                    <PagerStyle Mode="NextPrevAndNumeric" />                    
                    <ClientSettings AllowKeyboardNavigation="true" EnableRowHoverStyle="true">
                        <Selecting AllowRowSelect="true" />                        
                    </ClientSettings>
                </telerik:RadGrid>
                <!-- content end -->

5 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 28 Mar 2011, 10:37 AM
Hello Joao,

I am not quite sure about your requirement and I suppose you want to change the default RowHoverStyle. If so  this functionality is easily achievable with RadGrid.The control provides a CSS class like GridRowOver_<SkinName>. Check out the following help article which describes more on this.
Set style on mouse over

Thanks,
Shinu.
0
Joao
Top achievements
Rank 2
answered on 28 Mar 2011, 04:21 PM
Hi!

No luck, i think it´s because i am working with SharePoint with users controls
0
Maria Ilieva
Telerik team
answered on 01 Apr 2011, 11:24 AM
Hello Joao,

I tried to replicate the described issue in our side in SharePoint environment but to no avail. Please find attached a sample runnable WebPart which represents the correct functionality of the mentioned property. Test it on your side and let me know if it works for you.



Best wishes,
Maria Ilieva
the Telerik team
0
Joao
Top achievements
Rank 2
answered on 01 Apr 2011, 04:23 PM
Hi!

The file attached have only directories, no files, can you upload again?
0
Maria Ilieva
Telerik team
answered on 06 Apr 2011, 01:31 PM
Hello Joao,

Excuse my mistake.
 
Find attached the correct example. Let me know if it works for you.

Kind regards,
Maria Ilieva
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
Grid
Asked by
Joao
Top achievements
Rank 2
Answers by
Shinu
Top achievements
Rank 2
Joao
Top achievements
Rank 2
Maria Ilieva
Telerik team
Share this question
or