I have a page with several widgets (textboxes and DatePicker) and a grid with filtering enabled. If I click to filter a column on the grid, the filter popup displays without issue. However, if I click on one of the other widgets on the page, while the filter popup is still open, the filter popup closes, but the focus is not changed to the clicked textbox. This behavior occurs regardless of any changes made in the filter popup, just as long as neither the Filter nor Clear buttons are clicked.
Any suggestions on how to get the focus to properly change to the selected widget?
Thanks!

Hi All,
I'm new to RadMap. Can you please let me know how can I find the upper left (or lower right) latitude and longitude of the current map? Is that possible to do so with RadMap? I can do that with MapQuest UI by using getBounds method.
Thanks for your help.
Huy
I have several different styles (colours and widths) of Connections on my diagram.
Although I can adjust the width of the line using stroke width the size of the endcap of the line does not change and effectively disappears and about width 4.
How can I persuade the endcap size (in particular ArrowEnd) to increase?
I am trying to pass the value of the textbox into my datasource so I can pre-filter my AJAX result set. The following code always gives me an empty string for "issueid". The values I am passing for "token" and "rnd" work just fine. Debugging in the console for "$("#kAutoDuplicateId").val()" reveals the textbox value just fine as well.
<input id="kAutoDuplicateId" style="width: 500px;" /><script type="text/javascript">$(document).ready(function () { $("#kAutoDuplicateId").kendoAutoComplete({ minLength: 1, dataTextField: "Id", template: 'Service Request ID: #: data.Id # - #: data.RequestType #', filter: "startswith", dataSource: { transport: { read: { type: 'POST', url: '/pages/ajax/searchreports.ashx', dataType: "json", data: { issueid: $("#kAutoDuplicateId").val(), token: $('#hdnCsrfToken').val(), rnd: Math.random() } } }, pageSize: 5 }, placeholder: 'Enter the ID...' });});</script>
Hi,
I'm using the ListView with Angular and when I set the selectable property to multiple the ListView is not showing anymore. When I set selectable back to true, it works correctly( setting it to single doesn't work either). Any ideas what the issue might be?
<div kendo-list-view class="productList" k-data-source="$ctrl.products" k-selectable="multiple"> <div class="product" k-template> {{ dataItem.productName }} </div></div>
Thanks in advance,
Christian.
Hi there;
Is it still the case that Kendo RangeBar can't deal with dates/times on its x axis? Do we still need to convert to numbers?
Thanks,
Jason

I have a stacked bar chart which displays correctly as per the attached ChartStackBar.zip file. I'd like to add the score as a label at the end of each bar, as per the attached ScoreDisplay.png file. Can you help with this? I haven't been able to find any examples which do this.
Thanks very much for your help.
Chris

Hello,
I have implemented a kendo Treeview using angularjs integration. I have a situation where i have to drag and drop items. I have limited the height of my div and enabled scroll vertically. So now when i drag items up or down auto scroll isn't working. Is there any property that i am missing or any sample that i have to look into? Attaching the screenshot.
Thanks in advance.
Hello,
I need a code example on kendo grid dragdrop rows from a grid that has a server datasource.
Thanks in advance,