iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
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.
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.
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!
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!
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.
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.
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.
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.
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?
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname