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

[Solved] Horizontal Scrolling and Keyboard Navigation

11 Answers 270 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Miguel Reig
Top achievements
Rank 1
Miguel Reig asked on 16 Oct 2012, 10:20 AM
We have a RadGrid with a lot of columns, when we navigate with the keyboard the cursor disappear and the scrolls not moving.
Is there any way to scrolls follows de selected cell?

Thanks!

11 Answers, 1 is accepted

Sort by
0
Tsvetoslav
Telerik team
answered on 19 Oct 2012, 03:39 AM
Hello Meguel,

Thanks for turning our attention to this issue - you are correct. I have passed the report to our development team and they will be getting back with further information.


Regards, Tsvetoslav
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
Tsvetoslav
Telerik team
answered on 25 Oct 2012, 02:53 PM
Hello Miguel,

I am glad to let you know that problem has been addressed and the fix will be available in the next latest internal build of the controls that should be out by the middle of next week. Thanks once again for the bug report - I have updated your telerik points accordingly.


All the best, Tsvetoslav
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
Xavi
Top achievements
Rank 1
answered on 16 Nov 2012, 10:42 AM
Hello,

the same issue is happening in my project. Today I've upgraded to version 2012.3.1016.40 but the problem remains.
Does this version include the fix? 



thanks

0
Miguel Reig
Top achievements
Rank 1
answered on 16 Nov 2012, 11:02 AM
I test de developer version and solves it.

the 2012.3.1016.40 don't inculdes the fix yet
0
Lina
Top achievements
Rank 1
answered on 23 May 2013, 05:38 AM
Hello, I still have the same problem. Horizontal scroll won't work with keyboard navigation. I use telerik version 2013 Q1 02/19.
Can you please attach the bugfixed here?
Thanks.
0
Tsvetoslav
Telerik team
answered on 27 May 2013, 04:09 PM
Hi Lina,

Not reproducable on my end. What browser are you testing it in?
 
Regards,
Tsvetoslav
Telerik
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
Lina
Top achievements
Rank 1
answered on 17 Jun 2013, 03:07 AM
Hello,

I'm testing it in IE 8 and IE 9. I've just tested it in Firefox 17.0 too. But still, it doesn't work.
Or maybe I miss something in the code.
I place my grid inside tabstrip.
This is my code:
@(Html.Telerik().TabStrip()
        .Name("TabStribInquiry")
        .Items(tb =>
        {
            tb.Add()
                .Text("Inquiry")
                .Content(@<text>
                    @(Html.Telerik().Grid(Model)
                        .Name("InqGrid")
                        .Localizable("id-ID")
                        .ToolBar(commands =>
                        {
                            commands.Insert();
                            commands.SubmitChanges();
                            commands.Custom()
                                .HtmlAttributes(new { id = "exportInq" })
                                .Text("Export to CSV")
                                .Action("ExportExcel", "Inquiry", new { tipe = "INQUIRY", filter = "~" });
                        })
                        .DataKeys(keys =>
                        {
                            keys.Add(o => o.inq_id);
                        })
                        .DataBinding(dataBinding =>
                        {
                            dataBinding.Ajax()
                                .Select("_GridSelectAll", "Inquiry")
                                .Update("_SaveBatchEditing", "Inquiry", new { tipe = "INQUIRY" })
                                .Insert("_InsertBatch", "Inquiry", new { tipe = "INQUIRY" });
                        })
                        .Columns(columns =>
                        {
                            columns.Bound(o => o.rsd).Title("RSD").Width("100px");
                            columns.Bound(o => o.area).Title("Area").Width("150px").EditorTemplateName("Area");
                            columns.Bound(o => o.country).Title("Country").Width("150px").EditorTemplateName("Country");
                            columns.Bound(o => o.cstname).Title("Cust. Name").Width("150px");
                            columns.Add(o => o.inq_inc)
                                .Width("50px")
                                .ReadOnly(true)
                                .Title("Copy")
                                .Filterable(false)
                                .Sortable(false)
                                .ClientTemplate("<a class=\"t-button t-grid-customCopy t-button-icon\" href='#' onclick=\"\"><span class=\"t-icon t-copy\" ></span></a>");
                        })
                        .ClientEvents(events => events
                            .OnSubmitChanges("onSubmitChangesGrid")
                            .OnDataBound("onBoundGrid")
                            .OnRowDataBound("onRowDataBoundInqGrid")
                            .OnEdit("onEditGrid")
                            .OnError("onErrorGrid")
                            .OnRowSelect("onRowSelectGrid")
                        )
                    .Editable(editing => editing.Mode(GridEditMode.InCell).DefaultDataItem(new Marketingv3.Models.InquiryContainer
                    {
                        prdgrp = "",
                        prddtl = "",
                        inq_stat = "INQUIRY",
                        podt = DateTime.Today,
                        blckdt = DateTime.Today
                    }))
                    .Selectable()
                    .Pageable(pager => pager.PageSize(15))
                    .Filterable()
                    .Sortable()
                    .Scrollable(x => x.Height("450px"))
                    .KeyboardNavigation()
                    .Resizable(x => x.Columns(true))
                    )
                </text>);


Please Help. Thanks.
0
Tsvetoslav
Telerik team
answered on 19 Jun 2013, 01:53 PM
Hi Lina,

Just upgrade to the latest release - Q2 2013.
 
Regards,
Tsvetoslav
Telerik
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 the blog feed now.
0
Lina
Top achievements
Rank 1
answered on 22 Jul 2013, 06:52 AM
I stil have the same problem after upgrade telerik to Q2 2013.

After doing some research, I found that horizontal scroll works only when edit mode is not "In Cell".
When I changed to "In Cell" Edit Mode, horizontal scroll doesn't work..

Please help.

Thanks.
0
Tsvetoslav
Telerik team
answered on 24 Jul 2013, 12:39 PM
Hello Lina,

I still cannot reproduce it on my side. Try replicating it on the attached sample and send it back.

 

Regards,
Tsvetoslav
Telerik
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 the blog feed now.
0
Lina
Top achievements
Rank 1
answered on 13 Aug 2013, 07:21 AM
Hello,

I'm so sorry before, after I opened your sample project, I've just realized that maybe I posted my question in the wrong forum.
I talked about Telerik ASP.NET MVC, not RadControls for ASP.NET.

Thank  you so much for your help.
Tags
Grid
Asked by
Miguel Reig
Top achievements
Rank 1
Answers by
Tsvetoslav
Telerik team
Xavi
Top achievements
Rank 1
Miguel Reig
Top achievements
Rank 1
Lina
Top achievements
Rank 1
Share this question
or