﻿<?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 - WebGrid Enterprise - delete row functionality stopped after dll update</title><link>http://www.intersoftsolutions.com/Community/WebGrid/delete-row-functionality-stopped-after-dll-update/</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>delete row functionality stopped after dll update</title><link>http://www.intersoftsolutions.com/Community/WebGrid/delete-row-functionality-stopped-after-dll-update/</link><pubDate>Mon, 07 Sep 2009 02:27:02 GMT</pubDate><dc:creator>vinsdeon</dc:creator><description>Bingo!!! that worked. The post was helpful. I would point out the change here...&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;protected void grdObj_DeleteRow(object sender, ISNet.WebUI.WebGrid.RowEventArgs e)&lt;br /&gt;{&lt;br /&gt;        ((DataRowView)e.Row.DataRow).Row.Delete();&lt;br /&gt;&lt;br /&gt;        return false;&lt;br /&gt;}&lt;/pre&gt;&lt;p&gt;Now both the rows added at client side and server side can be deleted. Thank you James&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>delete row functionality stopped after dll update</title><link>http://www.intersoftsolutions.com/Community/WebGrid/delete-row-functionality-stopped-after-dll-update/</link><pubDate>Mon, 07 Sep 2009 02:03:47 GMT</pubDate><dc:creator>james</dc:creator><description>&lt;p&gt;It seems your previous WebGrid build has been quite old. There might be several enhancements related to transactions in the latest update.&lt;/p&gt;&lt;p&gt;You can see the solution for this issue in a similar community thread at &lt;a href="http://www.intersoftpt.com/Community/WebGrid/Cant-delete-rows/" target="_blank"&gt;http://www.intersoftpt.com/Community/WebGrid/Cant-delete-rows/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Hope this helps,&lt;br /&gt;James.&lt;/p&gt;</description></item><item><title>delete row functionality stopped after dll update</title><link>http://www.intersoftsolutions.com/Community/WebGrid/delete-row-functionality-stopped-after-dll-update/</link><pubDate>Mon, 07 Sep 2009 00:07:14 GMT</pubDate><dc:creator>vinsdeon</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Webgrid's delete functionality stopped after updating the dll version from 203 to 214. I updated both WebUI and Webgrid dll and corresponding scripts. To check this i again updated my current solution with old dlls and the corresponding scripts. There goes...the delete functionality is working again. What could be the problm? Here is how am doing a delete.&lt;/p&gt;&lt;pre&gt;var delRow= grid.RootTable.GetRowByKeyValue(objRet.I_FILE_BLOCK_ROW);&lt;br /&gt;delRow.Select();&lt;br /&gt;delRow.Delete();&lt;/pre&gt;
&lt;p&gt;If the row am going to delete is the one added through client side(no update done yet in database), then i am getting an alert message saying "Cannot perform this operation on a row not in the table". As i said earlier, if i revert back to the old dll and scripts, it works fine. So what went wrong with me? Is that method is obsolete? &lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>