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

Grid groupable and SCRIPT5007: Unable to get value of the property 'xyzzy': object is null or undefined

5 Answers 105 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Richard
Top achievements
Rank 1
Richard asked on 05 Mar 2012, 06:31 PM
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

5 Answers, 1 is accepted

Sort by
0
Nikolay Rusev
Telerik team
answered on 06 Mar 2012, 08:40 AM
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
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
0
Nikolay Rusev
Telerik team
answered on 09 Mar 2012, 10:48 AM
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
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
0
Nikolay Rusev
Telerik team
answered on 12 Mar 2012, 12:51 PM
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
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Grid
Asked by
Richard
Top achievements
Rank 1
Answers by
Nikolay Rusev
Telerik team
Richard
Top achievements
Rank 1
Share this question
or