User Profile & Activity

Glenn Layaar Support
Page
of 99
Posted: March 18, 2010 3:11 AM

After analysing this issue with the developer, it seems this issue is caused by a WebInput bug. A bug report has been submitted to the developer.

We will inform you if there is any update or progress regarding this issue.

Posted: March 18, 2010 2:41 AM

I'm having difficulty recreating the scenario in our environment. Do you mind sending us a sample project so we could recreate the scenario and replicate the issue easily?

Posted: March 17, 2010 11:25 PM

In my test the template cell method works. Attached is the sample page I used to test the template cell.

I create a simple datatable with a column which hold a complex object which is bound to WebGrid and GridView. The data is shown correctly in both WebGrid and GridView.

I am already using the latest build of WebGrid 7 and WebUI Framework

In order to use the modified wglang_it-IT.xml you will need to use CommonLibrary virtual directory. Here is the snippet:

<TextSettings Language="UseCulture" 
LocalizationFolder="/CommonLibrary/WebGrid/V7_0_7200/Localization/"
UseLanguage="it-IT" UseWebResources="False">
</TextSettings>

Have you tried using CommonLibrary in the Sharepoint environment instead of using SmartWebResources? perhaps it could solve the CPU issue as well.

You could read in more detail regarding deoplying without smartwebresources on our WebGrid documentation in the article Deploying project that does not use SmartWebResources

Posted: March 17, 2010 10:55 PM

Sorry for the misunderstanding.

Unfortunately, currently client binding is not yet available for WebCombo control.

Posted: March 17, 2010 4:24 AM

You will need to use similar method with the Grid View.  You will need to use cell template in order to bind complex object property. Here is the snippet:

<ISWebGrid:WebGridColumn Caption="Sun ETID" Name="SunETID" ColumnType="Template">
<CellTemplate>
<asp:Label ID="Label1" runat="server" Text='<%# Eval("Sunday.ETID") %>'></asp:Label>
</CellTemplate>
</ISWebGrid:WebGridColumn>


GetChanges value will only be available when a batch update call has been invoked such as AcceptAllChanges.

If you would like to access all the rows in datasource, you will need to requery the database or if possible use the GetCachedDataSource server side function.

I have confrmed this issue with our developer, our WebCoverFlow will be loading image from the client side.

As demonstrated in this thread, our WebCoverFlow has the ability to load image from an external source.

Posted: March 17, 2010 12:27 AM

We already have some sample for Bound and Unbound presenter in the provide Presenter sample, C# Samples (Visual Studio 2008 Solution with .NET RIA Services) and C# Samples (Visual Studio 2008 Solution). Our presenter could be bound to Silverlight WCF service using Intersoft WCF DataSource.

Our presenter also support unbound mode.

This feature could be viewed in more detail in our provided sample. If you are interested in the GridPresenter, all GridPresenter sample will be under Samples/GridPresenter folder.

Posted: March 17, 2010 12:26 AM

WebCombo already support binding with multiple data source. Your scenario would be similar to BindDataSource.aspx sample. In my test, using WebService to return List object and DataTable object, I did not encounter any issue.

All times are GMT -5. The time now is 3:34 AM.
Previous Next