User Profile & Activity

Hans Kristian Member
Page
of 69
Posted: September 18, 2013 12:08 AM
Hello,

Thank you for your reply.

I have sent you an email regarding this thread.

Please kindly check your inbox or junk mail.

Thank you.

Regards,
Hans.

Posted: September 16, 2013 11:43 PM
Hello,

I apologize for any inconvenience this problem may have caused you.

Are you in Development Environment or in Deployment Server?

Basically, if you use WebScheduler v4 in your application/project, you should use the License Key for WebScheduler v4 as well. You can’t use WebScheduler v3 License Key for WebScheduler v4.

You could get the WebScheduler v4 License Key in Intersoft Developer Network website (http://dev2.intersoftpt.com/).

Here’s a couple of Intersoft website link about License Key that perhaps can help you:
http://intersoftpt.com/Support/WebUIStudio/Tutorial/Text/What-is-Design-Time-license-key-and-Runtime-license-key/
http://intersoftpt.com/Support/WebUIStudio/Tutorial/Text/General-licensing-issue-on-deployment-phase/

Thank you.

Regards,
Hans.

Hello,

Thank you for waiting.

I found a work around that perhaps you could use.

I add a couple of validation codes in OnCheckBoxClick client side event.
The code checked whether the child row is expanded or not. The WebGrid will uncheck the checkbox, if the row isn’t expanded.

Here’s the example snippet code in OnCheckBoxClick:

function WebGrid1_OnCheckBoxClick(controlId, tblName, colName, checkboxValue, originalCheckBoxValue) {    var WebGrid1 = ISGetObject(controlId);
    var tableWebGrid1 = WebGrid1.Tables[tblName];
    var tableRowObject = tableWebGrid1.ToRowObject(WebGrid1.CheckedRowContext);
            
    if (!tableRowObject.ChildExpanded) {
        tableRowObject.Uncheck();
    }
}

I also attached the sample about how I implement the code (based on Hierarchical.aspx WebGrid Sample). To run the sample, just simply add the sample to the WebGrid Solution Sample.

Please kindly have review on the sample and let me know your response.

Regards,
Hans.

Hello,

Thank you for your question regarding WebGrid.

I will try to find the work around for your current scenario and I will be back as soon as possible.

Thank you.

Regards,
Hans.
Hello,

Thank you for your question regarding WebGrid.

I made a WebGrid sample with access data source control (Nortwind.mdb database & Shippers table), that perhaps similar with your current scenario.
However, it works fine on my end.

Perhaps you could add this example snippet code to your project:
if (grid.RootTable.GetRowsCount() == 0) {   grid.ResetStatus(true);
}

Please kindly have review on the sample and let me know your response.

I apologize for any inconvenience this problem may have caused you.

Regards,
Hans.

Posted: September 13, 2013 6:30 AM

Hello,

Thank you for your question regarding WebGrid.

I made a WebGrid sample with access data source control (Nortwind.mdb database & Shippers table).

I add your snippet code in the sample as well.

I run the sample in Chrome browser then I click refresh button in WebGrid.
However, it works fine on my end.

Please kindly have review on the sample and let me know your response.

I apologize for any inconvenience this problem may have caused you.

Regards,
Hans.


Posted: August 28, 2013 11:23 PM
Hello,

I am sorry sir; unfortunately we won’t add the “WebGrid Internet Explorer 11 support” feature in this release.
However, we already have planned to add this feature indeed. We will let you know if there is an update regarding this feature.

Thank you.

Regards,
Hans.
Posted: August 28, 2013 1:03 AM
Hello,

Thank you for your feedback.

Basically, WebGrid v8 haven’t support Internet Explorer 11 yet.

As far I know, Internet Explorer 11 still in beta version.

We will let you know if there is an update regarding Internet Explorer 11.

Thank you.

Regards,
Hans.

Hello,

I apologize for any inconvenience this problem may have caused you.

Do you have the same error / issue both in Development Environment and Deployment Server, after upgrading your WebGrid assembly?
Or you just get the issue in your Deployment Server? If yes, please ensure you use the same project file and assembly file both in Development Environment and Deployment Server.

Do you use SmartWebResourses in your project or not?
Could you inform me what is web browser that you use to run the WebGrid?

Thank you.

Regards,
Hans.

Hello,

If you want to test / run your application in your Deployment Server in trial mode (without RunTime License Key), you should install the Intersoft product in your Deployment Server as well.

Regards,
Hans.
All times are GMT -5. The time now is 12:56 PM.
Previous Next