User Profile & Activity

Yudi Support
Page
of 12
Posted: September 23, 2009 10:52 PM

Glad to hear that you’ve found a solution of the issue.

Thank you for sharing with us about the issue and its solution. Please feel free to contact us with any questions or concerns you may have.

Below is the default doctype for Intersoft components.

<!DOCTYPEHTMLPUBLIC"-//W3C//DTD HTML 4.0 Transitional//EN">
<html>

Hope this helps.

Posted: September 22, 2009 10:27 PM

The way Intersoft Update Manager works is the same as Windows Update. It will check for the latest available update. An update is available if the build number is newer than the existing build on the machine.

There are two ways to get hotfix files.

  • Using Intersoft Update Manager
    Check for latest product updates and apply them automatically. Intersoft Update Manager enables you to easily obtain latest Updates for every licensed copy of Intersoft’s components with one single click and install it automatically for you.
  • Obtain the hotfix files from TDN then manually apply them into the development machine
    You need to login to your TDN account first, and then click on “My Components” shortcut to open “My Components” WebDesktopWindow. After the window opened, click “HotFix”; select particular component; and then select build number of the selected product on the right pane to download its hotfix file.

I suggest you to use the second option to get specific build number of hotfix files.

Ps: please follow the steps shown in the following link carefully, http://support.intersoftpt.com/KBArticle.aspx?aid=251, in order to manually apply the hotfix file.

I was able to repro the issue on my end. I have reported and forwarded this issue to WebGrid development team. A work item, #423, has been created regarding this issue.

I’ll keep you updated with any news I heard from the team regarding this issue.

Please check for the following list.

·         Ensure that you have used and applied the latest build of Intersoft’s product reference files.

·         Ensure that you are using the same build number of Intersoft’s product reference files either in your development server or deployment server.

·         Ensure that you don’t install any of Intersoft’s products on the deployment server. If there is any of Intersoft’s product installed on the deployment server, please do the uninstallation.

·         Ensure that the registry (“Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Intersoft Solutions”) of the deployment server is clean from any of Intersoft’s registry.

·         Ensure that there are no Intersoft’s reference files in the GAC of your deployment server.

·         If the problem still persists, try to clear the browser’s cache.

 

I have checked and tested your page on my end. I’m using WebUI.NET Framework build 703 and WebDesktop 3.0 build 303. I tested the sample page on several browser – IE8; Firefox 3.5.3; Safari 4.0.3; Chrome 3.0.195.21; and Opera 10.0 – and still unable to repro the issue.

 

Could you please inform us the environment of your development server and deployment server; the browser version that you use to open the page; and the build number of Intersoft’s products?

WebGrid.NET Enterprise includes a nice enhancement to preserve expanded child rows automatically. A new property named RestoreExpandedChildRows is now available in the LayoutSettings.

To enable this feature, simply set RestoreExpandedChildRows property to true value.

When enabled, WebGrid automatically tracks the child rows that end users expanded during user interaction. Next, when user performed any FlyPostBack™ action – such as sorting, refresh, filtering, etc – WebGrid will restore any matching child rows that expanded previously.

Hope this helps.

Posted: September 17, 2009 12:35 AM

I was unable to repro your issue in my end.

Could you please provide us with a simple sample that replicates the issue? You may use Northwind database as the datasource of the treeview.

Could you please provide us with the aspx code that replicates the issue for further investigation?
Screenshot of the issue that shows the difference between development server and deployment server will be helpful.

Posted: September 16, 2009 6:15 AM

Following code should help.

function Button1_onclick() {
    var WebTreeView1 = ISGetObject("WebTreeView1");
    WebTreeView1.Nodes[0].Tag = "Tag is set on Button1_onclick event";
    document.getElementById("Text1").value = WebTreeView1.Nodes[0].Tag;
}

Please let me know if you have different scenario.

Posted: September 14, 2009 1:05 AM

The dialog box image (and custom dialog box image) only applicable for inline content WebDialogBox. It is the default behavior of WebDialogBox that when its ContentMode property is set to “UseIFrame”, the dialog box image will be ‘not applicable’.

Hope this helps.

All times are GMT -5. The time now is 12:22 PM.
Previous Next