﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - Review</title><link>http://www.intersoftsolutions.com/Community/Tags/Review/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>BatchUpdate (Deleting / Updating) and Review Problems
</title><link>http://www.intersoftsolutions.com/Community/Tags/Review/</link><pubDate>Tue, 05 Jan 2010 08:41:45 GMT</pubDate><dc:creator>Attila</dc:creator><category>BatchUpdate</category><category>Review</category><description>Hello&lt;br /&gt;&lt;p&gt;I can Insert, Update and Delete records normally with BatchUpdate set to false... but I can't delete or update when it is set to true. It returns an alert with the message (for example):&lt;/p&gt;&lt;pre&gt;WebGrid failed to update 2 out of 2 changes due to errors. Please review and correct your changes.&lt;br /&gt;&lt;br /&gt;The following records were not updated:&lt;br /&gt;-Record '14037 06-01-2010 10:10:00&amp;lt;4206' : Unable to find the record '14037 06-01-2010 10:10:00&amp;lt;4206' in the datasource.&lt;br /&gt;-Record '14037 13-01-2010 10:10:00&amp;lt;4206' : Unable to find the record '14037 13-01-2010 10:10:00&amp;lt;4206' in the datasource.&lt;/pre&gt;
&lt;p&gt;The weird thing is the "&lt;strong&gt;&amp;lt;&lt;/strong&gt;" between date and 4206... The same error returns when trying to delete. Only Inserting records with batchupdate returns no error.&lt;br /&gt;&lt;br /&gt;&lt;span style="text-decoration: underline;"&gt;Other related issue:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;I cant review changes because an alert saying "&lt;em&gt;WebGrid instance can't be found. Please make sure you launch this form from WebGrid UI&lt;/em&gt;" appears. My webgrid is inside a javascript generated WebDesktopWindow&lt;/p&gt;&lt;pre&gt;        function CreateWindow() {&lt;br /&gt;            var wnd = dm.GetWindow('testing');&lt;br /&gt;            if (wnd == null) {&lt;br /&gt;                wnd = new window.parent.WebDesktopWindow();&lt;br /&gt;                wnd.Text = 'Just for testing';&lt;br /&gt;                wnd.Name = 'testing';&lt;br /&gt;                wnd.AllowMinimize = "Yes";&lt;br /&gt;                wnd.AllowMaximize = "Yes";&lt;br /&gt;                wnd.AllowResize = "Yes";&lt;br /&gt;                wnd.ContentURL = "Testing/ShowTesting.aspx";&lt;br /&gt;                wnd.ContentMode = "UseIFrame";&lt;br /&gt;                dm.Windows.Add(wnd);&lt;br /&gt;                wnd.Show();&lt;br /&gt;                wnd.ResizeTo(800, 600);&lt;br /&gt;                wnd.MoveToCenterDesktop();&lt;br /&gt;                wnd.BringToFront();&lt;br /&gt;            }&lt;br /&gt;            else {&lt;br /&gt;                wnd.Activate();&lt;br /&gt;            }&lt;br /&gt;        }&lt;/pre&gt;
&lt;p&gt;My page is too extensive to upload as sample, I just would like an opinion on what it might be. I'll try to send a sample later. By the way... it is almost the same as &lt;a href="http://live.intersoftpt.com/cs/WebGrid/BatchUpdate_Enterprise.aspx?noframe=1&amp;amp;path=/WebGrid/New Features in v7/Smart Batch Update" target="_blank"&gt;this sample&lt;/a&gt;.&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Oh...! About the version: I've updated using the Update Manager, but it returned an error. I've tried to update again and no error returned. Image as attachment.&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;TIA.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Edit: On FireFox it doesnt event terminate "Submitting all changes to server..."&lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>