Telerik Forums
Kendo UI for jQuery Forum
1 answer
1.2K+ views
Hi there,

Is it possible to disable columns (Or at least remove their sort functionality so when they are clicked) without having to redraw the entire grid?

I have a grid with sorting initially enabled, then when a button is clicked I want to move into a "design mode" and therefore need to remove the sortable functionality (or at least stop the event firing when a column is clicked which causes a read of the datasource). 

Is there any way to do this? I managed to disable filtering by hiding the filter icon but can't seem to disable sorting in any way...

Thanks in advance!

Rob
Alexander Valchev
Telerik team
 answered on 07 Jun 2012
1 answer
107 views
Suppose I have 
<button id='btn' class='k-button' data-nodeid='111'>XYZ</button>
<div id='grid1'></div>

and data
var rows = [
  { "one": "1", "two": "21", "three": "31", "nodeid":' ' }
,   { "one": "2", "two": "22", "three": "32", "nodeid":' ' }
,   { "one": "3", "two": "23", "three": "33", "nodeid":'123' }
,   { "one": "4", "two": "24", "three": "34", "nodeid":' ' }   
    ];
 
var btnNodeid = $('#btn').data('nodeid');
 
$('#grid1').kendoGrid({
    dataSource: rows
)}

What I would like is to set a row to display in italics when the row that has a nodeid value different than that of the button.  I do not want to show the nodeid in the grid.

I've tried templating the row with no success

