Hello. I have 2 separate problems with Kendo Grid:
I've created test case to demonstrate them (it is SPA application): Open index.html
1. First can be reproduced by clicking Test 1 and Test 2 ( initially test 1 part is loaded).
a) after load Test 1 - Grid is shown without issue:
b) after press Test 2 - Second Grid is loaded without issue.
c)
after pressing Test 1 - First grid should be now shown but there is an
issue, and following error can be seen in e.g. Firebug console:
Cannot call method 'value' of kendoDropDownList before it is initialized
This error is related to pageSizes flag. When it is false, there is no problem, but when it set to true or to size Array, error above occurring.
2.
Second problem is related to new column locking functionality. My
scenario requires to hide grid sometimes. Steps to reproduce:
a) press Read - after finishing loading grid will be hidden
b) press Read again - after finishing loading grid will be shown, but wrongly with columns wrongly displaying.
Kind Regards
Marcin
I've created test case to demonstrate them (it is SPA application): Open index.html
1. First can be reproduced by clicking Test 1 and Test 2 ( initially test 1 part is loaded).
a) after load Test 1 - Grid is shown without issue:
b) after press Test 2 - Second Grid is loaded without issue.
c)
after pressing Test 1 - First grid should be now shown but there is an
issue, and following error can be seen in e.g. Firebug console:
Cannot call method 'value' of kendoDropDownList before it is initialized
This error is related to pageSizes flag. When it is false, there is no problem, but when it set to true or to size Array, error above occurring.
2.
Second problem is related to new column locking functionality. My
scenario requires to hide grid sometimes. Steps to reproduce:
a) press Read - after finishing loading grid will be hidden
b) press Read again - after finishing loading grid will be shown, but wrongly with columns wrongly displaying.
Kind Regards
Marcin