User Profile & Activity

Glenn Layaar Support
Page
of 99
Posted: November 17, 2009 10:52 PM

I could not replicate the issue in our environment. Attached is the sample I used.

Could you provide more information regaring the setting you use in the WebTab, WebDesktopManager, or WebCombo? Or you could modify the attached sample to replicate the issue.

The sample is tested using all the latest Intersoft component, WebCombo 4 build 217, WebDesktop 3 build 305,  WebUI Framework 3 build 705.

Attached is the sample I used to recreate the issue. In my sample, the issue could not be reproduced. I'm using WebToolbar, WebGrid, and an ASP.Net button to trigger the postback.

Do you mind modifying the sample to replcate the issue? or perhaps provide a more detail HTML structure / control you are using in your page so we could replicate the issue.

Posted: November 17, 2009 8:58 PM

In the test site you attached, in order to make it work you will need to enable the AspNetAjaxSetting in the WebInput. Here is the snippet:

WebInput test = new WebInput();

test.AspNetAjaxSettings.CreatedAtRuntime = true;
test.AspNetAjaxSettings.UpdateControlScripts = true;
test.AspNetAjaxSettings.UpdateControlStyles = true;

I also have to modified the WebControl to remove the previous WebInput in the panel  before adding a new WebInput type to the panel.

Attached is the modified WebUserControl.ascx.

My colleague, Yudhi, has been corresponding with you for this issue. It seems the issue occurs only in a very specific project. We also have consulted our developer regarding this issue. In order to solve this issue quickly, do you mind preparing a simple project which has the issue described above? In our environment we are having difficulty replicating this issue.

Regarding the v74f99 variable, I could not give you any information regarding the variable since it has been ophuscated.

The ClientBehaviour.js is used some WebInput client side functionality especially for highligting character, word, or sentence.


Posted: November 16, 2009 11:59 PM

I have create a simple programmatic WebInput creation sample using dropdown box. The type of the created WebInput could be set using the dropdownbox. In the sample, I could not recreate the issue you mention.

Perhaps you could modify the sample to reflect your scenario better, so we could replicate the issue in our environment.

Posted: November 16, 2009 10:18 PM

WebGrid currently still has limited support for XHTML Doctype so we still suggest using HTML Doctype when you have a WebGrid in the page.

If you still wish to use the XHTML doctype, please remove the AutoHeight property and use a predefined height for the WebGrid in px.  

Posted: November 16, 2009 9:53 PM

This is an unexpected behavior in WebDialogBox, a bug report has been submitted to the developer. We will inform you if there is any update regarding this issue.

Posted: November 16, 2009 8:57 PM

I have inquiry this behavior with the developer, he confirms that this is the default behavior in the current WebGrid.

You will need to set the style manually after AddPendingChanges to preserve your custom row style, as shown in my previous post.

Posted: November 16, 2009 1:58 AM

I could not find any property / function to set a custom value in the group row info format. However, using custom aggegrate function, I could display the info you would like in the group footer.

Attached is the sample I used to display the info. During CustomAggegrate server side event, we will need to determine the current grouping using the LINQ query and you will need to re-query the datasource to determine the info you wish to show.

I have created a feature request so this functionality will be simpler in the future revision of WebDesktop.

All times are GMT -5. The time now is 1:09 PM.
Previous Next