User Profile & Activity

Glenn Layaar Support
Page
of 99
Posted: October 6, 2010 12:49 AM

The developer has updated me regarding the issue, it seems the issue is caused by a bug and a bug report has been submitted.

In the mean time, if it is possible, you could try using our WebService method. When using WebService, you could pass the custom select parameter in the tag property during ServiceEvent selecting event in the client side.

function GetCustomers_Selecting(control, selectArguments) {
selectArguments.Tag = "City='Jakarta'";
}

In the WebService select method, you could retrieve the parameter using the Tag property as well from the DataSourceSelectArgument object.

The method is identical for the WCFService, however because of a bug this method is currently not working for the WCFService

Posted: October 6, 2010 12:25 AM

Attached is a simple MVC project with BatchUpdate enabled WebGrid and WebCombo as one of the edit type. I'm not quite clear on the WebCombo column editor with increment search, but the attached project already has a webcombo column editor in one of the column.

You could also view our provided WebCombo and WebGrid sample, it should give you some knowledge regarding our product feature. The method in the sample should also be applicable when using MVC.  

Posted: October 5, 2010 11:50 PM

In my simple test project I created to test the scenario, I could not replicate the issue. Attached is the test project, feel free to modify the project to replicate the issue.

Sorry for the late reply, I am still discussing this issue with the developer. Currently, I am also having tne same difficulty in passing parameter on WCF service ClientBinding. I will inform you as soon I have any update from the developer.

Using the latest WebCombo and WebUI Framework available, build 220 and 755 respectively, I do not have any performance issue with the WebCombo on my test page. Do you mind providing more information for the issue? Which browser are you using? Which WebCombo version and build are you using? What kind of scenario did you use the WebCombo for?

Attached is the test page I am using to test the scenario.


Posted: October 4, 2010 11:54 PM

We already have some basic guide on how to use MVC pattern with WebGrid in our blog on this article. Have you follow the steps describe in the guide?

Thank you for the snippet, I have sucessfully replicate the issue on my environment. It seems the issue is caused by a bug, I have submitted a bug report to the developer.

Regarding the thread title, based on my discussion with the forum administrator currently we could not changed a published thread title. 

Posted: October 4, 2010 12:41 AM

Personally, I have never used SQL Azure. However based on my research online, I have found an article on how to connect SQL azure using different method.

Our ClientUI control will accept ObservableCollection for its collection property, as demonstrated in the LoadContacts function in the ContactsViewModel on the ClientUI WPF provided sample (Default location for 64bit Window C:\Program Files (x86)\Intersoft Solutions\Intersoft WebUI Studio 2010 R1\Samples\WPF\ClientUI 2010).

Posted: October 3, 2010 11:30 PM

We already provide a Contacts sample in our ClientUI WPF sample. The sample already demonstrate master / detail form using MVVM pattern. We do not use WCF RIA in the sample, however this solution should be applicable using WCF RIA as well.

If you already installed our product the default location of the WPF sample solution in 64bit Windows would be C:\Program Files (x86)\Intersoft Solutions\Intersoft WebUI Studio 2010 R1\Samples\WPF\ClientUI 2010

Using the previous attached sample, I failed to replicate the issue. I tried invoking postback in the WebMenubar by clicking a command or reposting the page using ASP button, however there is no JS error in my environment.

Have you modify the sample to use the first post technique?

All times are GMT -5. The time now is 11:29 PM.
Previous Next