I am using grid to display some xml data. When I use groupable and drag a column header to the group drop site, the 'loading' image stays up and the IE F12 Console shows the message
SCRIPT5007: Unable to get value of the property 'STORES': object is null or undefined
kendo.all.min.js, line 11 character 28938
Sample page and data is at devenezia-dot-com/kendo
SCRIPT5007: Unable to get value of the property 'STORES': object is null or undefined
kendo.all.min.js, line 11 character 28938
Sample page and data is at devenezia-dot-com/kendo
5 Answers, 1 is accepted
0
Hello Richard,
You can try with a more recent version of Kendo UI, Q1 2012 Beta release seems to be working properly in this scenario.
Regards,
Nikolay Rusev
the Telerik team
You can try with a more recent version of Kendo UI, Q1 2012 Beta release seems to be working properly in this scenario.
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

Richard
Top achievements
Rank 1
answered on 08 Mar 2012, 08:27 PM
Nikolay:
Thanks! The beta release groupable is functioning in IE9 as expected with my XML data.
Now I have to figure out why, in Firefox, the grid (nested in a splitter panel) is not increasing it's height to more than one row after datasource.read() happens. In IE9 the grid does get as tall as the splitter div.
Richard
Thanks! The beta release groupable is functioning in IE9 as expected with my XML data.
Now I have to figure out why, in Firefox, the grid (nested in a splitter panel) is not increasing it's height to more than one row after datasource.read() happens. In IE9 the grid does get as tall as the splitter div.
Richard
0
Hello Richard,
I'm not sure how to replicate this. Can you please update the jsFiddle bellow in order to demonstrate described behavior.
http://jsfiddle.net/rusev/xnXBe/1/
Regards,
Nikolay Rusev
the Telerik team
I'm not sure how to replicate this. Can you please update the jsFiddle bellow in order to demonstrate described behavior.
http://jsfiddle.net/rusev/xnXBe/1/
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

Richard
Top achievements
Rank 1
answered on 09 Mar 2012, 06:00 PM
Hi Nikolay:
I was unable to get the splitter to work in fiddle. There is a demonstrative mockup at
devenezia-dot-com-slash-kendo-slash-simpleExplorer-dot-html
In IE9 the left hand selection results in the right hand div being filled with scrollable rows
In Firefox 10.0.2 the left hand selection results in the right hand div having a SINGLE scrollable row
Might be due to initial use of .hide during grid setup.
Keep up the great work!
Richard
I was unable to get the splitter to work in fiddle. There is a demonstrative mockup at
devenezia-dot-com-slash-kendo-slash-simpleExplorer-dot-html
In IE9 the left hand selection results in the right hand div being filled with scrollable rows
In Firefox 10.0.2 the left hand selection results in the right hand div having a SINGLE scrollable row
Might be due to initial use of .hide during grid setup.
Keep up the great work!
Richard
0
Hello Richard,
You have few options here:
- to set scrollable to false in Grid configuration
- to set height (in px) of the Grid in configuration
Regards,
Nikolay Rusev
the Telerik team
You have few options here:
- to set scrollable to false in Grid configuration
- to set height (in px) of the Grid in configuration
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!