﻿<?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 - WebGrid &amp; WebTextEditor "undefined" in textedit</title><link>http://www.intersoftsolutions.com/Community/WebGrid/WebGrid--WebTextEditor-undefined-in-textedit/</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>WebGrid &amp; WebTextEditor "undefined" in textedit</title><link>http://www.intersoftsolutions.com/Community/WebGrid/WebGrid--WebTextEditor-undefined-in-textedit/</link><pubDate>Tue, 04 Jan 2011 22:14:56 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><category>webgrid webtext editor</category><description>&lt;p&gt;Hello George,&lt;/p&gt;&lt;p&gt;Please look into our sample, CustomEditor_WebTextEditor.aspx. Notice that, it also allows multiline.&lt;br /&gt;You were missing to add MaxHeight properties for the cell.&lt;/p&gt;
&lt;p&gt;e.g Please see my page structure below.&lt;/p&gt;
&lt;p /&gt;&lt;pre&gt;&amp;lt;%@ Page Language="VB" AutoEventWireup="true" CodeFile="TextEditorWithMultilineWebGridColumn.aspx.vb"
    Inherits="TextEditorWithMultilineWebGridColumn" %&amp;gt;
&amp;lt;%@ Register Assembly="ISNet.WebUI.WebGrid" Namespace="ISNet.WebUI.WebGrid" TagPrefix="ISWebGrid" %&amp;gt;
&amp;lt;%@ Register Assembly="ISNet.WebUI.WebTextEditor" Namespace="ISNet.WebUI.WebTextEditor"
    TagPrefix="ISWebTextEditor" %&amp;gt;
&amp;lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" &amp;gt;
&amp;lt;html&amp;gt;
&amp;lt;head runat="server"&amp;gt;
    &amp;lt;title&amp;gt;Untitled Page&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;
&amp;lt;body id="body" runat="server" leftmargin="0" topmargin="0" rightmargin="0" bottommargin="0"&amp;gt;
    &amp;lt;form id="form1" runat="server"&amp;gt;
    &amp;lt;div&amp;gt;
        &amp;lt;ISWebGrid:WebGrid ID="WebGrid1" runat="server" DataSourceID="AccessDataSource1"
            Height="328px" UseDefaultStyle="True" Width="778px"&amp;gt;
            &amp;lt;LayoutSettings AllowEdit="Yes" RowHeightDefault="-1px"&amp;gt;
            &amp;lt;/LayoutSettings&amp;gt;
            &amp;lt;RootTable DataKeyField="EmployeeID"&amp;gt;
                &amp;lt;Columns&amp;gt;
                    &amp;lt;ISWebGrid:WebGridColumn Caption="EmployeeID" DataMember="EmployeeID" DataType="System.Int32"
                        Name="EmployeeID" Width="100px"&amp;gt;
                    &amp;lt;/ISWebGrid:WebGridColumn&amp;gt;
                    &amp;lt;ISWebGrid:WebGridColumn Caption="LastName" DataMember="LastName" Name="LastName"
                        Width="100px"&amp;gt;
                    &amp;lt;/ISWebGrid:WebGridColumn&amp;gt;
                    &amp;lt;ISWebGrid:WebGridColumn Caption="Notes" AllowMultiLine="true" DataMember="Notes"
                        Name="Notes" CustomEditorName="WebTextEditor" MaxHeight="200px" CustomEditorServerId="wte1"
                        EditType="Custom" Width="100px"&amp;gt;
                    &amp;lt;/ISWebGrid:WebGridColumn&amp;gt;
                &amp;lt;/Columns&amp;gt;
            &amp;lt;/RootTable&amp;gt;
        &amp;lt;/ISWebGrid:WebGrid&amp;gt;
        &amp;lt;asp:AccessDataSource ID="AccessDataSource1" runat="server" DataFile="~/App_Data/Northwind.mdb"
            SelectCommand="SELECT [EmployeeID], [LastName], [Notes] FROM [Employees]"&amp;gt;&amp;lt;/asp:AccessDataSource&amp;gt;
    &amp;lt;/div&amp;gt;
    &amp;lt;ISWebTextEditor:WebTextEditor ID="wte1" runat="server" AllowResize="Yes" Height="300px"
        Width="500px" DefaultStyleMode="ElegantBlackStyle" MinimumSize="300, 200"&amp;gt;
        &amp;lt;RootTextEditor&amp;gt;
        &amp;lt;/RootTextEditor&amp;gt;
        &amp;lt;ToolBarSettings ToolBarMode="Minimal" /&amp;gt;
        &amp;lt;ViewSettings EnableSplitView="false" /&amp;gt;
    &amp;lt;/ISWebTextEditor:WebTextEditor&amp;gt;
    &amp;lt;/form&amp;gt;
&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/pre&gt;
&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;
&lt;p /&gt;</description></item><item><title>WebGrid &amp; WebTextEditor "undefined" in textedit</title><link>http://www.intersoftsolutions.com/Community/WebGrid/WebGrid--WebTextEditor-undefined-in-textedit/</link><pubDate>Tue, 04 Jan 2011 07:01:19 GMT</pubDate><dc:creator>gkfahnbulleh@lakepiso.com</dc:creator><category>webgrid webtext editor</category><description>&lt;p&gt;Handy,&lt;/p&gt;&lt;p&gt;This issue occurs when the "Allow Multiline" property is set to true for the cell.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>WebGrid &amp; WebTextEditor "undefined" in textedit</title><link>http://www.intersoftsolutions.com/Community/WebGrid/WebGrid--WebTextEditor-undefined-in-textedit/</link><pubDate>Tue, 04 Jan 2011 01:18:15 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><category>webgrid webtext editor</category><description>&lt;p&gt;Hello George,&lt;/p&gt;&lt;p&gt;Unfortunately, Our WebGrid sample runs well without issue. Please confirm if you followed the same settings with CustomEditor_WebTextEditor.aspx. It would be more helpful if you can provide a simple runable sample.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;</description></item><item><title>WebGrid &amp; WebTextEditor "undefined" in textedit</title><link>http://www.intersoftsolutions.com/Community/WebGrid/WebGrid--WebTextEditor-undefined-in-textedit/</link><pubDate>Tue, 04 Jan 2011 00:48:52 GMT</pubDate><dc:creator>gkfahnbulleh@lakepiso.com</dc:creator><category>webgrid webtext editor</category><description>&lt;p&gt;why do I keep getting this error when I try to update a cell using WTE?&lt;/p&gt;
&lt;p&gt;&lt;a target="_blank" href="http://www.screencast.com/t/FSIqeh8DjS7e"&gt;http://www.screencast.com/t/FSIqeh8DjS7e&lt;/a&gt;&lt;/p&gt;
</description></item></channel></rss>