Telerik Forums
Kendo UI for jQuery Forum
0 answers
177 views
hi,
I want to display  grid inside the panel bar.i have three headers a,b,c.If i click on the header "c",i want to display the grid dynamically.
i mentioned like:
$("#panelBar").kendoPanelBar({
                                        expandMode: "single",
                                        dataSource: [{ text: "a" },
                                                     { text: "b" },
                                                     { text: "c" }]
                                  });
                                    var Panelbar = $("#panelbar").kendoPanelBar().data("kendoPanelBar");
i want to display grid dynamically inside "c". can u provide some sample code to display the grid inside the panel bar .
durga bhavani
Top achievements
Rank 1
 asked on 12 Jun 2012
2 answers
252 views
I'm using the validator for a web site that needs to be verifiably valid HTML. However, the validationMessage attribute causes a failure in the following:

<input type="text" id="Name" class="k-textbox" required validationmessage="Please enter your name" />

Is there a way to make this control use valid HTML?
Richard
Top achievements
Rank 1
 answered on 12 Jun 2012
1 answer
257 views
I have a JSON object that I get back from a Web Service that is a collection of 8 fields. I only want to show 4 of them in my grid. If I don't put the fields in the columns list then it doesn't show the column headers (as expected) but it still shows the columns. I have tried defining schema / model / fields to see if that would help (basically leaving those columns out), it didn't.

Right now I am using JavaScript to hide the columns but is there a better way to do this? For instance, is there a property which only maps what is defined as a column?

Thanks,
Peter

    // initialize the grid, if it hasn't already been initialized
    if ($("#JobPostingsGrid").html().length < 1) {
        $("#JobPostingsGrid").kendoGrid({
            columns: [
              { field: "OpeningNum", title: "#", width: 80 },
              { field: "Title" },
              { field: "Recruiter" },
              { field: "Location" }],
            height: 600,
            scrollable: true,
            sortable: true,
            dataSource: {
                data: postings,
            },
            rowTemplate: kendo.template($("#JobPostingsRowTemplate").html()),
            selectable: "row"
        });
    }
Peter
Top achievements
Rank 1
 answered on 11 Jun 2012
1 answer
154 views
Hi all,
I am passing an json object from the controller.The json object is string format of a document file.I need to place the content of the doc file in the editor dynamically.
I am passing string object through json .In my schema of the datasource i tried to display using s:{type:"string"}
Here s is the json object.But i am unable to display the content.
Could you please provide me any sample or example on how to place a dynamic content in a editor using datasource.
Thanks & Regards

Alexander Valchev
Telerik team
 answered on 11 Jun 2012
0 answers
116 views
Hi,

I want change then template of day when double click on day.

How can to do ?

thanks!
Vitantonio
Top achievements
Rank 1
 asked on 11 Jun 2012
0 answers
84 views
Hello,

When you use kendo datasource object with local data, all events bound works perfectly but not when using the transport mode.

See the sample: http://jsfiddle.net/rKQDM/12/ 

Could you help me please?
Vladimir
Top achievements
Rank 1
 asked on 11 Jun 2012
1 answer
325 views
I've been trying to figure this out in my own scenario but I'm able to produce this using a slightly modified example I found on the forum from one of your developers.

Here's the example: http://jsfiddle.net/krustev/5GGVf/ 

When using an array that's empty or no datasource at all you'll notice an error in Chrome.  With a larger page this causes a stack error.  In Firefox this will completely lockup the browser.

Is there any viable way to create an empty combobox and later add data without this problem?

Edit: To produce the bug simply start typing in the combobox.

Thanks,
- Mike
Georgi Krustev
Telerik team
 answered on 11 Jun 2012
0 answers
69 views
Can I use Kendo UI Web Grid for mobile application
sushil
Top achievements
Rank 1
 asked on 11 Jun 2012
1 answer
90 views
I have a XML data source that I would like to issue an error event when the response header has a certain key and value.

The headers are:

Key               Value
Response          HTTP/1.1 200 OK
Server            Apache-Coyote/1.1
X-Powered-By      Servlet 2.4; JBoss-4.2.3.GA (build: SVNTag=JBoss_4_2_3_GA date=200807181417)/JBossWeb-2.0
X-UA-Compatible   IE=EmulateIE7
X-ABC-XYZ-ERROR   -34
Cache-Control     no-cache, no-store
Content-Type      text/html;charset=UTF-8
Transfer-Encoding chunked
Date              Sun, 10 Jun 2012 22:34:54 GMT

When X-ABC-XYZ-ERROR is < 0 I want error evented.
Iliana Dyankova
Telerik team
 answered on 11 Jun 2012
2 answers
528 views
Hello,
I'd like to print on the screen absolute values by a template.
I've tried things like that :
valueAxis: {
     labels: {
          template: "#Math.abs(value)#"
}}

or equivalent by using javascript and jquery but I couldn't find this out.
Anyone can help ? Thanks !
Frederic
Top achievements
Rank 1
 answered on 11 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?