Problem using WebGrid 7 in MOSS WebPart

7 replies. Last post: March 12, 2010 5:54 AM by Glenn Layaar
Tags :
  • (None)
  • New Discussion
  • New Question
  • New Product Feedback
Gaurav DesaiMember

We are trying to use WebGrid 7 in SharePoint web part for one of our sharepoint applications.

We have tried following two approaches and both are having some issues as mentined below

1. Using ISRes.axd in Web.Config and refering all the resource using the handler

We are displaying a self refrencing hierarchical grid, and it works fine after a post back if any of the collapsed nodes are not expanded. Once any of the collapsed node is expanded and then when the page is  post backed , it pops up a javascript error and prompts to debug. When we debugged it took us to foollowing two functions where it gave Type Mismatch error.

this.ReBindingPostBackData(vdf025) and then

var v4ed49 =v19335.createCDATASection(v1df51) <== here it gives type mismatch error , fyi: v1df51 variable value is null

2. As mentioned in the following white paper we followed the approach of refering all the comman libary resource

var v4ed49 =v19335.createCDATASection(v1df51) <== here it gives type mismatch error , fyi: v1df51 variable value is null

2. As mentioned in the following white paper we followed the approach of refering all the comman libary resource

http://www.intersoftpt.com/WebGrid/WhitePaper/WebGridNET6_SPS.pdf

Even this approach is giving us some javascript errors , when we do mouse hover over the grid it shows a javascript error 'WGI' is undefined.

 

Can anybody please help us figure out what the issue is or is there any better approach to make WebGrid 7 work in SharePoint web part ?

Thank you.

 

All times are GMT -5. The time now is 1:48 AM.
Previous Next