Can the conversationalUI component be separated into 2: an input/send component, and a conversation output component.
We have a requirement to have chat window next to a livestream with the input bar stretching below both.
If that is not possible, is it possible to have 2 conversationalUI on screen and hide the input bar on one, and hide the output stream on the other
How would I go about waiting for an Observable to resolve within (upload)="uploadEventHandler($event)"?
The handler exits and the file is posted to my API before my Observable dialog result has a chance to resolve.


I have two goals.
1) Change the button text from "Select File..." to whatever I want; in this case "Upload"
2) Display it as a normal size form control instead of the very large size that it defaults to.
Thanks,
Matt
I have a date range component controlling the contents of a chart widget.
I pre-select dates to the past seven days to show data in the chart widget when the component is initialised.
When the user selects a new date I have onStartDateSelectorChange() and onEndDateSelectorChange() methods.
How do I close the data range popup calendar from within these methods?
When are you going to update this forum to use a decent way of reporting issues so we can copy and paste images, properly format code and use markup like every other forum. Or is your intention to demonstrate just how easy it is to badly implement your wysiwyg text editor?

Wanted to get the source treeview and destination treeview nodes data(including child), when you move node from one treeview to another treeview. Is there any way I can get it?
Thanks
Hi,
I'm currently evaluating kendo grid for angular, and have a question regarding the grid height for scrollable grids.
As I understand from the docs to make the grid scrollable we need to set a fixed height to the grid itself.
Is there a way to set the grid's height so that it is no more than the visible height available for the grid? Or do I need to listen to the window resize event, and then make sure the grid height is equal to the window height minus other elements' heights?
Thanks
Hi,
How much time it will take to upload a large file such as 2GB?
What would be the best practice to make it faster. More Number of chunks or less number of chunks?
Concurrent Process or Sequential Process?
Please help.

Is there an equivalent to Sortable hint like the Sortable hint in jQuery:https://docs.telerik.com/kendo-ui/api/javascript/ui/sortable/configuration/hint ?