User Profile & Activity

Riendy Setiadi Member
riendy@intersoftpt.com
Page
of 19
Posted: June 3, 2011 2:24 AM

Hi Loren,

This is not an issue from a WebScheduler. This is happens because a limitation from IE browser it self, so there should an update from IE developer.


Regards,
Riendy

Hi Udaya,

Error Message: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.

Regarding to this error, would please ensure that your Web service already using .NET 3.5 correctly or not? This error usually shows when you're not using .NET 2.0 framework or higher, because to use WebGrid v6.0, you have to use .NET 2.0 framework or higher.


Please let me know if you get any trouble.

Thank you.
Riendy




Hello Mang Lu,

I could not replicate your issue on my end, Would you please attach a simple runable sample which is reproduce your issue ?

This error usually happens because WebGrid get a timeout when connecting to server or using unbound.In unbound mode, this error will show everytime you use FlyPostBack request such as sorting, refresh, etc.


Regards,
Riendy

Posted: June 1, 2011 4:07 AM

Dear Lee and John,

Now, I able to send nightly build 2 to both of you. Could you please let me know what is your email address ? 


Thank you,
Riendy

Posted: June 1, 2011 12:19 AM

Hello Mang Lu,

I can replicated your issue here. The problem that you got is not when you click the Load button, but when you save. The save file might be uncompletely. But the other way to save and load webGrid's layout, I suggest you to use SaveTablesStructure. SaveTablesStructure can cover all scenario for save and load WebGrid's layout.

You can look at snippet code bellow :

 protected void Button1_Click(object sender, EventArgs e)
    {
        WebGrid1.SaveTablesStructure(Server.MapPath("SampleLayout.isl")); 
        // you can also use xml file
    }
    protected void Button2_Click(object sender, EventArgs e)
    {
        WebGrid1.LoadTablesStructure(Server.MapPath("SampleLayout.isl"));
        WebGrid1.RebindDataSource();
    }

 
Hope this helps.
Riendy

Hello,

Your issue is still on progress. I ensure that our developers effort to fix this issue as soon as possible.


Regards,
Riendy

Posted: May 30, 2011 10:50 PM

Hello Lee,

Sorry for latest respone, I'm still waititng for the the news when this version will be released. I ensure that  you don't need longer time to get this version. I will let you know as soon as possible for the updates.


Thank you,
Riendy

Hi Patrick,

I could replicate your issue by using WCF on my end. It doesn't work fine as you said. For the forward  this issue to our development team for further investigated. 

For your information, if the column that you hide is a data value's column, you may call it, although that columns is hidden.

I will let you know for any updates for this issue soon, Patrick.


Thank you,
Riendy

Posted: May 30, 2011 2:15 AM

Hi Christian,

I'm so sorry for the latest respone.

Our development team has been fixed this issue and I would like to send a nightly build to you. Would you please let me know what is your email address? 


Thank you,
Riendy

Hello Patrick,

Would you please let me know what is not rendered ?
A normal behavior for RenderOnHidden is If the column is invisible (set hidden to true), and the RenderOnHidden is set to false, the column will be hidden and you cannot get or set its value. But, if you set RenderOnHidden to true, you can gets or sets a WebCombo's value which is invisible (hidden=true).
For your information, I tried by using clientBinding, and this behavior works fine on my end.


Regards,
Riendy

All times are GMT -5. The time now is 8:37 PM.
Previous Next