iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
Hello,
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.
When we click on submit button, Columns in which we entered data are getting disappear after post back.
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).
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.
The deployment Environment details are as follows.
Operating System: Microsoft Windows 2008 (64 Bit)
Application: MOSS 2007 web part.
Deploy on: MOSS 2007 Website.
Few Questions regarding deployment:
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.
Can you guys provide deployment steps for grid in SharePoint website?
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.
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.
interSoftWebUIGrid.LayoutSettings.SelectedRowStyle.CssClass = "DummyCSS";
Because the background color and font is changed, in the DummyCSS class you will need to define the default row style in the WebGrid.
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
I am using northwind.mdb employees table in order to recreate the scenario youe facing, self reference with update enabled WebGrid. However I could not replicate the paging edit issue.
Do you mind sending us a simple sample of the WebPart so we could replicate the issue? This way we could also have a clearer picture for the issue #1. Did you use other feature in the WebGrid; batch update, unbound grid? If the sample contains proprietary information, you could send them to technical@intersoftpt.com with a reference for this thread.
The required resource and deployment in Sharepoint has already discussed in our whitepaper titled Using WebGrid.NET Enterprise 6.0 in Microsoft SharePoint Designer 2007 and Using WebGrid.NET Enterprise 6.0 as WebPart in Microsoft Office SharePoint Server 2007 which you could download in our support site under WebGrid -> White Paper section
We perform the same steps and getting error for assemblies like below,
Line 164: <add path="ISRes.axd" verb="GET" type="ISNet.WebUI.WebResourceHandler, ISNet.WebUI, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=b1f2a8511635667a" validate="true" />
My question here is, do we need to install Intersoft WebUI Studio.NET 2007 R2 on machine where sharepoint is installed?
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?
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:
- ISNet.dll- ISNet.WebUI.dll- ISNet.WebUI.Resources.dll
DLL dropped in GAC
-ISNet.dll-ISNet.WebUI.dll-ISNet.WebUI.WebGrid.dll
SafeControl entry in web.config file
<SafeControl Assembly="ISNet.WebUI , Version=3.0.5000.1, Culture=neutral, PublicKeyToken=b1f2a8511635667a" Namespace="ISNet.WebUI" TypeName="*" Safe="True" /> <SafeControl Assembly="ISNet.WebUI.WebGrid, Version=7.0.7200.403, Culture=neutral, PublicKeyToken=3e60b85fb8502d5e" Namespace="ISNet.WebUI.WebGrid" TypeName="*" Safe="True" />
HttpHandler entry
<add path="ISRes.axd" verb="GET" type="ISNet.WebUI.WebResourceHandler, ISNet.WebUI, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=b1f2a8511635667a" validate="true" />
After doing this changes webgrid is working perfectly ok.
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.
Below is the code that we have write to remove selected row's style.
We have not defined 'DummyCSS'.
Can you please help in this? How can I remove selected row's style?
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:
<style type="text/css"> .DummyCSS{ }</style>
Thanks for your quick reply.
I tried what you suggested but not working
:(
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.
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.
Can you please take a look at screen and let me know the problem?
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?
This is becoming very critical. We need you quick response.
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname