﻿<?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 set multiple columns to editmode</title><link>http://www.intersoftsolutions.com/Community/WebGrid/how-to-set-multiple-columns-to-editmode/</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 set multiple columns to editmode</title><link>http://www.intersoftsolutions.com/Community/WebGrid/how-to-set-multiple-columns-to-editmode/</link><pubDate>Sun, 15 Jan 2012 20:54:15 GMT</pubDate><dc:creator>yudi</dc:creator><category>multiple column editmode</category><description>&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt;"&gt;Since the last question posted on January 12, 2012 10:43 PM is not related to the topic of this thread, “how to set multiple columns to editmode”, could you please kindly post the question in the new thread?&lt;br /&gt;I would be happy to assist you again.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>how to set multiple columns to editmode</title><link>http://www.intersoftsolutions.com/Community/WebGrid/how-to-set-multiple-columns-to-editmode/</link><pubDate>Thu, 12 Jan 2012 22:43:27 GMT</pubDate><dc:creator>jjw.jiang@gmail.com</dc:creator><category>multiple column editmode</category><description>&lt;p&gt;Thanks for your replay,i will figure out another solution.&lt;/p&gt;&lt;p&gt;I had an other problem on programmatic create webgrid.I put one simple webgrid in my page and i try to modify the caption of each column in the event "InitializeColumn",and it works.&lt;/p&gt;
&lt;p&gt;However,when i wanted to get the captions in client side,i got the captions were unmodified.In client side i use "OnAfterInitialize" event try to get the captions.&lt;/p&gt;
&lt;p&gt;I want to know how this happened and how to get the modified captions?&lt;/p&gt;
&lt;p&gt;Hope for you replay.&lt;/p&gt;</description></item><item><title>how to set multiple columns to editmode</title><link>http://www.intersoftsolutions.com/Community/WebGrid/how-to-set-multiple-columns-to-editmode/</link><pubDate>Thu, 12 Jan 2012 21:39:04 GMT</pubDate><dc:creator>yudi</dc:creator><category>multiple column editmode</category><description>&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt;"&gt;WebGrid does not allow setting multiple cells to edit and only allow having one cell into edit mode at a time. This is consistent with the fact that users can only edit a cell at a time instead of edit multiple cell of a row at a time.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt;"&gt;This behavior should explain why only the last cell of your code, the “number” cell, becomes edit mode.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt;"&gt;Hope this helps.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>how to set multiple columns to editmode</title><link>http://www.intersoftsolutions.com/Community/WebGrid/how-to-set-multiple-columns-to-editmode/</link><pubDate>Thu, 12 Jan 2012 05:40:15 GMT</pubDate><dc:creator>jjw.jiang@gmail.com</dc:creator><category>multiple column editmode</category><description>&lt;p&gt;i want to know whether the webgrid can set multiple cells to editmode?&lt;/p&gt;
&lt;p&gt;in my code,i use a button to invoke a function try to set multiple cells to edit,but only the last cell become editmode.&lt;/p&gt;
&lt;p&gt;is there any way to set multiple cells to edit?&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;here is my code&lt;/p&gt;
&lt;p /&gt;&lt;pre&gt;function EditRow()
        {
            var e = event.srcElement;
            var WebGrid = ISGetObject("WebGrid1").RootTable;
            var ThisRow = WebGrid.GetRow(e.parentNode.parentNode.parentNode.recordIndex);
            if (e.value == "edit")
            {
                ThisRow.BeginEdit();
                ThisRow.GetCell("vol").ActivateEdit();
                ThisRow.GetCell("number").ActivateEdit();
            }
        }&lt;/pre&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p /&gt;</description></item></channel></rss>