var window.btnid = $("#btn").data('nodeid');
...
kendoGrid({
...
rowTemplate: '<tr #if (nodeid != ' ' && nodeid != window.btnid) { class=italic }#><td>${one}</td><td>${two}</td> .... ';





Dimo
Telerik team
 answered on 07 Jun 2012
0 answers
118 views
hi,
To display the image in the list view dynamically,
in the view i used the image tag like:<img src="@Url.Action("GetImage/${ID}", "Home")"  alt = "${name} image" />
how can i pass this value dynamically to the controller and the url is not identifying the special characters.
charan
Top achievements
Rank 1
 asked on 07 Jun 2012
1 answer
9.1K+ views
I can't seem to get the success callback to execute on this datasource. I am getting the data, so I know the call is working, just the success callback is not firing: 

var dsReviewList = new kendo.data.DataSource({
    schema: {
        data: "d",
        model: {
            fields: {
                resID: { type: "number" },
                resDate: { type: "string" },
                description: { type: "string" },
                amount: { type: "number" },
                selected: { type: "boolean" },
                total: { type: "number" }
            }
        }
    },
    transport: {
        read: {
            contentType: "application/json; charset=utf-8",
            type: "POST",
            dataType: "json",
            url: "OWLV2be.asmx/GetReviewReservations",
            success: function (data) {
                alert(data);
            },
            error: function (xhr, error) {
                console.debug(xhr); console.debug(error);
                alert('error');
            }
        },
        parameterMap: function (data, operation) {
            return kendo.stringify(data);
        }
    },
});

Please help, thanks,

George




Nikolay Rusev
Telerik team
 answered on 07 Jun 2012
0 answers
94 views
I have a input form that display with the following format:

Label1: Input1
Label2: Input2 
Label3: Input3 

However one of my inputs is a kendo grid. Instead of

Label4: KendoGrid

I get

Label4:
KendoGrid

(Where the grid displays below the label). Is there anyway I can make the grid display beside the label instead?
Kyle
Top achievements
Rank 1
 asked on 06 Jun 2012
2 answers
108 views
Hi,

Could someone please tell me why my second listview lv2 is undefined here after the init of lv1 ? -

http://jsfiddle.net/wickedw/SXrH5/ 

Many thanks
Matt
Matt
Top achievements
Rank 1
 answered on 06 Jun 2012
1 answer
615 views
Hello,

I am getting into web development for the first time and definitely have alot to catch-up on.  I have been able to use some of the KendoUI controls which are pretty cool, so kudos there! 

I am now in the process of using a kendoWindow control, which is just a window to allow a user to enter a value in a textbox and to click a button in the same window and it has functionality to check if the pswd is correct, etc.  The window does open but somehow the textbox is always read-only.  Can somebody please let me know if I maybe missing an attribute or something else?  I am not sure if it is because I am using the html in the code to render the window with the label, textbox, and button vs using the .content when initializing the kendoWindow.

Any help would be greatly appreciated!

HTML:
<div id="window">
            Please provide an override password.
            <br />
            <br />
            <div>
                <label id="lblPswd">Password: </label>
                <input id="txtOverride" type="text"/>
            </div>
            <br />
            <div style="text-align:center;">
                    <input id="Text1" type="text"/>
                    <button class="k-button" id="btnOverride" style="width: 125px" >OK</button>
            </div>
        </div>

jQuery:
//Window to allow users to add a password to override and approve.
var overrideWindow = $("#window").kendoWindow({                
                 height: "200px",
                 title: "Override Workflow Access",
                 visible: false,
                 modal: true,
                 width: "300px"
             }).data("kendoWindow");
 
//Another button on the page so that when users click it, the window opens and checks if they have access to approve. There is other functionality which I have removed for simplicity. Just need to make the input textbox editable. Btn in window works.
$("#btnApprove").click(function () {
var window = $("#window").data("kendoWindow");
                 window.center();
                 window.open();
})

I did see an example online and was testing it out. It opens another aspx page in my project which has the same functionality as what I am trying to do, but the textbox is editable. I am not sure if it is because the content: attribute is used.  I would prefer to use the method above instead of going to another page.

// create the window ON THE FLIES
         $("<div></div>").kendoWindow({
             visible: true,
             title: "Creates Window Out Of Thin Air",
             modal: true,
             width: "400px",
             content: { url: "TestKendoWindow.aspx"
             },
             deactivate: function () {
                 this.element.closest(".k-widget").remove();
             }
         }).data("kendoWindow")
         // set the content of the window
        //.content("<h1>Acheivement UNLOCKED!</h1>")                   
        .center()
        .open();

Thanks in advance,
K
K
Top achievements
Rank 1
 answered on 06 Jun 2012
1 answer
131 views
Seems to be firing the drop event more than once with differing results causing issues.

I am dragging from a grid to a treeview - if i add an alert within the drop event it fires twice, each time it fires e.srcElement.ParentElement is different

Is this a bug?
Iliana Dyankova
Telerik team
 answered on 06 Jun 2012
0 answers
57 views
Hi everybody!

Our customers asked us to make First and Last buttons to navigate through the grid pages. So I made this plugin.
I don't know if there is any other way to share kendo plugins, so I'll just place it here.

/*
* Ivelum 2012
* Alexander Skogorev
* Adds 'First' and 'Last' buttons to the pager
*/
(function(a,b){function f(a,b,d,e){return a({idx:b,text:d,ns:c.ns,numeric:e})}var c=window.kendo,d=c.ui,e=d.Pager;var g=e.extend({refresh:function(){var a=this,b,c=1,d,g=a.page(),h=a.totalPages(),i=a.linkTemplate,j=a.options.buttonCount;e.fn.refresh.call(a);if(g>j){d=g%j;c=d===0?g-j+1:g-d+1}b=Math.min(c+j-1,h);if(c>1){a.list.prepend(f(i,1,"First",false))}if(b<h){a.list.append(f(i,h,"Last",false))}}});d.plugin(g)})(jQuery)
Alexander
Top achievements
Rank 1
 asked on 06 Jun 2012
0 answers
204 views

I'm trying to open a details popup to show more details about a record in a kendoUI grid.

I've seen this sample: http://demos.kendoui.com/web/grid/detailtemplate.html

But instead of a grid, i'd like to open a popup passing the ID of the selected record.

How can I do this?

Cleyton
Top achievements
Rank 1
 asked on 06 Jun 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
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
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
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
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
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?