Unplanned
Last Updated: 13 Mar 2020 08:21 by ADMIN
Behnam
Created on: 24 Dec 2018 15:18
Category: Grid
Type: Bug Report
0
Resize column bug in kendo grid when it is in RTL

Hi,

Bring up an RTL kendo Grid which has resizable true and filter mode is "row".

then try to resize the grid from filter-row of grid. we will see an internal js error.

 

you can copy and paste this code in a dojo sample and resize grid from the point is shown in the attached picture.

    <div class="k-rtl"><div id="grid"></div></div>
    <script>
        $("#grid").kendoGrid({
          columns: [
              { field: "name" },
              { field: "age" }
          ],
          filterable: {
              mode: "menu, row"
          },
          resizable: true,
          dataSource: {
           data: [
            { id: 1, name: "Jane Doe", age: 30 },
            { id: 2, name: "John Doe", age: 33 }
           ],
           schema:{
            model: {
             id: "id",
             fields: {
               age: { type: "number"}
             }
            }
           }
          }
      });
    </script>
Attached Files:
1 comment
ADMIN
Viktor Tachev
Posted on: 31 Dec 2018 07:47
Hello Behnam,

Thank you for reporting the behavior to us. Indeed there is an error when resizing Grid in RTL mode.

I have logged the issue and the developers will get to it as soon as possible. You can monitor the status of the issue in our GitHub repository:



As a token of gratitude for reporting this to us you will find your Telerik points updated. 


Regards,
Viktor Tachev
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.