User Profile & Activity

Andi Santoso Support
Page
of 53
Posted: April 20, 2010 10:56 AM

Hi Gao Yixin,

    Yes, of course we are able to do so. Since in our EditingForm.aspx, we are using our component as well and most of them is Webcombo and WebInput. So by simply go to "./WebScheduler/EditingForm.aspx" and create a client side event for a desired component. For example, in these following snippet, I have created an event of OnClick on StartTime WebCombo in EditingForm.aspx.

JavaScript:

        function WS_Onclick(controlId) {
            var WebScheduler1 = ISGetObject(controlId);
            // Do task in here
            return true;
        }

 HTML:

<ClientSideEvents OnClick="WS_Onclick">

      I hope it helps. Thank you and have a nice day.

Best Regards,

Andi Santoso

Hi Shawn,

     I cannot modify your sample since I do not know which one is the child table. To make it easier for me to investigate, could you provide me with the sample and possibly your database?

     However, please ensure that you have specified the child table in prepare data binding server side.

     Thank you and have a nice day.

Best Regards,

Andi Santoso

Hi Vincenzo,

     For your information, currently we do have a WebScheduler version 3.0.1000.5. You can simply get latest from your Developer Network and the issue should not be persisted in that version. 

     Thank you and have a nice day.

Best Regards,

Andi Santoso

Hi Jean,

    Glad to hear that it has solved your problem. Yes, all the JavaScript is already included in those, so you do not need to copy them.

    Your feedback will be highly appreciated. Thank you and have a nice day.

Best Regards,

Andi Santoso

 

Posted: April 19, 2010 10:54 AM

Hi Somer B,

     First of all, may I know what is the component that we are talking about? and, by default, our SmartWebResources will automatically do cache. So, could you kindly send me your sample that replicate the issue or provide the link of your particular Site? I will need those to investigate it furthermore.

     Thank you and have a nice day.

Best Regards,

Andi Santoso

Posted: April 19, 2010 10:30 AM

** Double Post **

Posted: April 19, 2010 10:30 AM

Hi Gong Ping,

     I have tried your scenario and it works just fine in my end. When I set the paging size to 10, the WebGrid will show us 10 rows only and when I tried to Group them, it will only group those 10 rows. By you mean "the grouped rows page size", does it mean the group header? If so, by default, the group header will only show 4 of them with total grouped rows is 10.

     Here, I attached you my running sample using Northwind database and a screenshot when I did grouping. Kindly run and test my sample and give me a feedback of it.

     Thank you and have a nice day.

Best Regards,

Andi Santoso

Hi Vincenzo,

    Forgive me, however, I am not able to replicate the issue of yours. Please kindly check the video that I have attached in here and let me know if it does not meet your scenario. Thank you and have a nice day.

Best Regards,

Andi Santoso

Hi Yuan Zi,

     Sorry to tell you, however, our WebcoverFlow does not support that kind of feature. By default, the item that included in WebCoverFlow is clicked able. Thank you and have a nice day.

Best Regards,

Andi Santoso

Hi Yuan Zi,

     You can simply set them directly from your WebCoverFlow. I have tried this on page load and it works just fine. Here is the snippet to do so:

protected void Page_Load(object sender, EventArgs e)
{
  WebCoverFlow1.StartUpPosition = ISNet.WebUI.Silverlight.WebAqua.WebCoverFlowStartMode.Custom;
  WebCoverFlow1.CustomStartIndex = 0;
}

     I hope it helps. Thank you and have a nice day.

Best Regards,

Andi Santoso

All times are GMT -5. The time now is 12:28 PM.
Previous Next