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

adjustRowHeight issue

1 Answer 47 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Piyush Bhatt
Top achievements
Rank 1
Piyush Bhatt asked on 29 Oct 2014, 07:45 PM
Inside the kendo.grid.js (or kendo.web.js) there is a function as below. This is called when there are locked columns and incell editing. While debugging, I notice that row1 and row2 has style="height: 27px" (for example) but the row1.clientHeight and row2.clientHeight returns only "23px" - so there is some mismatch in the height always. 

Also in terms of jQuery this method is private. So unable to override the behavior.
-Piyush Bhatt

   function adjustRowHeight(row1, row2) {
       var height;
       var clientHeight1 = row1.clientHeight;
       var clientHeight2 = row2.clientHeight;

1 Answer, 1 is accepted

Sort by
0
Alexander Popov
Telerik team
answered on 31 Oct 2014, 03:09 PM
Hi Piyush,

I am not sure I understand your question. Would you please elaborate and if possible - provide some examples illustrating the issue?

Regards,
Alexander Popov
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Grid
Asked by
Piyush Bhatt
Top achievements
Rank 1
Answers by
Alexander Popov
Telerik team
Share this question
or