﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>StrataFrame Forum » StrataFrame Application Framework - V1 » Business Objects and Data Access (How do I?)  » Navigating a Grid</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Tue, 15 Sep 2026 12:01:54 GMT</lastBuildDate><ttl>20</ttl><item><title>Navigating a Grid</title><link>http://forum.strataframe.net/FindPost21745.aspx</link><description>I am stumped.  If I select a row on a grid, click edit, then navigate (click on another row or use the navigate buttons) away without changing any values, the BO considers the row dirty (IsDirty=true).  Why is that?  This is having some profound effects on my data.  The row is being updated when nothing is really being updated.&lt;br&gt;
&lt;br&gt;
Thanks!&lt;br&gt;
Bill</description><pubDate>Mon, 02 Feb 2009 09:47:17 GMT</pubDate><dc:creator>Bill Cunnien</dc:creator></item><item><title>RE: Navigating a Grid</title><link>http://forum.strataframe.net/FindPost21768.aspx</link><description>It looks like Ivan is probably on the right trail here.&amp;nbsp; By default, when you call Edit on a BO, the IsDirty state will become True.&amp;nbsp; You can prevent this a couple of ways.&amp;nbsp; Set the property like Ivan mentioned, or don't use editing states at all, which is the approach that we generally use.&amp;nbsp; Instead of requiring the user to click 'Edit', we will always leave our fields enabled (like the StrataFlix sample) and then when a change is made, we will handle the IsDirtyChanged event and take whatever actions necessary to preset Save, etc.</description><pubDate>Mon, 02 Feb 2009 09:47:17 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: Navigating a Grid</title><link>http://forum.strataframe.net/FindPost21748.aspx</link><description>Hi Bill.&lt;/P&gt;&lt;P&gt;You can try working with the SetDirtyOnEdit property. There are some posts about it here on the forum, here is one of them:&lt;/P&gt;&lt;P&gt;&lt;A href="http://forum.strataframe.net/FindPost3384.aspx"&gt;http://forum.strataframe.net/FindPost3384.aspx&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Abraços.</description><pubDate>Sat, 31 Jan 2009 09:25:09 GMT</pubDate><dc:creator>Ivan George Borges</dc:creator></item></channel></rss>