Hi
I've got a Form with the scriptmanager inside it.
I'm able to drag & drop a WebGrid or WebDropDown, or some controls but, dropping a WebGroupBox do nothing (no code generated at all).
(I drag the webgrid or the webdropdown inside a contentPlaceHolder and everything work fine)
Version : VS 2012
Ultimate : 13.2.20132.2028
So, what Am I missing there ? (missing reference, etc..)
No message, nothing is producted when dropping the WebGroupBox.. just nothing happens...
(I've tried restart VS, but no changes)
please help
Hello Nicolas,
I would suggest running the toolbox utility and trying to add the WebGroupBox once more in the project in question. To check whether the issue is tied to a single project, it may help to also create a new testing project to see if the WebGroupBox is added there successfully.
The toolbox utility can be run by navigating to the Infragistics/Utility folder from the start menu.
Please do not hesitate to contact me with any updates or questions.
I've tried launch ToolBox utility...
I've tried new project and old one.
Still nothing happened when droping the WedGroupBox on the page !
Do I have to add reference to any assembly in order to make it works ? (in the case, I could try, if you provide some code, to add "manually" the groupbox)
Thank you for your reply !
I am attaching a sample with a webGroupBox added which can be used to see how the control can be manually added. The Misc and Shared assemblies need to be referenced in the project, and the Misc assembly is to be referenced also on the page in question.
Hope this helps. Please do not hesitate to contact me with any updates regarding this matter.
Thank you for your feedback ! Glad that the issue has been resolved. Please do not hesitate to contact me if any additional questions regarding this matter arise.
Ok thanks Petar
Adding manually the line of code referencing the assembly and igmisc seems to fix the issue.
Now, I'm able to drop a webgroupbox on the page on be able to play with it.
Maybe you should keep in mind that I had to reference manually instead of being done by "Visual studio" when dropping the component.
Thanks...
Problem solved !!!