Telerik Forums
Kendo UI for jQuery Forum
5 answers
195 views

Hi,

Im using angularJS v1.2.25

I have my own table and templates, but I want to use Kendo UI grid's pager. I need mostly the UI and Angular variable binding to the page number and such.

I checked the documentation I could only find JQuery example, I was wondering if there is a Angular version of just the pager component of the Grid.

 

Thanks

Stefan
Telerik team
 answered on 27 Sep 2016
2 answers
408 views

Demo available here dojo http://dojo.telerik.com/@yerinle/iHEHe 

When I re-order a column (e.g moving "Contact title" to be the first column), then if I click on "Contact title" to sort, "Contact Name" data now appears under "Contact title". So the grid content goes back to the initial state with the re-ordered columns out of sync.

Seems to be a side effect of using row template, which I need to use.

So is it possible to get this working properly with row template.

Thanks.

Yinka
Top achievements
Rank 1
 answered on 27 Sep 2016
3 answers
864 views

Hi,

I'm trying to change the datasource value on change api of the dropdownlist.
Anyone have suggestion?

Code:

$("#ddllanguage").kendoDropDownList({
        ...
        change: DropdownChange
    });
 
var dropdownlist = $("#ddllanguage").data("kendoDropDownList");
 
function DropdownChange() {
        $("#technicalspecs").data("kendoListView").dataSource.read(); // RELOAD DATASOURCE ON KENDOLISTVIEW
    };
 
var dataSourcetechnical = new kendo.data.DataSource({
        transport: {
            read: {
                url: "/api/someurl",
                data: { languageid: dropdownlist.value() }, //HOW TO CHANGE THIS VALUE ON CHANGE EVENT
                dataType: "json"
            }
        }
    });

Stefan
Telerik team
 answered on 27 Sep 2016
6 answers
318 views

I noticed that the Release 3 of Kendo UI Professional was published last week.  When will the corresponding update to the kendo-ui.d.ts be made available?

I would like to adapt some of the new features (Dialogs), but I'm using Typescript so I need to have the updated definitions.

Thanks

marc

Stefan
Telerik team
 answered on 27 Sep 2016
2 answers
454 views
Hi All,

I have few controls on page and, based on chosen options on them, I dynamically populate NumericTextBoxFor with some value.
I would like to present some kind of loading animation to users, while the value for NumericTextBoxFor is generating and loading over ajax.
I found this options for other controls but I was not able to find it for NumericTextBoxFor.
Can you please provide me a code snippet for presenting and, when loading is finished, removing loading animation?
Herbert
Top achievements
Rank 1
 answered on 27 Sep 2016
1 answer
198 views

Hallo,

 

how do you change the title of a navbar within a drawer in code?

    

  <div id="mainMenu"
         data-role="drawer"
         data-swipe-to-open="false"
         data-model="views.index.viewModel"        
         data-title="">
        <header data-role="header">
            <div data-role="navbar" id="mainNavBar">
                <span data-role="view-title"></span>
            </div>
        </header>
        <ul id="mainMenuListView"
            class="item-list"
            data-role="listview"
            data-bind="source: menuItemDataSource"
            data-auto-bind="false"
            data-template="mainMenuItemTemplate"
            data-header-template="mainMenuHeaderTemplate"></ul>
 </div>

 

Iliana Dyankova
Telerik team
 answered on 27 Sep 2016
2 answers
126 views

Hello,

I am using Drag and drop functionality in Kendo UI Drawing for my module.

all shapes drag and drops are working fine as per expectations, but when i am trying to draw lines and join them , ends of lines are mismatching which is not looking good. it creates visual difference that can be easily noticed. this is happening for same sized line matching or different sized too. is there any solution for this.

Please have a look at screenshot below for issue i am facing.

Thanks

Daniel
Telerik team
 answered on 27 Sep 2016
1 answer
218 views

Hi,

I am trying to determine what might be causing this issue. Both on mobile apps and in the browser I am running in to an issue at times where the app freezes with the loading spinner that normally displays briefly when first loading a remote view into the kendo ui app. However this often occurs when leaving that mobile view and going to another view. In Chrome nothing is logged in the console as errors but the app hangs and must be restarted. Sometimes this has happened on normal views but not very often. Any ideas as to what might be triggering this or any suggestions?

Thank you,
Steven

Stefan
Telerik team
 answered on 27 Sep 2016
3 answers
1.0K+ views

Hi Telerik Team,

Here I have a scenario working on telerik KendoUI grid with frozen column. I have a set of frozen columns and a set of scroll columns which are on the right side of the grid .We have a grid that shows availability of resource for the certain time interval  shown in weeks. Resource name,project name,skills are frozen columns and say for an example weeks starting from Sep 1- Dec 15 to be shown as scrolled columns.So these week column are dynamic in nature. I got the grid as above by giving static columns but the requirement is that these columns are dynamic. Again I tried to create columns dynamically through JavaScript in a loop but I lost the frozen column feature in the grid. Thanks for any help.

 

Thanks and Regards

Boney M
boney
Top achievements
Rank 1
 answered on 27 Sep 2016
2 answers
486 views

Hello,

 

We have problems with copy/paste in kendo grid: it stops working in the following scenario.

I have created the following Dojo (modified from the Demo of Grid > Filter row. Just added properties: selectable and allowCopy).
http://dojo.telerik.com/odUSo

Steps:

0) Open dojo link above
1) Select one (or multiple) cells and press "CTRL+C".
2) Open notepad and paste text. You will see that it is copied and pasted right.
3) Click on any row filter element, i.e. OrderId 
4) Select one (or multiple), but different cell(s) and press "CTRL+C".
5) Go to notepad again and paste. You will see that wrong text is inserted (which was copied on step 1)

 

Looks like focus stays on filtering element and copying doesn't happen.

 

Could you please help with this?

 

Thanks

Anton
Top achievements
Rank 1
 answered on 27 Sep 2016
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
ScrollView
Switch
TextArea
BulletChart
Licensing
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
FloatingActionButton
CircularGauge
ColorGradient
ColorPalette
DropDownButton
TimeDurationPicker
ToggleButton
TimePicker
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
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?