iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
Hi Luciano,
just tried it on our end and the issue occurs. Our development team are working on this now, there will be a hotfix soon. Thank you for the report.
Best Regards,Erwin Sanders
Hi Jonathan,
was there any error messages that popped up after you clicked the WebGrid Designer? If there wasn't any, would you please try to check if the Designer did show up but maybe it isn't displayed on the top of the screen? If there is an error message, would you send it to us? Thank you.
Sure Luciano, but I don't think that would be necessary because as I said earlier the ISNet.dll assembly refers to GAC instead of the bin folder. Have you actually tried to run one of your website after adding the new assemblies? Or is there any error messages that failed your project?
Hi Pierre,
Thank you for reaching us. Looking at your notes, the WebCombo should work properly. I also made a sample for it, would you please take a look at the sample and tell me if there's anything to tweak for the function to be called multiple times?
Hi Sachin,
Thank you for the screenshots. Actually this issue can be resolved by calling wgDoresize(true, true) method after the accordion is clicked, however I think there's no way for the ajaxToolkit to do that (correct me if i'm wrong). Since you bought our WebUI Studio, have you considered using our WebAccordion instead?
Anyway, if you still insist on using the ajaxToolKit, add the following code to the Page_Load event.
ClientScript.RegisterStartupScript(this.GetType(), "init", "" + "window.addEventListener(\"load\", function(){ " + "var pane = document.querySelectorAll(\".accordionHeader\");" + "for (var i = 0; i < pane.length; i++)" + "{" + "pane[i].addEventListener(\"click\", function(){" + "setTimeout(function(){wgDoResize(true, true);},300); }, false); " + "} " + "}, false);" + "", true);
In my opinion, this isn't exactly the best practice as it forced an additional event to the accordion, but it does the job.
You are welcome, Alexandre. If you've got any other difficulties, feel free to post it here in our Community Forum or ask us directly through the live chat.
Thank you for the detailed information, I really appreciate it. When you tried to add the ISNet.dll, it's actually successfully added, but it refers to GAC, therefore you can't see it in the bin folder (the reference is declared in Web.config).
However, if you need to add the assemblies to your bin folder, simply choose Add Existing Item.
About installing two versions of WebUI simultaneously, I think that would be impossible as the installer will ask you to uninstall the older version as you install the new one.
Hope this helps.
Hi Alexandre,
Thank you for the screenshot and from that error message I found a way to uninstall the premiere studio forcefully. Before following these instructions, I suggest you create a restore point in case something went wrong.
That's good to hear. If you ever find any other difficulties, feel free to contact us through this community forum or through the live chat.
Hello,
I've taken a look at your sample, it just need a little adjustment to make the height working properly. Just remove AutoHeight property that you set on server side, then using your 1st approach, change DynamicGrid Height value the same as your GridContainerPanel Height which is Unit.Pixel(450);
Now all your WebGrid height should work the way it should be.
*AutoHeight property specifies whether WebGrid will calculate its height automatically based on available page’s height.
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname