User Profile & Activity

Julia Wijaya Support
Page
of 24
Posted: April 13, 2010 6:08 AM

Hi Deepesh,

 

Thank you for the sample. I enable to replicate your issue. But it seems that I need more time to investigate this issue since I have to discuss this issue with our development team. Sorry for the inconvenience. Thank you.

 

Regards,

Julia

Hi Faraz,

 

Since you used the old reference, you need to update all of the references by using UpdateManager. And then please don't forget to update the dlls in your project bin before run the project.

Also, here I attach you my working simple project. If after applied the latest hotfix you still got any error, could you please try my sample at your end and let me know your result (please insert your RunTime license key in web.config and adding bins before deploy). If my sample works fine, could you try to replicate the issue in my project and send it back to me? Thank you.

 

Regards,

Julia

Hi Faraz,

 

Based on the screenshot of your error, it seems that the causing is not from the WebGrid, but your WebTreeView. Have you check if ISNet.WebUI.WebTreeView.Resources.dll exist in your project bins? If its not there, please add it into your project bin. But if you have, could you attach me your simple project which replicates this issue and send it to my email julia@intersoftpt.com? Thank you.

 

Regards,

Julia

Posted: April 12, 2010 12:42 AM

Hi Deepesh,

 

May I know the step to reproduce your issue? Because my simple sample of WebScheduler is working fine that I could not replicate your issue. And also if it possible could you attach me a sample that could replicate this issue?

Thank you.

 

Regards,

Julia

 

 

Hi Gaurav,

 

Unfortunately, we don't have property that could resize the width automatically at typing time.

In case you need code to change the width manually, you can use this snippet :

function Button1_OnClick()
{
    var grid = ISGetObject("WebGrid1");
    var phoneColumn = grid.RootTable.Columns.GetNamedItem("Phone");
    
    phoneColumn.Resize(100); // resize to 100 px
    alert("Phone column's width is now: " + phoneColumn.Width);
}

 

 

Regards,

Julia

Posted: April 9, 2010 4:17 AM

Hi Jocelyn,

 

You can use our product under Operating System 64 bit.

May I know your issue with more detail? I need to know more information, for example, what steps that you do when this issue occur, error message when you run our products, etc. And if you could attach any screenshot about the issue it will help me to investigate your issue. Thank you.

 

Regards,

Julia

Posted: April 8, 2010 6:39 AM

Hi Jennifer,

 

Unfortunately, you can't change its default style. I'm sorry but we don't provide any property to change the style.

 

Regards,

Julia

Posted: April 7, 2010 6:52 AM

Hi Ben,

 

Apparently you have use the right snippet. I'm using <control>.Value in server-side too, but its working fine in my end. Here I attach my sample that I used for the test, could you try this sample in your place and let me know if this sample works or not? If it's working, could you modify my sample so it could repliate your issue? Thank you.

 

Regards,

Julia

Posted: April 7, 2010 6:33 AM

Hi Ricardo,

 

It is the default behavior in HTML. You can test by create a HTML sample page, and then type some words using some space or enter. The space would run as one space. WebGrid is adapting the HTML behavior that's why the scenario is not supported.

 

Regards,

Julia

Posted: April 5, 2010 6:55 AM

Hi Peter,

 

I'm sorry for my late reply. We have a major holiday of Easter Day here.

Actually our TDN is only for our registered tenant only. But if you need the hotfix, I can applied for you here. Here is the newest hotfix of WebScheduler 3. Please find the attachment named WebScheduler3_0_1000_4.rar.

 

Regards,

Julia

All times are GMT -5. The time now is 1:15 AM.
Previous Next