I download a package, install it and upload DynamicGrid.ascx.
Then I create new document type with only one property called table and set it's type to Dynamic Data Grid
When I create new document of this type error with YOSD occured.
Eddor message: Unable to cast object of type 'ASP.usercontrols_dynamicgrid_ascx' to type 'umbraco.editorControls.userControlGrapper.IUsercontrolDataEditor'.
The package is still in development, I'm waiting on another developer to submit some changes.
We've changed the .ascx control to using classes to achieve the same effect but giving you more control over the default settings. Also the current implementation is stored in CDATA therefore useless to XSLT. If you can hold off for a couple of weeks we should have a better version.
We don't have a nice Umbraco package, so you must download the solution, build in visual studio, and stick the .dll in your Umbraco bin folder. Then create a new data type, and set "Dynamic Grid" (it should now be an option) as the "Render Control" for the new data type
Dynamic Grid Data Type setup
Hello,
I download a package, install it and upload DynamicGrid.ascx.
Then I create new document type with only one property called table and set it's type to Dynamic Data Grid
When I create new document of this type error with YOSD occured.
Eddor message: Unable to cast object of type 'ASP.usercontrols_dynamicgrid_ascx' to type 'umbraco.editorControls.userControlGrapper.IUsercontrolDataEditor'.
It's on localhost in umbraco v 4.0.2.1
Any ideas?
Hi Petr,
The package is still in development, I'm waiting on another developer to submit some changes.
We've changed the .ascx control to using classes to achieve the same effect but giving you more control over the default settings. Also the current implementation is stored in CDATA therefore useless to XSLT. If you can hold off for a couple of weeks we should have a better version.
Cheers,
Marko
Couple of weeks :-(
Is there some working version, which I can try? I first try it and if it will be useful for client I can help with development.
If I 'm looking correctly your version uses user control wrapper. I already create modified usercontrol wrapper which store data as xml.
Petr
The project page for the Dynamic Grid DataType doesn't have a download.
Is there sourcecode or a package available?
I need this package.. will help my project tremendously.
Please submit and update!
Hi there
Any word on when a release will be made - am keen to see final results.
Thanks
Nigel
hey guys, check out the codeplex page (http://dynamicdatagrid.codeplex.com/). The package is pretty stable at this point.(Feb, 2011)
We don't have a nice Umbraco package, so you must download the solution, build in visual studio, and stick the .dll in your Umbraco bin folder. Then create a new data type, and set "Dynamic Grid" (it should now be an option) as the "Render Control" for the new data type
Cheers
Jonathan
is working on a reply...