Hello,
Is it possible to format the urlTemplate in such a way that we can connect a layer of type Tile to a Web Mapping Server?
The problem seems to be fulfilling the BBOX parameter that the WMS Standard expects.
If not, could you please suggest a suitable work-around one can implement to get the Layers from a WMS integrated?
Regards,
Aaron
Hi! I'm wondering how one can upload asynchronously given the following:
-- Auto upload is false
-- User clicks an upload button to initiate the upload via ajax WITHOUT doing a form post.
Thanks!
Is there a way to "Select All" users in the editor popup?
I'm using .AutoClose(false), but that's not enough for the client. They want to select all users.
I'm using editable.TemplateName("CustomEditorTemplate");
I have a scheduler setup with filters. I have ServerOperation(false) so that my filters can be changed without doing a reload. Lastly, I have the read defined like Read(read => read.Action("Read", "Home").Data("getDateRanges")). The getDateRanges function returns an object with start and end dates.
When my page loads, all works fine. I can turn on and off filters and watch appointments come and go. No network requests are made for this. When I move from a week view to a day view and back to a week view no network requests happen. All is well. Now, I change weeks, or move to a monthly view. I can only see appointments already loaded. This should have triggered a new Read event but does not.
What can I do to fix this? If I turn ServerOperation to true, then it reloads always even when changing from a week to a day mode.
Hi,
I try to use this tree list; i need to expand a complete parent-multiple children in the tree. So:
- child deep in the hierarchy is known to my code and can be found in the tree list
- via code, the complete tree needs to be expanded to expand the child itself and all its parents
The demos only seem to work programmatically expanding nodes which are already displayed, but in this case the child nodes can be hidden. Is there a way to do this? Thanks in advance!
Best regards,
Ruud