Telerik Forums
Kendo UI for jQuery Forum
3 answers
363 views

Hi,

I'm using the change event, so after I change any cell in the grid I'm getting to this event.

How can I know which cell I changed?

Thanks,
Yael

Dimiter Madjarov
Telerik team
 answered on 28 May 2015
14 answers
115 views
Hi!
There's a bug in one of your ListView demos with Hierarchical data binding ( http://demos.telerik.com/kendo-ui/mobile-listview/hierarchical-databinding )
I edited in Dojo ( http://dojo.telerik.com/OPido ) and addded for debug purposes: 

      requestStart:function(rsp){
        console.log(this,rsp);
      },
      requestEnd:function(rsp){
        console.log(this,rsp);
      }

I don't know why, but requestStart and requestEnd are fired twice, each. Also the back button doesn't work every time in this case (only on iPhone Safari), and I suspect it has something to do with those doubled fired requests.

Can someone please confirm? I'm using it in production, and it's a big headache for the iPhone users. Thanks!
Petyo
Telerik team
 answered on 28 May 2015
1 answer
165 views
I use angular kendo grid.

Here is options:

$scope.relatedCasesOptions = {
        dataSource: new kendo.data.DataSource({
            type: 'json',
            transport: {
                read: function (opt) {
                    if ($scope.item)
                        opt.success([{ CaseNumber: "CaseNumber" }]);
                    opt.success([]);
                }
            },
        columns: [
            { field: "CaseNumber", title: "â„– дела"}
        ]
    }

 

In other place, when particular event get rose, I call

var cases = $('#docRelatedCaseGrid').data("kendoGrid");
cases.dataSource.read();
cases.refresh();
 

There set breakpoint on  opt.success([{ CaseNumber: "CaseNumber" }]) row and it's possible to observe that read function was really called.
But table are not refreshed and grid still remains empty.

Alexander Popov
Telerik team
 answered on 28 May 2015
3 answers
407 views

Dear Support team,

 

We are using Kendo UI grid in our application, which require the functionality to select the multiple cells in a particular column by holding the shift button.

 For e.g. click on first row in a particular cell, hold the Shift then click on the different cell in same column in last row to select all the cells in that range.

 

Please let us know, if that option is available for the selection of multiple cells vertically in a particular column using Shift key, 

Thanks

 

Alexander Valchev
Telerik team
 answered on 28 May 2015
1 answer
123 views

Hey

My Application stores record according to the timezone of the user. That part, being said is walk over. Problem is when I were to display them in a column in Grid. Values stored in the columns are according to the timezone, but when retrieved and displayed in grid, it probably converts it to timezone of the system. One work-around on the internet is to display the column by converting it in string. That seems to do the trick, but on the downside, i cannot filter the column. Is there a better way to handle the issue?

 

Abdul Rehman

Alexander Popov
Telerik team
 answered on 28 May 2015
6 answers
558 views
When I modify the 'items' property on a Node in the TreeView, it clears the current children and duplicates the added children.

Here is a jsfiddle displaying the problem.
Alex Gyoshev
Telerik team
 answered on 28 May 2015
3 answers
1.2K+ views
Is there a way to dynamically hide/display the kendo ui grid through javascript?
Tony
Top achievements
Rank 1
 answered on 27 May 2015
2 answers
215 views

Hi,

Here is a multiselect which I want to change its value on the change event. It pre-select three options, when mouse click the dropdown and pick an extra one, it will reset it back to two options. Now click the dropdown, use autocomplete (key in E which shows option EEE) to choose an extra option, the multiselect become empty. Please see the file attached. How to rebind it with autocomplete?

        <select kendo-multi-select="productSelect" k-options="selectOptions" ng-model="selectedIds"
         k-on-change="isChanging(kendoEvent)"
        ></select>
        <button data-kendo-button data-ng-click="reset()">Reset</button>

 

$scope.selectOptions = {
            placeholder: "Select products...",
            dataTextField: "ProductName",
            dataValueField: "ProductID",
            valuePrimitive: true,
            autoBind: false,
           dataSource: {
                  data: [
                    { ProductName: "AAA", ProductID: 1 },
                    { ProductName: "BBB", ProductID: 2 },
                    { ProductName: "CCC", ProductID: 3 },
                    { ProductName: "DDD", ProductID: 4 },
                    { ProductName: "EEE", ProductID: 5 }
                  ]
            }
        };
   
        $scope.selectedIds = [ 1, 2, 3 ];
   
        $scope.reset = function(){
          $scope.selectedIds = [ 1, 2, 3 ];
        }
 
        $scope.isChanging = function(kendoEvent){
          $scope.selectedIds = [ 3, 5 ];
        }  

Thanks,

Lisa

Lisa
Top achievements
Rank 1
 answered on 27 May 2015
3 answers
118 views

Hello,

Please let me know if there is a "Charachter Counter" widget for textbox/textareas in kendo ui framework or is there any way to achieve that?

 

Regards,

Sitesh

Kiril Nikolov
Telerik team
 answered on 27 May 2015
10 answers
808 views

We are developing a mobile app using Kendo UI Mobile and have implemented Right and Left Drawers. As a default feature, whenever anyone swipes left or right, the left or right drawer opens. We have also included charts in the applications which have inbuilt feature of pinch zoom. Please tell us how can we remove the default feature of opening left and right drawer through swipe in the area where chart is rendered.

 

I’ve used  .data("kendoMobileDrawer").destroy(); and                 .data("kendoMobileDrawer").hide(); but nothing seems to work.

Kaloyan
Telerik team
 answered on 27 May 2015
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
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?