PDA

View Full Version : Build your Own, Grid Problem



jus101
4 Dec 2006, 2:30 AM
Hi all,

I'm having trouble using the Build your Own yui-ext. I'm simply trying to run a simple grid based on the example in the docs.

So I chose the following:
Grid Core
SplitBar
CSS
yui-ext Core

I get the following error:
YAHOO.ext.grid.DefaultDataModel is not a constructor

So I add:
Core DataModel Classes

And I get the following error:
YAHOO.ext.grid.DefaultColumnModel has no properties

Even if I select all the available packages, I still get the above error. I've resorted to using the version of yui-ext from the examples to get the grid working.

Has anyone been able to get the Grid working with a Build Your Own version of yui-ext?

Thanks for any tips

Justin

jack.slocum
4 Dec 2006, 5:49 AM
Thanks for the heads up. I have swapped the order in which includes the grid/data classes and it should prevent the issue you are having.