Telerik Forums
Kendo UI for jQuery Forum
6 answers
998 views
I m having a kendo grid in my page. I need to search the data from the controller using external search. So i set the serverFiltering of datasource to true for that. Its working wonderfully. But I need to enable Grid filtering also. So I set the filterable to true. Here comes the problem the grid's bult in grid filtering functionality is not working when I set the server filtering to true. Its always post to the controller. When I set the server filtering   to false its working. Here's my datasource

ds= new kendo.data.DataSource({
                transport: {
                    read: {
                        url: 'method',
                        dataType: "json",
                        type: "POST",
                        contentType: "application/json; charset=utf-8"
                    },
                    parameterMap: function (options) {                    
                        return JSON.stringify({ filter: options });
                    }
                },
                schema: {
                    model: {
                        fields: {
                            Id: { type: "number" },
                            Name: { type: "string" },
                            Age: { type: "number" },
                            BeginDate: { type: "date" },
                            EndDate: { type: "date" },
                            Mode: { type: "string" }
                        }
                    }
                }
            });

Also when I set the serverfiltering to false. Its working fine. But for both the date fields its throwing format error  when filter by dates.
In my grid's row template I am showing the date by format it by.
 <td># if(EndDate!=null){# #= kendo.toString(toDate(EndDate), "MM/dd/yyyy")#  #} else {# ${EndDate}#}#</td>

Can anyone figure this out???
John Thompson
Top achievements
Rank 2
 answered on 19 Mar 2012
1 answer
196 views
Hi,

I downloaded from my premium telerik account, the kendoUI library.

But I can't find localization resources in the download or anywhere else?

Where is it? 

Something like kendo.culture.fr-FR.js ?

Thank you!
Georgi Krustev
Telerik team
 answered on 19 Mar 2012
0 answers
69 views
How do I connect the selected data of a line to the data of a window? (see image).

Thanks,
Mike
Mike
Top achievements
Rank 1
 asked on 19 Mar 2012
0 answers
300 views
Hi Admin,

How do we ensure that kendo.parseFloat()/parseIntt() 
method able to parse given formatted input?
Suppose it user gives the string instead of formatted value then how we recognize that its invalid input give by user and kendo.parseFloat()/parseIntt()  
will not be able to parse it?

kendo.parseFloat()/parseIntt()  
 will throw any exception in javascript in case of invalid input

Jitendra
Top achievements
Rank 1
 asked on 19 Mar 2012
1 answer
195 views
Is there an event to know when the content of a window (when loading content through Ajax) has finished loading?


Kind regards,
Alex Gyoshev
Telerik team
 answered on 19 Mar 2012
1 answer
80 views
I'm trying to have mutliple small charts on a page and then when the user clicks a button, open a big chart in a Kendo Window.  There seems to be a problem when I open the big chart: the SVG elements don't appear correctly.  It seems to be related to rendering a small chart first then trying to render a larger one.  If I set all the charts to the same size it's fine and if I change the big chart to a Pie it seems fine too.

I've got a fiddle showing the problem.  Click the Go link to see; both charts should be identical.

Problem in Firefox 11. (Seems to work in IE8)

http://jsfiddle.net/hb7Kt/
T. Tsonev
Telerik team
 answered on 19 Mar 2012
1 answer
150 views
Hi,
I have a listview that contains anchors in  a template.
 
template: "<a href='details.aspx?id=${data.id}'>${data.subject}</a>"

I know that you can trap the "click" event & I want to be able to trap the event to see if the id event is -1 and stop the transfer.

Is there a "canel" property or is there another way to stop the transfer to another page on a certain condition?

regards
Roger
Nikolay Rusev
Telerik team
 answered on 19 Mar 2012
4 answers
313 views
hi,while i'm using dropdownlist,the li element offsets in chrome.
Yuan
Top achievements
Rank 1
 answered on 18 Mar 2012
0 answers
111 views
I'm having no success trying to get a simple master detail 'toy' working.

Couldn't figure out how to use jsFiddle /echo/xml to emulate multiple XML requests, so I put the toy on my website.

devenezia-dot-com/kendo/norows.html

Hope you can help, this is a nasty roadblock for me right now :(

... Part of the roadblock was uncovered ...
I used autobind: instead of autoBind: (Sure would be nice if jquery.extend had a sanity option/warning for properties that are caselessly congruent).  So now I can select the first two items, and the third takes the detail grid into lala land because there are no detail rows to display.
Richard
Top achievements
Rank 1
 asked on 17 Mar 2012
7 answers
267 views
It's quite simple: If you're go back from January, the calendar jumps back to November instead of December. This happens on your online demos as well. (At least with Chrome, but I don't think this is a browser problem and I don't have time to try another one)
Georgi Krustev
Telerik team
 answered on 17 Mar 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
Drag and Drop
Application
Map
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
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?