﻿<?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 Issue in MOSS 2007 environment with window NLB setup</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Webgrid-Issue-in-MOSS-2007-environment-with-window-NLB-setup/</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 Issue in MOSS 2007 environment with window NLB setup</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Webgrid-Issue-in-MOSS-2007-environment-with-window-NLB-setup/</link><pubDate>Thu, 24 Jun 2010 04:02:26 GMT</pubDate><dc:creator>Glayaar</dc:creator><description>&lt;p&gt;You could see from the FireFox screenshot that the font you applied is being overridden by the element style applied when the row is selected and when the row is selected a background color is applied.&lt;/p&gt;&lt;p&gt;In my test, you could use the css class method you intoduce in the few previous post above in order to overwrite this default selected style.&lt;/p&gt;&lt;pre&gt;interSoftWebUIGrid.LayoutSettings.SelectedRowStyle.CssClass = "DummyCSS";&lt;/pre&gt;
&lt;p&gt;Because the background color and font is changed, in the DummyCSS class you will need to define the default row style in the WebGrid.&lt;/p&gt;
&lt;p&gt;You also mention that you are using WebGrid 2007 R2, have you update the control to the latest build? WebGrid 6 build 219 and WebUI Framework build 753&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Webgrid Issue in MOSS 2007 environment with window NLB setup</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Webgrid-Issue-in-MOSS-2007-environment-with-window-NLB-setup/</link><pubDate>Thu, 24 Jun 2010 03:41:59 GMT</pubDate><dc:creator>desaigs81</dc:creator><description>&lt;p style=""&gt;My question here is from where it is being applied. It’s not only background issue. Its font related issue. I want font to be the same. If you closely observe screens then you can find font is being changed. My question here is from where this is getting applied?&lt;/p&gt;&lt;p style=""&gt;This is becoming very critical. We need you quick response.&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Webgrid Issue in MOSS 2007 environment with window NLB setup</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Webgrid-Issue-in-MOSS-2007-environment-with-window-NLB-setup/</link><pubDate>Mon, 21 Jun 2010 03:48:29 GMT</pubDate><dc:creator>Glayaar</dc:creator><description>In the firefox screenshot, I could see that the SelectedRow will modify the background color to #9FC9FB. Try setting the background color to white in the WebGrid selected row style in order to keep the default row style.&lt;br /&gt;</description></item><item><title>Webgrid Issue in MOSS 2007 environment with window NLB setup</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Webgrid-Issue-in-MOSS-2007-environment-with-window-NLB-setup/</link><pubDate>Fri, 18 Jun 2010 08:46:15 GMT</pubDate><dc:creator>desaigs81</dc:creator><description>&lt;p&gt;I tried to see stylesheet with IE and firefox and taken snaps of both selected and unselected rows style. The meajore diff I can see is the font. We are not setting fonts or not even changing fonts. &lt;br /&gt;&lt;/p&gt;&lt;p&gt;Can you please take a look at screen and let me know the problem?&lt;/p&gt;</description></item><item><title>Webgrid Issue in MOSS 2007 environment with window NLB setup</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Webgrid-Issue-in-MOSS-2007-environment-with-window-NLB-setup/</link><pubDate>Fri, 18 Jun 2010 06:17:05 GMT</pubDate><dc:creator>Glayaar</dc:creator><description>&lt;p&gt;As an alternative you could use the same CssStyle as the row style you wish to preserve. Try using a DOM inspector to check which style is applied to the unselected row, such as Firebug in Firefox or Developer Tools in IE8.&lt;/p&gt;&lt;p&gt;  &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Webgrid Issue in MOSS 2007 environment with window NLB setup</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Webgrid-Issue-in-MOSS-2007-environment-with-window-NLB-setup/</link><pubDate>Fri, 18 Jun 2010 02:58:48 GMT</pubDate><dc:creator>desaigs81</dc:creator><description>&lt;p&gt;Thanks for your quick reply.&lt;/p&gt;&lt;p&gt;I tried what you suggested but not working&lt;/p&gt;
&lt;p&gt;:(&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Webgrid Issue in MOSS 2007 environment with window NLB setup</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Webgrid-Issue-in-MOSS-2007-environment-with-window-NLB-setup/</link><pubDate>Thu, 17 Jun 2010 22:23:09 GMT</pubDate><dc:creator>Glayaar</dc:creator><description>&lt;p&gt;Using css class as you proposed is the correct way to remove the selected row style. In my test, the different between the selected and unselected row style is the style attribute appended in the cell element. In order to remove the selected style you will need to define an empty css class so the style attribute will be an empty string. The DummyCSS snippet:&lt;/p&gt;&lt;pre&gt;&amp;lt;style type="text/css"&amp;gt;&lt;br /&gt;    .DummyCSS{ }&lt;br /&gt;&amp;lt;/style&amp;gt;&lt;/pre&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Webgrid Issue in MOSS 2007 environment with window NLB setup</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Webgrid-Issue-in-MOSS-2007-environment-with-window-NLB-setup/</link><pubDate>Thu, 17 Jun 2010 09:47:32 GMT</pubDate><dc:creator>desaigs81</dc:creator><description>We have not kept all this three files we have kept below 3 files and web.config change.&lt;p&gt;&lt;strong&gt;DLL dropped in GAC&lt;/strong&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;-ISNet.dll&lt;br /&gt;-ISNet.WebUI.dll&lt;br /&gt;-ISNet.WebUI.WebGrid.dll&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;SafeControl entry in web.config file&lt;/strong&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt; &amp;lt;SafeControl Assembly="ISNet.WebUI , Version=3.0.5000.1, Culture=neutral, PublicKeyToken=b1f2a8511635667a" Namespace="ISNet.WebUI" TypeName="*" Safe="True" /&amp;gt;&lt;br /&gt; &amp;lt;SafeControl Assembly="ISNet.WebUI.WebGrid, Version=7.0.7200.403, Culture=neutral, PublicKeyToken=3e60b85fb8502d5e" Namespace="ISNet.WebUI.WebGrid" TypeName="*" Safe="True" /&amp;gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;HttpHandler entry&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;add path="ISRes.axd" verb="GET" type="ISNet.WebUI.WebResourceHandler, ISNet.WebUI, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=b1f2a8511635667a" validate="true" /&amp;gt;&lt;/p&gt;
&lt;p&gt;After doing this changes webgrid is working perfectly ok.&lt;/p&gt;
&lt;p&gt;But one weared thing is being happend please see attached screen for more information. When we select any cell on grid that cells style gets changed. We have not set selected row's style.&lt;/p&gt;
&lt;p&gt;Below is the code that we have write to remove selected row's style.&lt;/p&gt;&lt;pre&gt;interSoftWebUIGrid.LayoutSettings.SelectedRowStyle.CssClass = "DummyCSS";&lt;/pre&gt;
&lt;p&gt;We have not defined 'DummyCSS'.&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Can you please help in this? How can I remove selected row's style?&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Webgrid Issue in MOSS 2007 environment with window NLB setup</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Webgrid-Issue-in-MOSS-2007-environment-with-window-NLB-setup/</link><pubDate>Wed, 16 Jun 2010 22:52:56 GMT</pubDate><dc:creator>Glayaar</dc:creator><description>&lt;p&gt;In Our WebGrid Sharepoint WhitePaper it is said you will need to register WebGrid assemblies to the GAC. However, besides WebGrid assemblies you will also need to register WebUI Framework assemblies to the GAC. The Framework assemblies are:&lt;/p&gt;&lt;p&gt;- ISNet.dll&lt;br /&gt;- ISNet.WebUI.dll&lt;br /&gt;- ISNet.WebUI.Resources.dll&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Webgrid Issue in MOSS 2007 environment with window NLB setup</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Webgrid-Issue-in-MOSS-2007-environment-with-window-NLB-setup/</link><pubDate>Wed, 16 Jun 2010 09:40:52 GMT</pubDate><dc:creator>desaigs81</dc:creator><description>We go through steps in the document for &lt;b style=""&gt;&lt;b style=""&gt;&lt;b style=""&gt;&lt;b style=""&gt;&lt;b style=""&gt;&lt;b style=""&gt;&lt;em&gt;WebPart in Microsoft Office SharePoint Server 2007&lt;/em&gt; &lt;/strong&gt;&lt;/strong&gt;&lt;/strong&gt;&lt;/strong&gt;&lt;/strong&gt;&lt;/strong&gt;.&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;We perform the same steps and getting error for assemblies like below, &lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;title&gt;Configuration Error&lt;/title&gt;&lt;style&gt;BODY {
	FONT-WEIGHT: normal; FONT-SIZE: 0.7em; COLOR: black; FONT-FAMILY: "Verdana"
}
P {
	MARGIN-TOP: -5px; FONT-WEIGHT: normal; COLOR: black; FONT-FAMILY: "Verdana"
}
B {
	MARGIN-TOP: -5px; FONT-WEIGHT: bold; COLOR: black; FONT-FAMILY: "Verdana"
}
H1 {
	FONT-WEIGHT: normal; FONT-SIZE: 18pt; COLOR: red; FONT-FAMILY: "Verdana"
}
H2 {
	FONT-WEIGHT: normal; FONT-SIZE: 14pt; COLOR: maroon; FONT-FAMILY: "Verdana"
}
PRE {
	FONT-SIZE: 0.9em; FONT-FAMILY: "Lucida Console"
}
.marker {
	FONT-WEIGHT: bold; COLOR: black; TEXT-DECORATION: none
}
.version {
	COLOR: gray
}
.error {
	MARGIN-BOTTOM: 10px
}
.expandable {
	FONT-WEIGHT: bold; CURSOR: hand; COLOR: navy; TEXT-DECORATION: underline
}
&lt;/style&gt;&lt;span&gt;
&lt;h2&gt;&lt;em&gt;Configuration Error&lt;/em&gt; &lt;/h2&gt;&lt;/span&gt;&lt;span style="font-family: arial,helvetica,geneva,sunsans-regular,sans-serif;"&gt;&lt;strong&gt;Description: 
&lt;/strong&gt;An error occurred during the processing of a configuration file required to 
service this request. Please review the specific error details below and modify 
your configuration file appropriately. &lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Parser Error Message: 
&lt;/strong&gt;Could not load file or assembly 'ISNet.WebUI, Version=3.0.5000.1, 
Culture=neutral, PublicKeyToken=b1f2a8511635667a' or one of its dependencies. 
The system cannot find the file specified.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Source Error:&lt;/strong&gt; &lt;br /&gt;&lt;br /&gt;
&lt;table bgcolor="#ffffcc" width="100%"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code /&gt;&lt;pre&gt;&lt;span style="color: red;"&gt;Line 164:      &amp;lt;add path="ISRes.axd" verb="GET" type="ISNet.WebUI.WebResourceHandler, ISNet.WebUI, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=b1f2a8511635667a" validate="true" /&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;My question here is, do we need to install Intersoft WebUI Studio.NET 2007 R2 on machine where sharepoint is installed?&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;We have not installed Intersoft WebUI Studio.NET 2007 R2. Can you please tell me the steps to deploy intersoft grid, if Intersoft WebUI Studio.NET 2007 R2 is not installed?&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Webgrid Issue in MOSS 2007 environment with window NLB setup</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Webgrid-Issue-in-MOSS-2007-environment-with-window-NLB-setup/</link><pubDate>Mon, 14 Jun 2010 05:18:11 GMT</pubDate><dc:creator>desaigs81</dc:creator><description>&lt;p style="text-align: justify;"&gt;Hello,&lt;/p&gt;&lt;p style="text-align: justify;"&gt;We are having MOSS 2007 environment with window NLB (Network Load
balancing) Setup. We have developed one web part which in turn uses Intersoft
webgrid. The grid is implemented to hold self-reference data (Self
reference feature of grid is used here.). We are allowing user t to update the values
for different grid columns. On click of submit button on the same page, we are
performing in process calculation (in line memory calculations) on underlying
grid data source and displaying the updated values in the grid. We are facing
the following problems while achieving the above functionality.&lt;/p&gt;
&lt;p style="text-align: justify;"&gt;When
we click on submit button, Columns in which we entered data are getting
disappear after post back.&lt;/p&gt;
&lt;p style="text-align: justify;"&gt;We
also have implemented the pagination on grid. Assume that grid has 5 rows and 5
columns. Where second row has data in columns 1 and 2 on first page. I am
clicking on next page (page 2) and filling the data in 3 column of the 2 row.
In that case I m getting the values for column 1 and 2 of previous page
(page1).&lt;/p&gt;
&lt;p style="text-align: justify;"&gt;Guys, it’s very critical issue as
due to this our final delivery to client is delayed. We need your kind support
to get it resolved ASAP. &lt;/p&gt;
&lt;p style="text-align: justify;"&gt;The deployment Environment
details are as follows.&lt;/p&gt;
&lt;p style="text-align: justify;"&gt;Operating System: &lt;strong&gt;Microsoft Windows 2008 (64 Bit)&lt;/strong&gt;&lt;/p&gt;
&lt;p style="text-align: justify;"&gt;Application: &lt;strong&gt;MOSS 2007 web part.&lt;/strong&gt;&lt;/p&gt;
&lt;p style="text-align: justify;"&gt;Deploy on: &lt;strong&gt;MOSS 2007 Website.&lt;/strong&gt;&lt;/p&gt;
&lt;p style="text-align: justify;"&gt;Few Questions regarding
deployment:&lt;/p&gt;
&lt;p style="text-align: justify;"&gt;As
you guys know that Intersoft WebGrid is using http handler to manage resources
for grid. I want to know what are the different files required for it and what
should be the location to place them if I am deploying it in SharePoint
environment. Here I am not doing any
customization in any theme and css for grid. I am using default setting only.&lt;/p&gt;
&lt;p style="text-align: justify;"&gt;Can
you guys provide deployment steps for grid in SharePoint website?&lt;/p&gt;
&lt;p style="text-align: justify;"&gt;&lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>