User Profile & Activity

Glenn Layaar Support
Page
of 99
Posted: September 5, 2010 10:27 PM

Sorry for not updating the status, based on the bug report the issue has been fixed. Further testing using the released WebInput build on the WebUI Studio 2010 R1 has confirmed that the issue has been fixed.


Posted: September 3, 2010 6:13 AM

Good to hear you could find a workaround for the build you are using.

Thank you for the feedback, I will create a feature request for the event handler. Regarding the context menu, my research could not found any event handler associated with the delete option as well.

Posted: September 2, 2010 11:09 PM

You license will valid for the control with the same major version. For example: since in the 2010 R1the WebInput control still has a major version of 4, the license key you have for the WebInput 4 control will still be valid.

Using a newer framework will not cause any major issue based on our test, as long as it is still the same major version. WebUI 2009 R2 and 2010 R1 is using WebUI Framework 3.

Posted: September 2, 2010 10:56 PM

In order to download the WebUI 2010 R1 you will need to fill in the request trial form and the download link will be emailed to you.

Posted: September 2, 2010 4:59 AM

In my test, in order to update the object in the UpdatePanel, you will need to utilize the GetClientAction().RenderControl() during FlyPostBack event handler.

However, in the attached sample using all the latest assembly from WebUI 2010 R1, I could abort the flypostback event in the OnBeforeRequest event handler by returning false.

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


For such scenario you could add a filter expression as a SelectParameter in the ObjectDataSource. The filter expression will hold all the WebGrid filter value. This filter expression will accept the filter syntax you created.

You will also need to modify the select method and selectcount method so it will accept the filter expression parameter.

public DataTable GetData(string FilterExpression, int startRowIndex, int maximumRows, string sortExpression)

public int GetCount(string FilterExpression, string sortExpression)

The ObjectDataSource select parameter:

 <asp:ObjectDataSource ID="ObjectDataSource1" runat="server" DeleteMethod="Delete"
InsertMethod="Insert" OldValuesParameterFormatString="original_{0}" SelectMethod="GetData"
TypeName="dsNorthwindTableAdapters.CustomersTableAdapter" UpdateMethod="Update">
<SelectParameters>
<asp:Parameter Name="FilterExpression" DefaultValue="" />
</SelectParameters>
...
</asp:ObjectDataSource>


Posted: September 2, 2010 12:43 AM

Since the WebInput does not reviece a major version upgrade in the 2010 R1 release, all the WebInput license for the 200 R2 release will also work for the 2010 R1 release.

The WebInput and WebUI Framework build will be available in the update manager shortly. However, if you would like to get the latest build right now, you will need to retrieve the build from the 2010 R1 installation folder.

Posted: September 1, 2010 4:56 AM

Based on my discussion with the developer, he suggest to narrow the displayed data. Since paging will not be a viable option, he sugeest using filter to only display a smaller number of data.

The slowdown occurs because the browser will need to process a large number of html element.

Posted: August 31, 2010 10:22 PM

Since in the 2010 R1 the WebInput and WebUI Framework does not recieve any major version upgrade, the update scenario will be similar with hotfix update.

Since our update server have not been updated with the latest build, currently you must install WebUI Studio 2010 R1 to retrieve the latest build. 

Posted: August 31, 2010 3:53 AM

I have run our provided WebScheduler sample in Windows Server 2008 64 bit environment, however the sample runs without any issue. With the release of WebUI Studio 2010 R1, WebInput 4 and WebUI Framework 3 has been updated to build 5 and 755 respectively.

You could retrieve the latest build by installing our WebUI Studio 2010 R1 release and retrieve the new assembly from the installation folder.


All times are GMT -5. The time now is 7:56 AM.
Previous Next