Telerik Forums
Kendo UI for jQuery Forum
1 answer
129 views

Hello, i have just noticed that the push function of Datasource.Transport called more than once when the filterable property is set as 

filterable: {
   mode: "row"
}

According to documentation, the data source will call the push function only once and provide callbacks which will handle push notifications (data pushed from the server).

Here is a demo that demonstrates the issue.

http://dojo.telerik.com/ETOzo

 

Stefan
Telerik team
 answered on 04 Aug 2016
5 answers
556 views

Dear Team, 

 

I would like to know the difference between Kendo UI Web and Kendo UI Professional..

We have license for DevCraft and our website developed using ASP.NET MVC 3 and Visual Studio 2012. Now, we are in plan to upgrade the site with the new version of Telerik. So, I would like to know whether we need to use Kendo UI Web, Kendo UI Professional or  ASP.NET MVC controls..

If I upgrade my site with Kendo UI Profession then my site work without any issue or do I need to upgrade ASP.NET version to higher..

 

Thanks,

Prakash.

Dimo
Telerik team
 answered on 04 Aug 2016
1 answer
197 views

Hi Kendo-Team,

is it possible to use a custom template for the column menu? I wasn't able to figure out a way to achieve this.

I want to apply several changes e.g. switch order of Columns/Filter dropdowns.

Thanks,

Jonas

Dimiter Topalov
Telerik team
 answered on 04 Aug 2016
3 answers
290 views

Hi, 

To add an event in the Scheduler, a user would double click the time slot where they want to add the event, and the popup would appear for then to do so. Is it possible to skip this step? I'm trying to create functionality so that when a user double clicks a time slot, a new event is auto-generated and saved without any further user interaction required. The new event would have the start and end date/time of the selected slot and 2 dynamically set additional resources, before it can be saved (Im using a customer eventTemplate, so the title is not required). 

Thanks in advance,

Grant 

Grant
Top achievements
Rank 3
Iron
Iron
Iron
 answered on 04 Aug 2016
1 answer
109 views

I have a custom command in my grid:

columns.Command(command => { command.Edit(); command.Custom("InvoiceDetails"); command.Destroy(); }).Width(200);

When the user clicks this button I would simply like to navigate to the page Details on the controller InvoiceController with the correct InvoiceID from the appropriate row the user clicked.

It seems this used to be done like so

commands.Custom("InvoiceDetails").Action("Details", "Invoice").DataRouteValues

However I have no action method on the custom command only a click method?

Where has this action method gone, and how do I now use the click method?

I'm using ASP.net Core 1.

Sam
Top achievements
Rank 1
 answered on 04 Aug 2016
1 answer
133 views

I want to achieve the functionality in which the numbers needs to be displayed outside the event template but within the date.

Please find the screen shots of the requirement.

Here is the event template that I have used.

<script id="event-template" type="text/x-kendo-template">   
  60-50-30
    <div style="background-color: #: kendo.toString(colorId, "hh:mm") #">
         <p class="bold">
           <span class="bold"> #: kendo.toString(title) # </span>
            <span class="bold pull-right">   #: kendo.toString(trip.length) # Trips    </<span>
        </p>     
        <h3 style="background-color: #: kendo.toString(colorId, "hh:mm") #"> </h3>
     </div>  
</script>

Can you please help me on this..

Alex Hajigeorgieva
Telerik team
 answered on 04 Aug 2016
3 answers
231 views

Is it possible to bind the Spreadsheet to IEnumerable<MyClass> where the property names would be the columns of the sheet and each item of the IEnumerable object would be a row in the sheet? 

        public class MyClass
        {
            public int Id { get; set; }
            public string FirstName { get; set; }
            public string LastName { get; set; }
        }

        var myObject = new List<MyClass>()
        {
           new MyClass() {Id = 1,FirstName = "Lucas",LastName = "Green"},
           new MyClass() {Id = 2,FirstName = "Eva",LastName = "Black"},
           new MyClass() {Id = 3,FirstName = "Miroslava",LastName = "Brown"},
        };

Output:
Id  FirstName   LastName
1   Lukas          Green
2   Eva             Black
3   Miroslava    Brown

Dimiter Topalov
Telerik team
 answered on 04 Aug 2016
1 answer
451 views

Hi All,

I have created the grid with aggregate functions and it shows values as expected. Now I want to get the non empty (not null) count of the values in a column. By default aggregate only gives the total count. Appreciate the help.

 

Thanks,

Luke

Nikolay Rusev
Telerik team
 answered on 04 Aug 2016
4 answers
168 views
Hi, maybe we do not use the grid correctly.

We got a collection of 2000 items. The DataSource is local.
 If we what a fast and responsible grid we have to use paging (changing theme, reloading grid take long time when 2000 items are displayed Ethier with scrollbar on the grid). So we set the paging at 50 items/page.

But with paging On, grouping are useless for us. When grouping start, I collapse all groups to let the user open the one he need. But if the first group contain 400 items, all other groups do not show in the list. To show all group I must set the paging to 2000 and then slow the grid process.

Any suggestion?
Dimo
Telerik team
 answered on 03 Aug 2016
1 answer
247 views

I'm using custom background color codes in my event template as shown below..

 

<script id="event-template" type="text/x-kendo-template">
    <div style="background-color: #: kendo.toString(colorId, "hh:mm") #">
          <p class="bold">
           <span class="bold"> #: kendo.toString(title) # </span>
            <span class="bold pull-right">   #: kendo.toString(trip.length) # Trips    </<span>
        </p>     
        <h3 style="background-color: #: kendo.toString(colorId, "hh:mm") #"> </h3>
     </div>  
</script>

But the space is occupied by only a portion in kendo event.Please find the screen shot..

The JSON for binding the event is given below..

[
    {
        "id": 1,
        "name": "Sand",
        "start": "/Date(1470024001000)/",
        "end": "/Date(1470038400000)/",
        "colorId": "#90CAF9",
        "status": "Delivered",
        "client": "Foyer"
    },
    {
        "id": 1,
        "name": "Gravel",
        "start": "/Date(1470110401000)/",
        "end": "/Date(1470124800000)/",
        "colorId": "#CE93D8",
        "status": "Dispatched",
        "client": "Foyer"
    },
    {
        "id": 1,
        "name": "Aggregate 20 mm",
        "start": "/Date(1470024001000)/",
        "end": "/Date(1470038400000)/",
        "colorId": "#9FA8DA",
        "status": "Delivered",
        "client": "Foyer"
    }
]

Please let me know where I'm doing wrong..

 

 

 

Orlin
Telerik team
 answered on 03 Aug 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
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?