Telerik Forums
Kendo UI for jQuery Forum
1 answer
477 views

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!

Stefan
Telerik team
 answered on 04 Apr 2017
2 answers
243 views

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

KK60
Top achievements
Rank 1
 answered on 03 Apr 2017
1 answer
169 views

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?

Tsvetina
Telerik team
 answered on 03 Apr 2017
6 answers
304 views
There is a problem in date picker in Firefox version 52: when you navigate to year 2012, all the months after March are March (check the attached screenshot)
Dimiter Topalov
Telerik team
 answered on 03 Apr 2017
1 answer
611 views

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>
Nencho
Telerik team
 answered on 03 Apr 2017
2 answers
332 views

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.

Dimiter Topalov
Telerik team
 answered on 03 Apr 2017
1 answer
179 views

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

Stefan
Telerik team
 answered on 03 Apr 2017
1 answer
573 views

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

Stefan
Telerik team
 answered on 03 Apr 2017
1 answer
251 views

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.

Veselin Tsvetanov
Telerik team
 answered on 03 Apr 2017
1 answer
506 views

Hello,

I need a code example on kendo grid dragdrop rows from a grid that has a server datasource. 

Thanks in advance,

Konstantin Dikov
Telerik team
 answered on 03 Apr 2017
Narrow your results
Selected tags
Tags
Grid
General Discussions
Charts
Data Source
Scheduler
DropDownList
TreeView
MVVM
Editor
Window
DatePicker
Spreadsheet
Upload
ListView (Mobile)
ComboBox
TabStrip
MultiSelect
AutoComplete
ListView
Menu
Templates
Gantt
Validation
TreeList
Diagram
NumericTextBox
Splitter
PanelBar
Application
Map
Drag and Drop
ToolTip
Calendar
PivotGrid
ScrollView (Mobile)
Toolbar
TabStrip (Mobile)
Slider
Button (Mobile)
Filter
SPA
Drawing API
Drawer (Mobile)
Globalization
LinearGauge
Sortable
ModalView
Hierarchical Data Source
Button
FileManager
MaskedTextBox
View
Form
NavBar
Notification
Switch (Mobile)
SplitView
ListBox
DropDownTree
PDFViewer
Sparkline
ActionSheet
TileLayout
PopOver (Mobile)
TreeMap
ButtonGroup
ColorPicker
Pager
Styling
Chat
MultiColumnComboBox
Dialog
DateRangePicker
Checkbox
Timeline
Drawer
DateInput
ProgressBar
MediaPlayer
ImageEditor
TextBox
OrgChart
Accessibility
Effects
PivotGridV2
Licensing
ScrollView
Switch
TextArea
BulletChart
QRCode
ResponsivePanel
Wizard
CheckBoxGroup
Localization
Barcode
Breadcrumb
Collapsible
MultiViewCalendar
Touch
RadioButton
Stepper
Card
ExpansionPanel
Rating
RadioGroup
Badge
Captcha
Heatmap
AppBar
Loader
Security
TaskBoard
Popover
DockManager
TimePicker
FloatingActionButton
CircularGauge
ColorGradient
ColorPalette
DropDownButton
TimeDurationPicker
ToggleButton
BottomNavigation
Ripple
SkeletonContainer
Avatar
Circular ProgressBar
FlatColorPicker
SplitButton
Signature
Chip
ChipList
VS Code Extension
AIPrompt
PropertyGrid
Sankey
Chart Wizard
OTP Input
SpeechToTextButton
InlineAIPrompt
StockChart
ContextMenu
DateTimePicker
RadialGauge
ArcGauge
AICodingAssistant
SmartPasteButton
PromptBox
SegmentedControl
+? more
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?