Telerik Forums
Kendo UI for jQuery Forum
0 answers
186 views
Hello,

I have an application that uses the JQuery layout plugin (http://layout.jquery-dev.net/documentation.cfm). I am using this plugin to provide a footer throughout my application. On one of my screens, I need to use a Kendo Grid. This Grid needs to use all remaining space above the footer. My grid may have thousands of records.Has anyone been able to have a Kendo Grid fill a remaining space? I can't seem to get it to work.

Layout seems to be a bit of a hassle with Kendo. Am I the only one with these issues?
JQuery
Top achievements
Rank 1
 asked on 23 Feb 2012
2 answers
132 views
Hey!

First of all great product!

I have run into a small problem with the sorting of the data inside the grid.

I fetch the data using WCF Data Service and custom functions to filter the data.

A function could look like this:
<WebGet()> _
Public Function Search(price As Integer) As IQueryable(Of tblCustomers)
 
    Dim context As OnlmCRMEntities = Me.CurrentDataSource
 
    Try
 
        Dim customers = From c In context.tblCustomers
          Where c.fldActive = True _
          And c.tblCustomerProducts.Any(Function(s) s.fldPrice = price And s.fldActive = True)
          Order By c.fldEmail
          Select c
 
        Return customers
    Catch ex As Exception
        Throw New ApplicationException("An error occurred: {0}", ex)
    End Try
End Function

I have also used the Data Service JSONP extension (http://archive.msdn.microsoft.com/DataServicesJSONP ) to make it work as described in many posts.

Everything works as intended except the "Order By c.fldEmail" in my Search Function.
The output will always be ordered by the id field when it's converted to JSON.
I know i can add $orderby to sort it but this is not the functionality i'm looking for as i might want to sort data based on related tables in the database.

What is causing this and how do I fix it?

This is my kendo datasource - works as intended:

dataSource: {
            type: "odata",
            transport: {
                read: pathname + "/model/WcfData.svc/Search?price=6000"
            },
            pageSize: 20,
            serverPaging: true,
            serverFiltering: true,
            serverSorting: true
        }

A small bonus question :)
Is it possible to sort by a column at load? (not really important if i can get above to work)

Best regards and thanks in advance!

Stefan
Stefan
Top achievements
Rank 2
 answered on 23 Feb 2012
1 answer
612 views
Hey,

I am trying to prevent users from uploading exe's || zip's, I am calling the below script on the select event .

this.onSelect = function(e) {
$.each(e.files, function(index, value) {
                if(value.extension=='.zip' || value.extension=='.exe') {
                    e.preventDefault();
                    return;
                }
}
}

This prevents the file from appearing in the file list but if I do a submit the zip's are going to the server. I could see input type 'file' elements are getting created even though filelist is not displaying the same. Whats the way around for this
T. Tsonev
Telerik team
 answered on 23 Feb 2012
2 answers
190 views
Can you bind the detail template outside the grid easily?  Everything I've tried ends up putting the details in the grid.  Would be nice to have a grid, then on row click, show the row details in a tabstrip or other whatever outside of it.   For instance, have two columns, the first with a grid, the second with row details.

An example of this would really open up my use of KendoUI.
Clint
Top achievements
Rank 1
 answered on 23 Feb 2012
4 answers
137 views
Hi,
Telerik team 

In your samples (Grid - Binding local data) filter crush when I adding both conditions to two columns. 

Thanks
Igor
George
Top achievements
Rank 1
 answered on 23 Feb 2012
1 answer
148 views
The Grid "basic usage" demo has bugs in IE8 or IE9 Compatibility View.  Specifically:
  • The column headers are blank and no text is visible
  • The paging control only shows one page, while the demo normally shows 5 pages
See the attached screenshot for more details.
Dimo
Telerik team
 answered on 23 Feb 2012
1 answer
228 views
Hi,
Can you please let us know when the Kendo Web UI Grid will have "Auto Filter row"?

Regards,
Krishna
Rosen
Telerik team
 answered on 23 Feb 2012
1 answer
136 views
Hi,

   I have a query. Do kendo ui pie-charts and barcharts support Tablet Pc?? It support IE 9 and Chrome.can any one help me 
Lyndsy Simon
Top achievements
Rank 2
 answered on 23 Feb 2012
5 answers
282 views
We would like to use your charting solution but would like to know if it is possible to customize the tooltip that is displayed when the user hovers over a point in the chart.  Can that tooltip contain text other than just the value and can that text change from one point to another?

Also, can you create clustered AND stacked bar charts simultaneously?  So something like this http://demos.kendoui.com/dataviz/bar-charts/column.html but have each bar be a stacked bar chart?

Thanks.

Nick
Alexander Valchev
Telerik team
 answered on 22 Feb 2012
4 answers
93 views
Hi,

Is it possible to refresh the chart with added data without the whole thing redrawing?  So it looks like the upper chart in this fiddle rather than the lower one.

http://jsfiddle.net/GilesBradshaw/uJdZx/67/ 
giles
Top achievements
Rank 1
 answered on 22 Feb 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?