Telerik Forums
Kendo UI for jQuery Forum
6 answers
109 views

Hello,

How can i set step half hour or hour when user resize task? For view 'year' step 1 day.

Veselin Tsvetanov
Telerik team
 answered on 05 Feb 2020
4 answers
82 views

Hi,

 

I have a dojo for my problem : https://dojo.telerik.com/oJiJEFoW/2

I would like to be able to display the title of the column (as in the screen) just above the search bar in my filter by selection.

 

I hope I have been understandable, thank you in advance to you!

Bruno
Top achievements
Rank 1
 answered on 05 Feb 2020
1 answer
205 views

Hello,

I am want use badge in menu like in this example: https://dojo.telerik.com/EkamaFux

I found one way use it. I'm add badge on open event like this: https://dojo.telerik.com/odoCOBuS

Is there exists simpler way?

Georgi
Telerik team
 answered on 05 Feb 2020
13 answers
390 views

Hi there, could you provide me an example of a drop down cell editor (all cells in a column) where the dropdown is bound to a datasource. 

Thanks in advance!

Phani

Smita
Top achievements
Rank 1
 answered on 05 Feb 2020
1 answer
271 views
Can this control be used without a form?  I don't see any way to submit the data otherwise.  If not, what's the suggested way to prevent the page from reloading after upload?
Ivan Danchev
Telerik team
 answered on 04 Feb 2020
1 answer
191 views

I can rotate the tab labels by putting a css rotate into the <li> entry.  However it doesn't modify the size of the tabs to match.  Is there a way to have the tab strips down the side of the display and have the labels turned 90 degrees so that they fit?

Ivan Danchev
Telerik team
 answered on 04 Feb 2020
1 answer
161 views

Hello,

I wanted to test the new Grid Column Virtualization (https://demos.telerik.com/kendo-ui/grid/column-virtualization) but I noticed that the Typescript typings don't accept string, only number:

    interface GridScrollable {

        virtual?: boolean;
        endless?: boolean;
    }

 

According to the API, this should be possible: https://docs.telerik.com/kendo-ui/api/javascript/ui/grid/configuration/scrollable.virtual

Angel Petrov
Telerik team
 answered on 04 Feb 2020
3 answers
417 views

Hi Team,

 I ma trying to generate a grid with HTML Table. I AM adding row and  creating HTML Textbox in DOM CELLS property in kendogrid. but when i am filtering the data, filtering and pagination is not working in kendogrid table. Grid get regenerated. Can someone help pls. lPlease find the code.

$(document).ready(function(){
 var grid=$("#dataTable").kendoGrid({
 
 toolbar: [  { template:"<input type='button' class='k-button' value='AddData' onclick='addRow()'/>"  }
 /* {name: "addrow", text: " Add Row "} */],
  columns: [ { field: 'english' }, { field: 'local' }, { field: 'del' } ],
  pageable: {
         messages: {
             empty: "No items to display"
         },
         input: true,
         refresh: true,
         pageSizes: true,
         pageSizes: [10, 20, 30, 50]
     },
     scrollable: true,
     sortable: true,
  
     selectable: "row",
     filterable: true
   , dataSource: { pageSize: 10 }
   
       }).data("kendoGrid");
 grid.dataSource.pageSize(10);
 
});
function addRow() {
 var table;
 var tableID;
     table = document.getElementById("dataTable");
     tableID='dataTable';
 
      var rowCount = table.rows.length;
     
      var row = table.insertRow(rowCount);
     var cell1 = row.insertCell(0);
     cell1.id="row["+length+"].english";
     
        var element1 = document.createElement("textarea");
        element1.cols="85";
        cell1.appendChild(element1);
       
        var cell2 = row.insertCell(1);
     cell1.id="row["+length+"].english";   
       var element2 = document.createElement("textarea");
       element2.cols="85";
        cell2.appendChild(element2);
        
        var cell3 = row.insertCell(2);
     cell1.id="row["+length+"].english";   
}
       
</script>

 

 

<TABLE id="dataTable" width="500px" border="double">
        <thead>
          <tr style="height:8px">
          <th  data-field="english" >English</th>
          <th data-field="local" >Local</th>
          <th data-field="del">Delete </th>
         </tr>

</table>

 

Kindly suggest solution.

Martin
Telerik team
 answered on 03 Feb 2020
3 answers
108 views

Hi, Dev Team!

Not sure this right thread, but i find problem on Grid control.

I set Fiori css in my project and put folder "Fiori" near css files. but on grid control i can't see any picture, like arrow for filter column.

<link rel="stylesheet" href="https://[my path]/styles/kendo.common-fiori.min.css" />
<link rel="stylesheet" href="https://[my path]/styles/kendo.fiori.min.css" />

Also i check availability of pictures from path, like "https://[my path]/styles/Fiori/sprite.png"

 

 

Ivan Danchev
Telerik team
 answered on 03 Feb 2020
1 answer
283 views
How to add a button in nodatatemplate of autocomplete widget in MVC. Sample screenshot is attached.
Martin
Telerik team
 answered on 03 Feb 2020
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
MultiColumnComboBox
Chat
DateRangePicker
Dialog
Checkbox
Timeline
Drawer
DateInput
ProgressBar
MediaPlayer
ImageEditor
TextBox
OrgChart
Effects
Accessibility
PivotGridV2
ScrollView
BulletChart
Licensing
QRCode
ResponsivePanel
Switch
Wizard
CheckBoxGroup
TextArea
Barcode
Breadcrumb
Collapsible
Localization
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
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?