﻿<?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</title><link>http://www.intersoftsolutions.com/Community/Tags/WebGrid/</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>Need License Information for WebUI</title><link>http://www.intersoftsolutions.com/Community/Tags/WebGrid/</link><pubDate>Sat, 28 May 2022 16:31:44 GMT</pubDate><dc:creator>Bill0208</dc:creator><category>WebGrid</category><category>webui</category><description>&lt;p&gt;I took over a project using the Intersoft WebUI controls.&amp;nbsp; The prevous developer left without documenting the project now I am stuck trying to setup a DEV server without the liocense for the product.&amp;nbsp; I need the license information desperately to move forward.&amp;nbsp;&lt;span style="font-size: 10pt;"&gt;Please help.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;</description></item><item><title>Web grid rid Rows Editing Error in Edge Browser</title><link>http://www.intersoftsolutions.com/Community/Tags/WebGrid/</link><pubDate>Tue, 22 Jun 2021 05:24:10 GMT</pubDate><dc:creator>lakhdeep.kumar</dc:creator><category>WebGrid</category><description>&lt;p&gt;Hi Team,&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;We are using Intersoft liabraries in our project&amp;nbsp; but&amp;nbsp; if running in edge and chrome browser getting error in grid rows editing.&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 13.3333px;"&gt;ISNet.WebUI.WebGrid.Resources.dll (Build 9.0.7200.2). I have attached the screen shots of error and other refrence files. We need immediate help as our customers are waiting for application to run in edge browser.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 13.3333px;"&gt;Thanks &amp;amp; Regards,&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 13.3333px;"&gt;Lakhdeep Kumar&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 13.3333px;"&gt;&lt;br&gt;&lt;/span&gt;&lt;/p&gt;</description></item><item><title>WebGrid, - Security issue on export option</title><link>http://www.intersoftsolutions.com/Community/Tags/WebGrid/</link><pubDate>Wed, 15 Apr 2020 13:09:37 GMT</pubDate><dc:creator>stephen.buck@schneider-electric.com</dc:creator><category>WebGrid</category><description>&lt;p&gt;We would like to how to protect export option aganist code injection in the case of export Excel and also how to protect the unrestricted dowload path? Any guidance on this appreciated&lt;/p&gt;</description></item><item><title>Chrome with new version has introduced a new problem</title><link>http://www.intersoftsolutions.com/Community/Tags/WebGrid/</link><pubDate>Thu, 08 Nov 2018 14:11:39 GMT</pubDate><dc:creator>sjain</dc:creator><category>WebGrid</category><category>Chrome</category><category>space</category><description>&lt;p&gt;Hi,&lt;br&gt;&lt;br&gt;Chrome with new version has introduced a new problem.&lt;br&gt;&lt;br&gt;On click on any cell of webgrid, cell text ended with space which tuns into "\t" into database while save. which is causing issues.&lt;br&gt;&lt;br&gt;(Unable to Attached images).&lt;br&gt;&lt;br&gt;NOTE: Chrome earlier version (67.0) is working fine.&lt;br&gt;&lt;br&gt;I am using Webgrid product version 10.0.&lt;br&gt;&lt;br&gt;Please give us a solutions.&lt;br&gt;&lt;br&gt;Regards&lt;br&gt;&lt;br&gt;Sachin Jain&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;/p&gt;</description></item><item><title>Add new row webcombo does not work inside grid</title><link>http://www.intersoftsolutions.com/Community/Tags/WebGrid/</link><pubDate>Fri, 03 Aug 2018 07:17:56 GMT</pubDate><dc:creator>sjain</dc:creator><category>WebGrid</category><category>WebCombo</category><category>AddRow</category><description>Hi,&lt;div&gt;While add new row into webgrid, webcombo does not load all the records in it.&lt;/div&gt;&lt;div&gt;Attached screenshot, as it works while edit the rows.&lt;/div&gt;&lt;div&gt;Attached sample example aspx page.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Please give us solution ASAP, I am using Version 7 of webcombo.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Regards&lt;/div&gt;&lt;div&gt;Sachin&lt;/div&gt;</description></item><item><title>How to hide multiple columns in WebGrid ?</title><link>http://www.intersoftsolutions.com/Community/Tags/WebGrid/</link><pubDate>Fri, 27 Jul 2018 20:39:38 GMT</pubDate><dc:creator>mariod</dc:creator><category>WebGrid</category><category>visual studio 2015</category><description>&lt;p&gt;HI there,&lt;/p&gt;&lt;p&gt;We have created a grid and already have one id field inside the grid with visible = "false". I was trying to hide another two fields in the same grid with visible = "false" and it hides the columns. But,we also have javascript to get the data from the grid cell on user click and with this I can not accees the data of the grid columns. Basically we are trying to hide the columns data in the grid and display that data in popup when user click on the row.&lt;/p&gt;&lt;p&gt;When I put visible="false" inside the WebGridColumns tag the script throws an error "Cannot read property 'Text' of null". and modal popup comes with the empty value.&lt;/p&gt;&lt;p&gt;But when i remove the visible = "false" modal popup disply the information but columns stay visible. I try using&amp;nbsp;HiddenDataMember property but it did not work and with the width ="0px" a liitel part of colums is visible.&lt;/p&gt;&lt;p&gt;Is there any way we can achive this ?&lt;/p&gt;&lt;p&gt;Any help will be appriciated.&lt;/p&gt;</description></item><item><title>Filter WebGrid on client side</title><link>http://www.intersoftsolutions.com/Community/Tags/WebGrid/</link><pubDate>Mon, 02 Jul 2018 10:52:23 GMT</pubDate><dc:creator>aiyer@intuition.com</dc:creator><category>WebGrid</category><category>Filter</category><description>&lt;p&gt;Hi,&lt;br&gt;&lt;br&gt;&lt;/p&gt;&lt;p&gt;Im trying to set value into WebGrid's filter textbox and apply filtering.&lt;br&gt;Here is a code Im using:&lt;br&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 13.3333px;"&gt;&amp;nbsp;var grid = ISGetObject('myGrid');&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 13.3333px;"&gt;var filterRow = grid.RootTable.ToRowObject(grid.RootTable.GetFilterRow());&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 13.3333px;"&gt;filterRow.GetCells().GetNamedItem('UserStatus').SetText('Active', true);&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 13.3333px;"&gt;filterRow.GetCells().GetNamedItem('UserStatus').Value = 'Active';&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 13.3333px;"&gt;grid.Refresh();&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 13.3333px;"&gt;After applying calling Refresh method, grid is not filtered.&lt;br&gt;I expect it to show me result with 'Active' value in 'UserStatus' column.&lt;br&gt;Did I miss here anything?&lt;br&gt;Thanks.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Calendar control failure in chrome browser inside grid</title><link>http://www.intersoftsolutions.com/Community/Tags/WebGrid/</link><pubDate>Tue, 05 Dec 2017 12:41:04 GMT</pubDate><dc:creator>sjain</dc:creator><category>WebGrid</category><category>Chrome</category><category>Calandar</category><description>&lt;p&gt;&lt;br&gt;&lt;/p&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;Calendar control inside grid is not working into chrome browser.&lt;/p&gt;&lt;p&gt;There is some javscript error is coming which has been attached.&lt;/p&gt;&lt;p&gt;There is already thread is running for this but No REPLY from your side.&lt;/p&gt;&lt;p&gt;https://www.intersoftsolutions.com/Community/WebGrid/Loading-the-Calendar-control-failure-in-chrome-browser/&lt;/p&gt;&lt;p&gt;Please give us solutions.&lt;/p&gt;&lt;p&gt;Regards&lt;/p&gt;&lt;p&gt;Sachin Jain&lt;/p&gt;</description></item><item><title>rowchecker title does not display</title><link>http://www.intersoftsolutions.com/Community/Tags/WebGrid/</link><pubDate>Fri, 18 Aug 2017 10:25:13 GMT</pubDate><dc:creator>hongmei</dc:creator><category>WebGrid</category><description>&lt;p&gt;The rowcheck always show as a checkbox. How to show the title of the column as well as the check box please? Attach is the current rowchecker title display. The desired pick box marked area should be "&amp;lt;checkbox&amp;gt; subscribe". Thank you very much.&lt;/p&gt;</description></item><item><title>Webgrid does not support Webcombo column to make it readonly</title><link>http://www.intersoftsolutions.com/Community/Tags/WebGrid/</link><pubDate>Sat, 03 Jun 2017 11:58:17 GMT</pubDate><dc:creator>sjain</dc:creator><category>WebGrid</category><category>WebCombo</category><category>readonly</category><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;Your webgrid does not supoort &amp;nbsp;property for webcombo column into webgrid as readonly.&lt;/p&gt;&lt;p&gt;Once I set to readonly then adding new row in the column does not support.&lt;/p&gt;&lt;p&gt;To do, I added code in prepare_databinding event of grid as bellow:&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;if (MyColumn.Name == "MyColumnName")&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; MyColumn.Caption = "New Name";&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; MyColumn.EditType = EditType.NoEdit;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; MyColumn.FilterEditType = FilterEditType.TextBox;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; MyColumn.NewRowEditType = NewRowEditType.&amp;lt;DOES NOT HAVE WEBCOMBO&amp;gt;;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/p&gt;&lt;p&gt;You can see enum values of&amp;nbsp;NewRowEditType:&lt;/p&gt;&lt;p&gt;&amp;nbsp;public enum NewRowEditType&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; {&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; SameAsEditType = 0,&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; TextBox = 1,&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; DropdownList = 2,&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; NoEdit = 3,&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Checkbox = 4,&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; CalendarCombo = 5,&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; }&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;&lt;p&gt;Please add this feature or give me solution to do.&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;&lt;p&gt;Regards&lt;/p&gt;&lt;p&gt;Sachin Jain&lt;/p&gt;</description></item></channel></rss>