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

Grid Column resizing

2 Answers 330 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Dr.YSG
Top achievements
Rank 2
Dr.YSG asked on 25 Jun 2012, 03:47 PM
With Version 515 I am noticing a minor issue with column resizing. Even though the browser has focus I have to sometimes click on the column heading in order to get the column resize cursor to appear.

i.e. it is a normal cursor even on mouse hover over a gutter between columns in the grid header. But a one time click on any of the headers will restore the mouse hover action.

True, I have a very busy display with tabs, panels, a Google map, etc. and I do have a lot of features enabled in the Grid: (8 columns):

$("#gridWidget").kendoGrid({
    selectable:"multiple, row",
    groupable:true,
    autoBind:false,
    scrollable:true,
    reorderable:true,
    virtual: true,
    resizable:true,
    sortable:true,
    pageable:true,
    dataSource:searchData,
    columns:[


2 Answers, 1 is accepted

Sort by
0
Nikolay Rusev
Telerik team
answered on 26 Jun 2012, 07:19 AM
Hello Yechezkal,

We are not aware of such issue and it cannot be replicated on the demos site:
http://demos.kendoui.com/web/grid/column-resizing.html

If you can isolate the behavior in jsfiddle or sample page we'll be able to debug it locally and assist you further.

Regards,
Nikolay Rusev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Dr.YSG
Top achievements
Rank 2
answered on 26 Jun 2012, 02:34 PM
I can consistently reproduce in my full remote datasource application, it happens every time I do a .read() on the underlying data source, but my JsFiddles do not have this problem even though I tried to make them as similar as possible. So I am going to leave this up and see if anyone else gets the same problem.

pagesize = parseInt(pagesize);
catalogGrid.clearSelection();
//searchData.query({pageSize: pagesize});
searchData.pageSize(pagesize);
searchData.read(SearchBox());
Tags
Grid
Asked by
Dr.YSG
Top achievements
Rank 2
Answers by
Nikolay Rusev
Telerik team
Dr.YSG
Top achievements
Rank 2
Share this question
or