﻿<?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 - BatchUpdate, HighlightChanges and Programmatic Edit</title><link>http://www.intersoftsolutions.com/Community/WebGrid/BatchUpdate-HighlightChanges-and-Programmatic-Edit/</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, HighlightChanges and Programmatic Edit</title><link>http://www.intersoftsolutions.com/Community/WebGrid/BatchUpdate-HighlightChanges-and-Programmatic-Edit/</link><pubDate>Sat, 22 Aug 2009 07:34:57 GMT</pubDate><dc:creator>james</dc:creator><category>javascript</category><category>Batch Update</category><category>HighlightChanges</category><description>&lt;p&gt;Yes, that seems to be the WebGrid's behavior by design. When you clicked the button outside WebGrid, the Grid loses its focus and hence reflect the selection with LostFocusStyle (gray backcolor by default).&lt;/p&gt;&lt;p&gt;If you would like the Grid to stay with the focused row style after a button click, simply set the focus back to the Grid again in your button click javascript. Eg, grid.SetFocus();&lt;/p&gt;
&lt;p&gt;Let me know if that works for you.&lt;/p&gt;</description></item><item><title>BatchUpdate, HighlightChanges and Programmatic Edit</title><link>http://www.intersoftsolutions.com/Community/WebGrid/BatchUpdate-HighlightChanges-and-Programmatic-Edit/</link><pubDate>Fri, 21 Aug 2009 15:08:53 GMT</pubDate><dc:creator>danjransom@gmail.com</dc:creator><category>javascript</category><category>Batch Update</category><category>HighlightChanges</category><description>&lt;p&gt;It seems that when you are using batch update mode and have HighlightChanges enabled, when you update a row through JavaScript, the correct row highlighting color is not applied.&lt;/p&gt;
&lt;p&gt;Steps to reproduce - IE 8:&lt;/p&gt;
&lt;p&gt;1. Use the Client_ProgrammaticEdit.aspx page in the samples&lt;/p&gt;
&lt;p&gt;2. Update the LayoutSettings declaration to allow batch update and turn on HighlightChanges.&lt;/p&gt;
&lt;p&gt;3. Run the page, select a row, and press the "Set current row Text / Value" button.&lt;/p&gt;
&lt;p&gt;Notice that the row stays gray until you select it again, then after you leave the row, it changes to the proper color.&lt;/p&gt;
&lt;p&gt;Is there a way around this or a fix?&lt;/p&gt;</description></item></channel></rss>