Telerik Forums
Kendo UI for jQuery Forum
0 answers
87 views
Hi,

I need to exclude weekend days from the datepicker's list due to my client's needs, how can I do that?

Best regards,
Anton
Softcloud
Anton
Top achievements
Rank 1
 asked on 19 Sep 2012
1 answer
225 views
http://jsfiddle.net/U5tpr/6/

I have sevral problems with this script.

My first one is that the picker keeps closing when I change the date value.
The second is that when I pull down the time menu, it shows the entire date/time string.

Please help
Stephen
Top achievements
Rank 1
 answered on 19 Sep 2012
0 answers
414 views
Hi,
Does kendoGrid support merged cells?
Specifically, merging the column data if it is same in the successive rows.
By merging, one can choose not to show (or in a lighter color) the column data in a successive row if it is same as the previous row.

Example:
Column1  Column2 Column3  Column4  Column5
R1C1       R1C2      R1C3       R1C4      R1C5
R1C1       R2C2      R2C3       R2C4      R2C5
R2C1       R2C2      R2C3       R2C4      R2C5

Italicized row 2 column 1 cell R1C1 is a merged cell and it may not display the cell value when it is merged because its column value is same same as the previous row.

Please let me know if this can be done with kendoGrid.

Thanks.
B.Manohar
Manohar
Top achievements
Rank 1
 asked on 19 Sep 2012
0 answers
141 views
Hi 

I am new to Telerik Kendo UI. Can anyone guide me how to bind grid with dropdownlist column where the dropdownlist should always visible while initial step of binding with selecteditem. After completed the selection in dropdownlist from all row in the grid I need to submit the entire results to model.

Thanks


Selvamuthukumaran
Top achievements
Rank 1
 asked on 19 Sep 2012
4 answers
226 views
Can we use DataViz widgets within an ICENIUM Kendo app ?

I had a go at adding the sample provided here : http://docs.kendoui.com/howto/add-charts-and-graphs-to-an-application
into the default kendo app, but it seemed to break the mobile css.

If it is possible, perhaps you could provide some sample code.

Thanks
hayden
Top achievements
Rank 1
 answered on 18 Sep 2012
2 answers
348 views
Hello,

The Kendo UI Grid's saveRow() method does not work correctly after upgrade 2012.2.710 to 2012.2.913.

2012.2.710: http://jsfiddle.net/zMTn3/4/
2012.2.913: http://jsfiddle.net/zMTn3/5/

The "Kaydet" button is call saveRow() method.
Ali Kemal
Top achievements
Rank 1
 answered on 18 Sep 2012
4 answers
2.5K+ views
I am 100% sure that it is something that i am missing. I am just starting out with Kendo. But any help is appreciated.

I assumed that when i clicked the delete button in the grid that it would automatically send my request to a "destroy.cfm" file. I cannot see any action in firebug to show this.

Help a nOOb out.

Thanks alot!

$(document).ready(function () {
    $("#grid").kendoGrid({
        dataType: "json",
        dataSource: {
            transport: {
                read: "cfcs/queries.cfm",
                destroy: {
                   url: "/cfcs/destroy.cfm"
                }
             
            },
 
            schema: {
                data: "data",
                model: {
                    fields: {
                        BADGEID: {
                            type: "number"
                        },
                        EMPLOYEENAME: {
                            type: "string"
                        },
                        UNITID: {
                            type: "number"
                        },
                        UNITNAME: {
                            type: "string"
                        }
                    }
                }
            }
             
        },
         editable: { 
            destroy: true,
            update: false
        },
        height: 450,
        filterable: true,
        groupable: true,
        sortable: true,
        pageable: false,
        columns: [{
            field: "BADGEID",
            title: " ",
            width: 35,
            template: "<input type='checkbox' />"
        },{
            field: "BADGEID",
            title: "Badge Id"
        }, {
            field: "EMPLOYEENAME",
            title: "Employee Name"
        }, {
            field: "UNITID",
            title: "Unit Id"
        }, {
            field: "UNITNAME",
            title: "Unit Name"
        }, {
            command: "destroy",
            title: " ",
            width: 110 }
        ]
    });
});
tony
Top achievements
Rank 1
 answered on 18 Sep 2012
0 answers
97 views
2 answers
376 views
Hi! it is my first day with Kendo UI. I'm testing some features and i have got a problem with the DropDownList size. This is a bigger element :S. How to change the size of the element ?. From my css file ? from the css kendo file ? from js ?.

An image attached.


Thanks.
fred
Top achievements
Rank 1
 answered on 18 Sep 2012
0 answers
102 views
I'm using autoSync:true so I can sync with the database after each cell update, but each time I call options.success() it resets the cell selctor to the first column of that row. If I don't report to the dataSource that the request has completed, it causes some strange behavior where clicking on the "Delete" button twice when there's a server error and a cancelChanges() on an error callback ends up deleting the record.

It looks like options.success() repaints the entire grid. How can I prevent this from happening?
Edmond
Top achievements
Rank 1
 asked on 18 Sep 2012
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?