Telerik Forums
Kendo UI for jQuery Forum
0 answers
94 views
On init now the to input boxes have no value. It takes an event to put it there. 

If the user doesn't change anything it would still be nice to be able to get the values from the input fields.

Edit. Ok the values are there wasn't showing in the DOM though. Sorry for a false alarm.
Olle
Top achievements
Rank 1
 asked on 11 Jan 2012
3 answers
171 views
I need to alter the url for my service based upon user input so am using a function something like this :-

url: function() {
     return '/myservice/search/' + $("#txtSearch").val();
},

this does not seem to work .. the url gets mangled.

however if I use the same idea for the data: to pass extra parameters it works fine

How can I make the url a function so I can change the value?
John
Top achievements
Rank 1
 answered on 11 Jan 2012
3 answers
320 views
Hi,

Is there anyway to resize the grid vertically to the size of the window . Height should be auto (Full Size) 100% depending on the size of the window?

thanks
Hem
Top achievements
Rank 1
 answered on 11 Jan 2012
2 answers
106 views
With our commercial license, where do we access the major/minor/weekly builds? The build that's in our download area is from November's release. Thanks!
Collin
Top achievements
Rank 2
 answered on 11 Jan 2012
0 answers
213 views
My kendoGrid have many null cells in table td, How can I replace those null field by applying below js

$("td:contains('null')").text("something else") (it works when debugging code)

Thanks
Colin
Top achievements
Rank 1
 asked on 11 Jan 2012
2 answers
136 views
Hello, I'm new to Kendo UI

I want you
 when  click a button to collapse the splitter.

This is my
 code:http://jsfiddle.net/N8gE3/

When call the function I get a message:

Uncaught TypeError: Object [object Object] has no method 'collapse'

Please Help me

Cristofer
Top achievements
Rank 1
 answered on 11 Jan 2012
1 answer
181 views
If I set the type of datasource to "odata" additional parameters is not added to the request string. This is my code:

var odataSource = new kendo.data.DataSource({
    type: 'odata',
    transport: {
        read: {
            url: server + query, // the service url
            data: { //additional parameters sent to the remote service
                buchungskonto: function() {
                    return "'" + $("#search").val() + "'";
                }
            }
        }
    },
    change: function() { // subscribe to the CHANGE event of the data source
        $("#results").html(kendo.render(template2, this.view()));
    }
});

The resulting request is:

/my.services/SalesData/GetCustomers()?$format=json&$inlinecount=allpages&$callback=callback

As you can see parameter "buchungskonto" is missing. It is a call to a wcf data service, GetCustomers() is mapping to some SP, "buchungskonto" one of the parameters passed to the SP. So the correct call should be:

/my.services/SalesData/GetCustomers()?$format=json&$inlinecount=allpages$callback=callback&buchungskonto='1'

Is this a bug?

Besides that: really great product! BUT, and this is a really big BUT: the documentation is not on the level I'm accustomed to from telerik. I think there is still a lot of work to do for you.

Regards
Heiko
Sovan
Top achievements
Rank 1
 answered on 11 Jan 2012
1 answer
173 views
Hello everyone, first of all sorry for the ambiguous thread name. Since the issue i'm experiencing could be grid, chart or even datasource issues, I'm posting it here. If that is not correct, I apologize a second time.

Following the examples on the site I have built a page with a chart and a grid. With $document.ready I load a few filters and the starting grid and chart, and there's a button right next to the filters to apply any changes to the "dataset" and change what's displayed.

Now, I'm having a little problem and it's that most of the time neither the grid nor the chart load, they appear empty or not at all. Using firebug I can see the requests to my datasource (I'm using a WCF Service and am calling it to return data in json format) have returned data, but the controls don't load.

If that were all, I'd think it was an issue with my configuration, maybe I was missing a property or two, but the strange thing, and what to me is the real issue is that if I refresh the page or click the button enough times, sometimes 2 or 3 times, then the controls will load, so it's not a matter of the data not being in the correct format, but on the next refresh they disappear again. In other words, the kendo controls on the page seem somewhat temperamental and only show up when they feel like it. I have tested with Chrome and even IE with the same results.

If anyone has any idea of why this might happen, I'd appreciate it if you could enlighten me, since it's driving me a tad bit crazy. I will post the code if necessary, just let me know.

Thanks for the time
Atanas Korchev
Telerik team
 answered on 11 Jan 2012
1 answer
109 views
http://jsfiddle.net/CuQDc/5/light/ 

Selecting a row produces a yellow box around the grid.
Joel
Top achievements
Rank 1
 answered on 11 Jan 2012
1 answer
81 views
http://demos.kendoui.com/web/grid/editing.html

In this demo, click on 'Add new record' and then type in a product name. Hitting the TAB key does not bring up the next cell (UnitPrice) in edit mode.

After hitting the 'Add new record' button, only if you click on the row using a mouse, it works.

Perhaps a focus-logic issue tied specifically to the mouse click?

Thanks,
Joel
Nikolay Rusev
Telerik team
 answered on 11 Jan 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
Dialog
Chat
DateRangePicker
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
Top achievements
Rank 1
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ivory
Top achievements
Rank 1
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
YF
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Top achievements
Rank 1
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ivory
Top achievements
Rank 1
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
YF
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?