User Profile & Activity

Andi Santoso Support
Page
of 53
Posted: April 30, 2010 12:49 AM

Hi John,

    Actually, not that our Chart feature is not a XHTML page aware, but our WebGrid's height and width do not support in percentage value under XHTML page. This has been forwarded to our developer and under investigation. 

    Thank you for your feedback and have a nice day.

Best Regards,

Andi Santoso

Hi Shawn,

     I have created a simple running sample using dsNorthwind database. In that sample, I have created a WebValueList under a Hierarchical WebGrid and I used a RootTable to attach my WebValue. However, if you are willing to attach the WebValue in the Child table, instead of grid.RootTable, you can simply use grid.GetTableByName("TableName").

     Please kindly try and run my sample in your end and see if this meets your scenario. However, I do not find any issue in this. If it does not meet your scenario, could you kindly modify my sample so that, it will replicate the issue of yours and send me back for further investigation.

     Thank you.

Best Regards,

Andi Santoso

Hi Huzefa,

    Please let me know if this is not what you are looking for. I have created a simple WebGrid and add them with a custom column template. In this column, I attached them with an ASP Label, which you can change it with any other control.

    Kindly try and give me a feedback. I hope it helps. Thank you and have a nice day.

Best Regards,

Andi santoso

Hi Huzefa,

     Please mind me if this is not what you are looking for. I have create an object in a class file derive from our WebInput. Then, in my aspx page, I am trying to load those object from that particular class. Also, all the property that are need can be added in those class file. I attached you a running simple sample that runs its scenario. Kindly notice me if this is not what are you looking for.

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

Best Regards,

Andi Santoso 

Hi Peter,

     Yes, that regression issue might occur during the size changes of the box of appointment. However, this feature is not supported by our WebScheduler. By default, our WebScheduler behavior is automatically move the text to a next line if the box of appointment is resize to the small one. 

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

Best Regards,

Andi Santoso

Posted: April 28, 2010 11:45 PM

Hi Kevin,

     As far as I know, this issue is not coming from our component. There are couples things that can cause this error to occur. Here are what might cause that particular error:

1. When we have a Web Application configured in VS.Net to run directly off ISS(the http project) and then we publish it to the same location again . There will be development file at the same location which will cause similar errors.

2. Another situation is where we have a precompiled website and within the root folder of it, we have another folder that has content for another ASP.Net application but it is not marked as application in IIS. ASP.Net tracks ASP.Net application when running on IIS by virtual directories in IIS marked as application. A child folder having an un-compiled content within a parent application which is precompiled will again cause this error.

     So my suggestion is you can try to give the target location for Publishing as a local folder and then copying the contents to the actial IIS machine. We created a mapped drive for the remote location on the development machine and gave this drive as the targer location in the Publish dialog.

     Another solution might be, try to clear your temporary file. Usually it is located at "C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files". If those suggestion is still not working, you can try to rename your .aspx file. Sometimes, it can solve this particular issue.

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

Best Regards,

Andi Santoso

Hi Peter,

     Unfortunately, our WebSheculer does not support that property. The workaround might be by adding manually br tag(</br>) in your description text box. I have tried them and it worked. However, when you hover on that particular event, the tag br will show up in the tooltip.

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

Best Regards,

Andi Santoso

Hi Vincenzo,

     Since it is creating and updating a database, we will need to do it in server side. We will need to handle this using EventsTableAdapter in server side and call the method update and insert based on validation. Here I attached you a simple sample that update or create an event into database using custom editing form. I also attached you all the required for database, please ensure you put those in the right folder.

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

Best Regards,

Andi Santoso.

Posted: April 28, 2010 12:20 AM

 Hi Dhaval,

      I have tried my colleague snippet and it works just fine. Actually, you do not need to attach those ClearSelection() function into any client side event. From previous post, you have mentioned that you wanted "client side on click of a button say 'Clear Selection'". So, you can kindly try to use a regular HTML button that trigger this function. It should work nicely.

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

Best Regards,

Andi Santoso

Hi Peter,

     Here are the answer regarding your questions.

1. Since you have mentioned that the CallOut window is consisted with Edit Event or Delete Event, I  

    assume that this is a CallOut window of an event. In order to not showing the CallOut window, you 

    can simply trigger the OnEventSelected client side event and make the return value as false. In this 

    way, the CallOut window is not showing everytime we click on it. Here is the snippet: 

    function WebScheduler1_OnEventSelected(controlId, selectedEvent) {

            var WebScheduler1 = ISGetObject(controlId);           
            return false;
        }

2. The radio button of Show FullWeek or Show WorkWeek will be only shown in the week view mode.

    That is why, first of all, we will need to make a validation of if the customer change view mode into 

    WeekView mode. After that, we will need to get to the header element of it and change the attribute

    display to none. Here is the snippet:

    function WebScheduler1_OnAfterViewSwitched(controlId, previousViewMode, nextViewMode) {

      var WebScheduler1 = ISGetObject(controlId);
      if (previousViewMode == "Week" || nextViewMode == "Week")
                 ISGetObject("WebScheduler1").GetViewHeaderWeekOptions().style.setAttribute("display", "none");
      return true;
   }

 3. For the last question, could you provide me with more information about it. I mean, I do not think

     that using a paragraph in appointment block is a good idea. Since this block is limited by the hour

     of its appoinment. For example, if the appointment is only 30 or 15 minutes, then the appointment

     block is not high enough to contain those line(from example of phone number that you have 

     given). Perhaps, you have any other scenario in this case that you are willing to have, please provide

     me with detail information. (For instance which element in appointment block that you wanted to 

     have a multiline text).

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


Best Regards,

Andi Santoso

    

 


All times are GMT -5. The time now is 6:43 AM.
Previous Next