Search found 11 matches

I would like to be able to set up my task board so that the column header text value is based on the data of the tasks below (not just the count of tasks), and I have not found a good way to do this yet.

Can you point me toward an example that illustrates this?

Thanks.

Brian Prescott

We are using the latest version of the Scheduler control, and have run into an issue when our customers try to drag from a grid to the scheduler in vertical mode. The drag operation fails, and the developer tools console shows Javascript errors when you are dragging the item from the grid over the s...
Here is how the oneday view preset is defined: PresetManager.registerPreset('oneday', { displayDateFormat: 'h:mm A', shiftIncrement: 1, shiftUnit: 'day', tickSize: 60, timeResolution: { unit: 'minute', increment: 15 }, headerConfig: { middle: { unit: 'hour', dateFormat: 'h A' }, top: { unit: 'day', ...
Mats: Somehow I was able to get past the error from above, not sure exactly how. But now I am running into a different error in Javascript. This one occurs when I try to drag an event on the schedule to a different time. The error fires once the event moves a little bit, and continues to fire until ...
We have it set up to switch at runtime, but we have tried to set it up to be vertical by default. By doing this, we do get a different error. When creating the scheduler in vertical mode from the beginning, some of the data shows up correctly, but it does have a javascript error on line 94317 in the...
For all of these lines below, we are using the non minified version of the 2.2.4 js file that we downloaded from the customer zone. When we switch to vertical mode, the first javascript crash is in the VerticalEventMapper init, line 94041. The variable me.resourceColumns is undefined, because above ...
Unfortunately our code is very complicated and we would not be able to post a test case here that you could look at and get working. We are reading in a bunch of records, only some of which are being shown on the scheduler at any one time. Or in other words, we are only displaying one day on the sch...
Should we be able to take our currently working horizontal mode scheduler control and just set the vertical mode flag, and not change anything else, and have it at least come up successfully? We removed the summary which the code indicated was not supported in vertical mode, but we are still getting...
Given a reference to a Grid object with checkbox: true in the configuration for selectionMode, how can I figure out which rows are checked? I have been looking through the data structure and cannot seem to find the correct spot that the selected row data is kept. Thanks.
Is it possible to create a submenu inside of extraItems for an eventContextMenu? I am looking to do something similar as to when you right click on a scheduler left column header, and you get a menu that includes Multi sort, which cascades into another menu. I looked for examples and could not find ...