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

How To Disable the focus on Row Hover(Or)Disable Animation Shakes ..on Rad Grid

1 Answer 195 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Sairam
Top achievements
Rank 1
Sairam asked on 13 May 2013, 11:11 AM
  <telerik:GridTemplateColumn UniqueName="BankType" AllowFiltering="false"  EditFormHeaderTextFormat=" ">
                    <EditItemTemplate>
                        <telerik:RadFormDecorator ID="RadFormDecorator1" runat="server" DecoratedControls="Fieldset"
                            Skin="Outlook" />
                        <div style="height: 140px; width: 142px; float: left; margin-left: -20px; margin-bottom: 20px;
                            border: rgb(102,102,102) solid 1px; border-radius:8px; padding: 0px 0px 0px 5px;
                            font-family: Bold; font-size: 12px; position: relative; bottom: 100px; top: 10px;
                            left: 20px;">
                            <span style="font-weight: normal; font-family: Verdana; background-color:rgb(215,230,255);
                                font-weight: normal; margin-top: 4px; left: 10px; position: relative; top: -10px;">&nbsp;Bank
                                Type</span>
                            <telerik:RadGrid ID="RgList1" runat="server" AutoGenerateColumns="false" ShowHeader="false"
                                CssClass="RgListPosition1">
                                <MasterTableView AutoGenerateColumns="false">
                                    <Columns>
                                        <telerik:GridTemplateColumn  HeaderText="BankTypeName">
                                            <ItemTemplate>
                                                <%# Eval("BankTypeName")%>
                                            </ItemTemplate>
                                        </telerik:GridTemplateColumn>
                                        <telerik:GridTemplateColumn UniqueName="chkBankList1" HeaderText="Select">
                                            <ItemTemplate>
                                                <asp:CheckBox ID="chkBankTypeName" runat="server" />
                                            </ItemTemplate>
                                        </telerik:GridTemplateColumn>
                                    </Columns>
                                </MasterTableView>
                                <ClientSettings EnableRowHoverStyle="false">
                                <Animation AllowColumnReorderAnimation="false" />
                                </ClientSettings>
                            </telerik:RadGrid>
                        </div>
                    </EditItemTemplate>
                </telerik:GridTemplateColumn>


The above  code inside  another "Rad Grid view" ,when insert and edit mode, I want select particular check boxes   ..but here some problem is  occurs
that is when  I am put mouse on some "Invoices" or "Direct Deposit" entire grid is  "shakes"  I don't want that type functionality,I want normal row hover .


1.Other grid view row hover is "true".
2.Inside Grid view Row is "false" .
but getting some shake in inner grid how remove that "shake" or"blur" in inner help me....   

When ever i am Putting Mouse over the particular column the entire "Inside Rad Grid View"  is Shake....how solve the problem

1 Answer, 1 is accepted

Sort by
0
Venelin
Telerik team
answered on 16 May 2013, 07:28 AM
Hello Sairam,

First of all, this issue is not related to any animation feature of RadGrid. I am afraid that I was not able to reproduce the same issue on my side. Could you provide a sample runnable project that is isolating the issue. Meanwhile, please check if some custom css is not messing up the alignment of the checkboxes. Any further information will be very helpful, like in which browser do you face the issue, which version of the controls do you use and so on.

I look forward to your reply.

Regards,
Venelin
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.
Tags
General Discussions
Asked by
Sairam
Top achievements
Rank 1
Answers by
Venelin
Telerik team
Share this question
or