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

AllowMultiRowSelection in Chrome does not work

3 Answers 74 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Nick
Top achievements
Rank 1
Nick asked on 03 Dec 2015, 05:24 AM

Hello Telerik,

 i have a RadGrid, all is fine, but only in chrome i have a issue. IE and FF havent the problem. As you can see in the screenshot chrome dont show the GridClientSelectColumn.I have tried a lot but without success.

Dou you have any idea, the solve the problem?

Thank you and best wishes,

Nick

<telerik:RadGrid ID="RadGrid1" runat="server"
    AllowSorting="True" AllowPaging="false"
    AutoGenerateColumns="False" GridLines="none" AllowMultiRowSelection="True"
    >
 
    <MasterTableView Width="100%" DataKeyNames="RecordId, MasterRelease, RefMasterId" Name="Master"
        >
        <CommandItemSettings ShowAddNewRecordButton="false" ShowRefreshButton="false"></CommandItemSettings>
        <Columns>
            <telerik:GridClientSelectColumn UniqueName="ClientSelectColumn"></telerik:GridClientSelectColumn>
            <telerik:GridBoundColumn    HeaderText="Format"    UniqueName="RecordTypeName" DataField="RecordTypeName"  SortExpression="RecordTypeName" />
            <telerik:GridBoundColumn    HeaderText="Year"      UniqueName="RecordYear"     DataField="RecordYear"      SortExpression="RecordYear" />
            <telerik:GridBoundColumn    HeaderText="Record"    UniqueName="RecordName"     DataField="RecordName"      SortExpression="RecordName" />
            <telerik:GridBoundColumn    HeaderText="Label"     UniqueName="LabelName"      DataField="LabelName"       SortExpression="LabelName" />
            <telerik:GridBoundColumn    HeaderText="LabelNo"   UniqueName="LabelNumber"    DataField="LabelNumber"     SortExpression="LabelNumber" />
            <telerik:GridBinaryImageColumn HeaderText="Cover"  UniqueName="Cover"          DataField="Cover" ImageAlign="Middle" Resizable="False" ImageHeight="50px" ImageWidth="50px" Groupable="false" DataType="System.Byte" AutoAdjustImageControlSize="false" />
        </Columns>
    </MasterTableView>
    <ClientSettings >
        <Selecting AllowRowSelect="True"></Selecting>
    </ClientSettings>
</telerik:RadGrid>

3 Answers, 1 is accepted

Sort by
0
Maria Ilieva
Telerik team
answered on 03 Dec 2015, 03:45 PM
Hi Nick,

The presented problem is rather strange and can not be replicated in a  sample application on our end, you can see in this online demo below  how the CleintSelectColumn properly renders in Chrome browser.
In this case it will be best if you can open a regular support ticket and send us sample runnable version of your applictaion that demonstrates the issue. Thus we will be able to debug it locally and advise you further.

Regards,
Maria Ilieva
Telerik
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 Feedback Portal and vote to affect the priority of the items
0
Nick
Top achievements
Rank 1
answered on 04 Dec 2015, 05:49 AM

Hello Maria,

 

now, i have found the cause. 

After I've deleted this statement, there are no more problems.

Best Wishes,

Nick

input,
textarea {
    -webkit-appearance: none;
}

0
Maria Ilieva
Telerik team
answered on 08 Dec 2015, 12:27 PM
Hello,

I'm glad that you were able to fix the issue on your end. Do not hesitate to contact us back in case further assistance is needed.

Regards,
Maria Ilieva
Telerik
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 Feedback Portal and vote to affect the priority of the items
Tags
Grid
Asked by
Nick
Top achievements
Rank 1
Answers by
Maria Ilieva
Telerik team
Nick
Top achievements
Rank 1
Share this question
or