User Profile & Activity

Product Support Moderator
Page
of 22
Posted: September 8, 2009 12:08 PM

Hm, version 6.0 should be fine. In addition to Update Panel, do you also use other components in your page? The Grid is unlikely to cause the issue as we also used it very extensively in our application.

Have you tried in other browsers and compare the results? I.e, Firefox 3.5, Safari 4, etc.

Posted: September 8, 2009 11:21 AM

Amanda, what Grid version do you use currently?

We don't recall any memory leaks issues thus far, since they have been progressively addressed from time to time. Make sure you run latest builds of WebUI Framework and WebGrid assembly.

Hello Yaniv,

Thanks for pointing out this issue. Yes, it appears that WebStyleManager was inadvertently excluded in the service pack installation.

We'll provide the standalone, downloadable WebStyleManager in this thread by next week.

 

Posted: September 5, 2009 12:03 AM

Hello Ron,

Could you please re-post your question in this thread (by adding a new Reply)? Sorry, it appears that your message was inadvertently edited during maintenance.

Thank you!

Posted: September 4, 2009 1:32 AM

As Gordon pointed out, yes, we already have the feature.

However, we'll include more enhancements for the next update, such as easy-to-access links so you can access your posts and other stuff easier.

Thank you for your feedback!

Posted: September 3, 2009 8:58 AM

Hi Mariusz,

Thank you for posting such interesting discussion!

It appears that we implement CacheKeyDependency differently than that in ObjectDataSource. However, after more investigation based on your feedback, our development team will investigate the possibility to enhance the feature to provide more consistent behavior as expected in datasource control.

I'll keep you updated on this thread when the enhancement becomes available.

Posted: September 3, 2009 8:22 AM

Michael, glad to hear you solved some problems.

The error message that you get in Visual Studio is an issue and will be addressed in the next hotfix. Thanks.

Posted: September 2, 2009 11:32 AM

Eric, can you confirm that your WebGrid build is 7.0.7200.304?

Also, can you be more specific on your delete scenario? eg, does the issue occur when you delete a newly added row? or an existing row?

In the code that you attach, I didn't see where you load the data. You have LoadData method, but the method creates the structure only without any data. So here's another suggestion, if you're populating the data manually into the DataTable, you'll need to call AcceptChanges at the DataSet level. Eg, ds.AcceptChanges() after your data is added.

Let me know if that helps.

Posted: September 2, 2009 10:42 AM

Eric,

For your delete issue, try to add DeleteRow event handler to your Grid. Then put a code that execute Delete on the DataRow object.

For example,

protected void grdObj_DeleteRow(object sender, ISNet.WebUI.WebGrid.RowEventArgs e)
{
        ((DataRowView)e.Row.DataRow).Row.Delete();
        
}

Let me know if this works for you.

Posted: September 2, 2009 10:32 AM

Here are the attachment, it doesnt seem to want to allow me to upload 2 files. so i will do it on another post.

Eric, you should be able to upload max. 5 files at once. What's the browser you used?

All times are GMT -5. The time now is 4:54 AM.
Previous Next