﻿<?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 - Lounge - Error Paste multiple rows from clipboard when numeric type column is null in DB</title><link>http://www.intersoftsolutions.com/Community/Lounge/Error-Paste-multiple-rows-from-clipboard-when-numeric-type-column-is-null-in-DB/</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>Error Paste multiple rows from clipboard when numeric type column is null in DB</title><link>http://www.intersoftsolutions.com/Community/Lounge/Error-Paste-multiple-rows-from-clipboard-when-numeric-type-column-is-null-in-DB/</link><pubDate>Thu, 25 Sep 2014 04:06:48 GMT</pubDate><dc:creator>Hans</dc:creator><category>WebGrid</category><description>&lt;p&gt;Hello,&lt;br&gt;&lt;br&gt;Based on your post, I tried to find the Intersoft WebGrid Samples that bind the WebGrid from code behind.&lt;br&gt;&lt;br&gt;I tried to modify the WebGrid configuration in ‘BindtoTraditionalDataSource.aspx’ page. I use your WebGrid’s configuration in your post, but I didn’t use all server side event &amp;amp; client side event, due to I don’t know your code.&lt;br&gt;However, it also works fine on my end.&lt;br&gt;&lt;br&gt;I attached the video regarding the result from the modified page.&lt;br&gt;&lt;br&gt;Could you please help me to have review on the modified page? Please kindly try to run the modified sample on your end &amp;amp; please let me know the result.&lt;br&gt;Also please let me know if there is configuration that I missed on the modified page.&lt;br&gt;So we can found the work around / solution for this issue as soon as possible.&lt;br&gt;To run the page, you just simply add the modified to the WebGrid Samples Solution.&lt;br&gt;&lt;br&gt;Thank you for your help.&lt;br&gt;&lt;br&gt;Regards,&lt;br&gt;Hans K.&lt;br&gt;&lt;br&gt;&lt;/p&gt;</description></item><item><title>Error Paste multiple rows from clipboard when numeric type column is null in DB</title><link>http://www.intersoftsolutions.com/Community/Lounge/Error-Paste-multiple-rows-from-clipboard-when-numeric-type-column-is-null-in-DB/</link><pubDate>Wed, 24 Sep 2014 11:00:31 GMT</pubDate><dc:creator>rupeshshakti</dc:creator><category>WebGrid</category><description>&lt;p&gt;Hi Hans,&lt;/p&gt;&lt;p&gt;I tried every approch what you explained me above but still unable to reach the solution.&lt;/p&gt;&lt;p&gt;I have bellow html text and bing grid from code behind.&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;&lt;p&gt;&amp;lt;ISWebGrid1:WebGrid1 ID="WebGrid1" runat="server" RenderingMode ="HTML5" DefaultStyleMode="Elegant" Height="75%"&lt;br&gt; UseDefaultStyle="True" Width="100%" OnInitializeDataSource="UsageWebGrid1_InitializeDataSource"&lt;br&gt; OnPrepareDataBinding="WebGrid1_PrepareDataBinding" OnBatchUpdate="WebGrid1_BatchUpdate" OnInitializePostBack ="WebGrid1_InitializePostBack"&amp;gt;&lt;br&gt; &amp;lt;LayoutSettings AllowAddNew="Yes" AllowBatchUpdate="True" AllowColumnMove="Yes" AllowContextMenu="true"&lt;br&gt; AllowEdit="Yes" AllowExport="Yes" AllowSelectColumns="Yes" AllowSorting="Yes"&lt;br&gt; AutoFitColumns="True" AutoHeight="false" EditOnClick="False" PagingMode="VirtualLoad" ColumnFooters="Yes"&lt;br&gt; NewRowLostFocusAction="AlwaysPrompt" AllowDelete="Yes" AllowFilter="Yes"&lt;br&gt; AutoFilterSuggestion="True" ShowFilterStatus="True" AllowGrouping="Yes" AllowMultipleSelection="Yes" PagingLoadMode="Automatic" PagingSize="50" &amp;gt;&lt;br&gt; &amp;lt;ClientSideEvents OnRowContextMenu="WebGrid1_OnRowContextMenu" OnRowValidate="WebGrid1_OnRowValidate" /&amp;gt;&lt;br&gt; &amp;lt;BatchUpdateSettings AutomaticObjectUpdate="true" AllowReviewChanges="true" /&amp;gt;&lt;br&gt; &amp;lt;/LayoutSettings&amp;gt;&lt;br&gt; &amp;lt;/ISWebGrid1:WebGrid1&amp;gt;&lt;br&gt;&lt;br&gt; &amp;lt;ISWebCombo:WebCombo ID="ItemsWebCombo1" runat="server" AllowWildCardSearch="True" &lt;br&gt; DataMember="DefaultView" OnInitializeDataSource="ItemsWebCombo1_InitializeDataSource" Height="20px" UseDefaultStyle="True" Width="200px"&amp;gt;&lt;br&gt; &amp;lt;LayoutSettings EntryMode="AutoComplete" AlwaysShowAllRowsOnDropdown="true"&amp;gt;&lt;br&gt; &amp;lt;/LayoutSettings&amp;gt;&lt;br&gt; &amp;lt;/ISWebCombo:WebCombo&amp;gt;&lt;br&gt; &amp;lt;ISWebCombo:WebCombo ID="WebCombo2" runat="server" AllowWildCardSearch="True" &lt;br&gt; DataMember="DefaultView" OnInitializeDataSource="WebCombo2_InitializeDataSource" Height="20px" UseDefaultStyle="True" Width="200px"&amp;gt;&lt;br&gt; &amp;lt;LayoutSettings EntryMode="AutoComplete" AlwaysShowAllRowsOnDropdown="true"&amp;gt;&lt;br&gt; &amp;lt;/LayoutSettings&amp;gt;&lt;br&gt; &amp;lt;/ISWebCombo:WebCombo&amp;gt;&lt;br&gt;&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;&lt;p&gt;Please help me out.&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;&lt;p&gt;Regards&lt;/p&gt;&lt;p&gt;Rupesh Shakti&lt;br&gt;&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;</description></item><item><title>Error Paste multiple rows from clipboard when numeric type column is null in DB</title><link>http://www.intersoftsolutions.com/Community/Lounge/Error-Paste-multiple-rows-from-clipboard-when-numeric-type-column-is-null-in-DB/</link><pubDate>Tue, 16 Sep 2014 04:36:01 GMT</pubDate><dc:creator>Hans</dc:creator><category>WebGrid</category><description>&lt;div&gt;Hello,&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;I use the Internet Explorer 11 browser, but I have tried to set the ‘Document mode’ to ‘10’ and the ‘User agent string’ to ‘Internet Explorer 10’.&lt;/div&gt;&lt;div&gt;Unfortunately, it still works fine on my end.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Do you use HTML5 Doctype in your web page?&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Could you please help me to provide me the simple working sample that can replicate your issue? So I can investigate your issue on my end.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Or could you please help me to modify my sample that I provide in the prior post, so that I can reproduce your issue on my end?&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Thank you for your help.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Regards,&lt;/div&gt;&lt;div&gt;Hans K.&lt;/div&gt;</description></item><item><title>Error Paste multiple rows from clipboard when numeric type column is null in DB</title><link>http://www.intersoftsolutions.com/Community/Lounge/Error-Paste-multiple-rows-from-clipboard-when-numeric-type-column-is-null-in-DB/</link><pubDate>Mon, 15 Sep 2014 15:18:39 GMT</pubDate><dc:creator>rupeshshakti</dc:creator><category>WebGrid</category><description>&lt;p&gt;Hi Hans,&lt;/p&gt;&lt;p&gt;Thanks, you got the "Paste multiple from clipboard" at your end.&lt;/p&gt;&lt;p&gt;I am still getiing the smae issue.&lt;/p&gt;&lt;p&gt;I am using the same version you mentioned above.(see attached png file)&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;I also set the RenderingMode to HTML5.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;I am using Internet explorer 10. which browser are you using?&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;Please help me out&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;Regards&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;Rupesh Shakti&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Error Paste multiple rows from clipboard when numeric type column is null in DB</title><link>http://www.intersoftsolutions.com/Community/Lounge/Error-Paste-multiple-rows-from-clipboard-when-numeric-type-column-is-null-in-DB/</link><pubDate>Wed, 10 Sep 2014 22:36:13 GMT</pubDate><dc:creator>Hans</dc:creator><category>WebGrid</category><description>&lt;p&gt;Hello,&lt;br&gt;&lt;br&gt;Thank you for the reply.&lt;br&gt;&lt;br&gt;I found that the ‘Paste multiple rows from clipboard’ option will occur if we enable the ‘AllowBatchUpdate’ option.&lt;br&gt;&lt;br&gt;I have tried to use the ‘Paste multiple rows from clipboard’ option, but unfortunately, it works fine as well on my end.&lt;br&gt;I attached the modified page &amp;amp; the video regarding the result on my end.&lt;br&gt;&lt;br&gt;I have used the latest WebGrid assembly (v8.0.7200.259) &amp;amp; Intersoft Framework assembly (v3.0.5000.912) version.&lt;br&gt;Could you inform me your current assembly version?&lt;br&gt;&lt;br&gt;What is your current browser? Have you try to set the ‘RenderingMode’ property to ‘HTML5’? &lt;br&gt;&lt;br&gt;Regards,&lt;br&gt;Hans K.&lt;br&gt;&lt;/p&gt;</description></item><item><title>Error Paste multiple rows from clipboard when numeric type column is null in DB</title><link>http://www.intersoftsolutions.com/Community/Lounge/Error-Paste-multiple-rows-from-clipboard-when-numeric-type-column-is-null-in-DB/</link><pubDate>Wed, 10 Sep 2014 03:10:00 GMT</pubDate><dc:creator>rupeshshakti</dc:creator><category>WebGrid</category><description>&lt;p&gt;Hello,&lt;/p&gt;&lt;p&gt;I am getting default option "Paste multiple rows from clipboard" when allow to context menu into the grid.&lt;/p&gt;&lt;p&gt;Please keep updated webgrid so that you can get at your end too.&lt;/p&gt;&lt;p&gt;Please do the needfull.&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;&lt;p&gt;Regards&lt;/p&gt;&lt;p&gt;Rupesh Shakti&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;</description></item><item><title>Error Paste multiple rows from clipboard when numeric type column is null in DB</title><link>http://www.intersoftsolutions.com/Community/Lounge/Error-Paste-multiple-rows-from-clipboard-when-numeric-type-column-is-null-in-DB/</link><pubDate>Tue, 09 Sep 2014 00:56:15 GMT</pubDate><dc:creator>Hans</dc:creator><category>WebGrid</category><description>&lt;p&gt;Hello,&lt;br&gt;&lt;br&gt;Thank you for the reply.&lt;br&gt;&lt;br&gt;I have tried to find the “Paste multiple rows from clipboard” option. But unfortunately, I can’t found the option.&lt;br&gt;&lt;br&gt;I attached about how I try to find the option. &lt;br&gt;&lt;br&gt;Could you help to modify the WebGrid page that I attached in my prior post? So that I can find the “Paste multiple rows from clipboard” option &amp;amp; replicate your issue on my end.&lt;br&gt;&lt;br&gt;Thank you for your help.&lt;br&gt;&lt;br&gt;Regards,&lt;br&gt;Hans K.&lt;br&gt;&lt;/p&gt;</description></item><item><title>Error Paste multiple rows from clipboard when numeric type column is null in DB</title><link>http://www.intersoftsolutions.com/Community/Lounge/Error-Paste-multiple-rows-from-clipboard-when-numeric-type-column-is-null-in-DB/</link><pubDate>Mon, 08 Sep 2014 07:09:42 GMT</pubDate><dc:creator>rupeshshakti</dc:creator><category>WebGrid</category><description>Hi Hans,&lt;br&gt;Thanks for the reply in details(including video).&lt;br&gt;You got my issue correctly but at one place you missed while paste the row. what ever mentioned in your video, that is also working at my end. &lt;img id="" src="http://www.intersoftpt.com/WebResources/Images/Community/Editor/smiley1.gif" style="border:none; width:undefinedpx; height:undefinedpx;"&gt; &lt;br&gt;&lt;br&gt;1. Copy the row from the context menu option "Copy this row".&lt;br&gt;2. While paste, use "Paste multiple rows from clipboard" instead of "Paste from Clipboard".&lt;br&gt;3. You will get this("Paste multiple rows from clipboard") option when you will click on any other rows on grid instead of Add Row section.&lt;br&gt;4. Please use "Paste multiple rows from clipboard", which is causing issue at my end.&lt;br&gt;5. For this option , you can take reference for "grid.png" attached in above thread.&lt;br&gt;&lt;br&gt;Thanks, &lt;br&gt;&lt;br&gt;Regards&lt;br&gt;Rupesh shakti&lt;br&gt;</description></item><item><title>Error Paste multiple rows from clipboard when numeric type column is null in DB</title><link>http://www.intersoftsolutions.com/Community/Lounge/Error-Paste-multiple-rows-from-clipboard-when-numeric-type-column-is-null-in-DB/</link><pubDate>Mon, 08 Sep 2014 05:51:06 GMT</pubDate><dc:creator>Hans</dc:creator><category>WebGrid</category><description>&lt;p&gt;Hello,&lt;br&gt;&lt;br&gt;Thank you for the question.&lt;br&gt;&lt;br&gt;Based on your information, I created a WebGrid page and bind the WebGrid to access data source (Northwind.mdb database &amp;amp; Shippers table). Before I run the page, I add a new row with a NULL value to the Shippers table (Shippers_NullData.png). Then I run the page in Internet Explorer 11.&lt;br&gt;&lt;br&gt;I tried to “Copy this row” on the new row that have NULL value.&lt;br&gt;After that, I tried to “Paste from clipboard” on “add new row” section.&lt;br&gt;But unfortunately, it works fine on my end.&lt;br&gt;&lt;br&gt;I attached the modified page &amp;amp; the video regarding how I try to attempt your issue.&lt;br&gt;Please kindly have review on the attached files and please let me know if there is a missing step or configuration while trying to attempt your issue.&lt;br&gt;&lt;br&gt;Please forgive me for lack of understanding about the reported problem.&lt;br&gt;&lt;br&gt;Thank you for your help.&lt;br&gt;&lt;br&gt;&lt;br&gt;Regards,&lt;br&gt;Hans K.&lt;br&gt;&lt;/p&gt;</description></item><item><title>Error Paste multiple rows from clipboard when numeric type column is null in DB</title><link>http://www.intersoftsolutions.com/Community/Lounge/Error-Paste-multiple-rows-from-clipboard-when-numeric-type-column-is-null-in-DB/</link><pubDate>Sat, 06 Sep 2014 09:44:02 GMT</pubDate><dc:creator>rupeshshakti</dc:creator><category>WebGrid</category><description>"&lt;p&gt;Hello&lt;/p&gt;&lt;p&gt;I got an error while paste multiple rows from clipboard in webgrid from context menu.&lt;/p&gt;&lt;p&gt;Sptes to replicate.&lt;/p&gt;&lt;p&gt;1. in database, table is having column(having datatype float and supports null).(DB.png File attached for example)&lt;br&gt;&lt;/p&gt;&lt;p&gt;2. Bind the table into webgrid.&lt;/p&gt;&lt;p&gt;3. Copy the row from the context menu option "Copy this row".&lt;/p&gt;&lt;p&gt;4. Paste the row using context menu option "Paste multiple rows from clipboard".&lt;/p&gt;&lt;p&gt;5. you will get an error "Unable to get property Inner text of undefined or null reference".(grid.png attached for example)&lt;br&gt;&lt;/p&gt;&lt;p&gt;Attached the file for your reference.&lt;br&gt;&lt;/p&gt;&lt;p&gt;Please give me solution to resolve this.&lt;/p&gt;&lt;p&gt;Note: I don't want to show zero(0) value intead of null in webgrid like "Isnull(&amp;lt;ColumnName&amp;gt; ,0)" from database.&lt;/p&gt;&lt;p&gt;Thanks in Advanced&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;&lt;p&gt;Rupesh shakti(Software Developer)&lt;br&gt;&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;</description></item></channel></rss>