Category Archives: Products

Posts about Intersoft’s products in technical details, its features, and feedbacks for upcoming products.

Copy and Paste WebScheduler’s Event in...

In scheduling scenarios, it’s quite common if user wants to copy and paste an event to a certain date. We don’t have this feature as a built-in feature yet (maybe soon ^^) in WebScheduler.NET, but you can manually implement it using our extensible API. First [...]

Read More

WebScheduler.NET: Prevent edit and delete ac...

In certain scenarios, you might want to prevent edit or delete action in an event only without modifying edit and delete action in other events globally. In this case, you can utilize specific properties provided in the events object to disable edit, delete, resize, and moving event. [...]

Read More

Customize Details in Agenda view

Agenda view is different compared to the other views. The events are listed in detail of formatted text layout. However, until previous build of  WebScheduler, the event details are limited to Location and Description only. Now, you can add other fields or even your own [...]

Read More

Bind WebScheduler to WebService

ISDataSource is used to bind data to WebScheduler. It would be easier if the DataSet or custom object is available at design-time, because you can configure ISDataSource using ISDataSource.NET Designer. However, when you use WebService to retrieve the data, the schema is retrieved at runtime. [...]

Read More

2009’s Preview Part II – The Grid Duo

If you haven’t read my previous posts, I recommend you to read Part I – DataSource controls for Silverlight before reading this post. In this second part of 2009’s product preview, I will be covering two of the upcoming products which are going to be the [...]

Read More

2009’s Preview Part I – Datasour...

With dozens of new products, enhancements and new features that we’re going to release in 2009 (per 2009 roadmap published in Developer Network), there are so many new topics to discuss related to Web and RIA development. It’s especially important to understand how these new products [...]

Read More

Switch WebScheduler’s view to SplitVie...

Today I want to share tips on how to switch WebSheduler’s view to SplitView. You just need to add some javascript codes, such as following: function Button1_onclick() {        var ws = ISGetObject(“WebScheduler1″);        if (ws.IsInSplitViewMode)                 ws.IsInSplitViewMode = false;        else                 ws.IsInSplitViewMode = [...]

Read More

Enhancements in November 2008’s hotfixes

As if we’re not enough with so many enhancements that we shipped in WebScheduler SP1 — such as more powerful timeline view and innovative multiple selection , we deliver even more enhancements in November 2008’s build. One of the most significant enhancements in WebScheduler is on its TripleLoad architecture. [...]

Read More