User Profile & Activity

Erwin Sanders Member
Page
of 11
Posted: March 31, 2016 7:08 AM

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

Posted: March 31, 2016 7:05 AM

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.

Best Regards,
Erwin Sanders

Posted: March 24, 2016 8:23 AM

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?

Best Regards,
Erwin Sanders

Posted: March 23, 2016 3:39 AM

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?

Best Regards,
Erwin Sanders

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.

Best Regards,
Erwin Sanders

Posted: March 23, 2016 1:56 AM

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.

Best Regards,
Erwin Sanders

Posted: March 22, 2016 7:21 AM

Hi Luciano,

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.

Best Regards,
Erwin Sanders

Posted: March 22, 2016 2:46 AM

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.

  1. Run the following installer as administrator and have it installed to your computer. Then open it, choose Intersoft Premier Studio and click Remove.
  2. After that, make sure the Intersoft Solutions installation folder is deleted.
  3. Then, check the Registry Editor in HKEY_LOCAL_MACHINE > SOFTWARE and HKEY_LOCAL_MACHINE > SOFTWARE > Wow6432Node for Intersoft Solutions directory, remove them as well.
  4. Finally, install Premier Studio 2016 R1 on your computer.

Hope this helps.

Best Regards,
Erwin Sanders

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.

Best Regards,
Erwin Sanders

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.

Hope this helps.

Best Regards,
Erwin Sanders

All times are GMT -5. The time now is 9:27 AM.
Previous Next