﻿<?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 - How to reconfigure 'Enter Key' in WebGrid 7 to simulate the functionality of MS Excel</title><link>http://www.intersoftsolutions.com/Community/WebGrid/How-to-reconfigure-Enter-Key-in-WebGrid-7-to-simulate-the-functionality-of-MS-Excel/</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>How to reconfigure 'Enter Key' in WebGrid 7 to simulate the functionality of MS Excel</title><link>http://www.intersoftsolutions.com/Community/WebGrid/How-to-reconfigure-Enter-Key-in-WebGrid-7-to-simulate-the-functionality-of-MS-Excel/</link><pubDate>Thu, 08 Apr 2010 22:51:14 GMT</pubDate><dc:creator>Glayaar</dc:creator><description>&lt;p&gt;Based on my analysis on the provided user code snippet, the MoveRow function only select the cell. If you would like to enter edit mode automatically, you will need to modify the MoveRow function. Here is the snippet, this snippet is already using the new WebGrid API introduced in version 5&lt;/p&gt;&lt;pre&gt;function MoveRow(destRow, destCell)&lt;br /&gt;{&lt;br /&gt;    var grid = ISGetObject("wgTest");&lt;br /&gt;&lt;br /&gt;    grid.GetRowByElement(destRow).Select();&lt;br /&gt;    grid.GetCellByElement(destCell).ActivateEdit();&lt;br /&gt;}&lt;/pre&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;</description></item><item><title>How to reconfigure 'Enter Key' in WebGrid 7 to simulate the functionality of MS Excel</title><link>http://www.intersoftsolutions.com/Community/WebGrid/How-to-reconfigure-Enter-Key-in-WebGrid-7-to-simulate-the-functionality-of-MS-Excel/</link><pubDate>Thu, 08 Apr 2010 11:37:51 GMT</pubDate><dc:creator>desaigs81</dc:creator><description>&lt;p&gt;Hello All,&lt;/p&gt;
&lt;p&gt;We are using WebGrid 7 in SharePoint WebPart where we are rendering the grid programatically.&lt;/p&gt;
&lt;p&gt;We wanted to reconfigure the "Enter Key" to perform the same action as it happens in MS Excel. I discovered some code to reconfigure Enter key fucntionality in the &lt;a href="http://www.intersoftpt.com/Community/WebGrid/Use-Enter-key-to-add-new-row/"&gt;http://www.intersoftpt.com/Community/WebGrid/Use-Enter-key-to-add-new-row/&lt;/a&gt; and modified the same according to my requirement.&lt;/p&gt;
&lt;p&gt;But the problem with this is that when we press "Enter Key" on any cell the focus goes to the cell below the current one and the new cell gets selected. But if we want to enter the data in the new cell, we will have to press Enter key once again or click on the focused cell.&lt;/p&gt;
&lt;p&gt;When I hit enter cell below the current cell should automatically become editable.&lt;/p&gt;
&lt;p&gt;Any help on this would be much appreciable.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;GS&lt;/p&gt;</description></item></channel></rss>