Does anyone know how to use Data type Grid in custom section ???
Hi,
I created the custom datatype in Datatype of Developer section which is -- Data type grid type and i want to use it in my custom section edit page ....
anyone know how to render this Datatype grid control to custom edit page like ... TinyMCE ....
Thanks for your help ...but ...I also contributed in that post and if you remember i gave you the solution code for using RTE in custom section ........ and i know how to use tinyMCE in custom section ... but i dont know how to render DTG in custom section .....
because they both derived from diffrent data editors............. also DTG has prevalue settings and prevalue data which i need to set before i initialize the object ...... but no joy .... not getting any result ..... What i need is the working example of how to use DTG in custom section ......
Does anyone know how to use Data type Grid in custom section ???
Hi,
I created the custom datatype in Datatype of Developer section which is -- Data type grid type and i want to use it in my custom section edit page ....
anyone know how to render this Datatype grid control to custom edit page like ... TinyMCE ....
Any help would be appriciated ....
Cheers,
Jigs
Have a look at this post http://our.umbraco.org/forum/developers/extending-umbraco/17750-Using-tinyMCE-in-custom-section
You should be able to do the same thing but with your own custom data type?
Hi Markus,
Thanks for your help ...but ...I also contributed in that post and if you remember i gave you the solution code for using RTE in custom section ........ and i know how to use tinyMCE in custom section ... but i dont know how to render DTG in custom section .....
because they both derived from diffrent data editors............. also DTG has prevalue settings and prevalue data which i need to set before i initialize the object ...... but no joy .... not getting any result ..... What i need is the working example of how to use DTG in custom section ......
cheers,
jigs
I see Jigs. I think i need more coffe! I'll keep you informed if I find something!
Hi all,
OK i finally got the answer ..... I successfully render my Datatype Grid --- datatype in my custom section .....
Cheers,
Jigs
I managed to render the grid with this configuration: -
View:
Controller:
Hi Jigs
I need to do the same, how did you manage to add RTE to DataType Grid?
Cheers Alo
is working on a reply...