Telerik Forums
Kendo UI for jQuery Forum
5 answers
187 views
Instead of having the sub-items in the menu control expanding out from the left to the right, I would like them to go from right to left.

How would I accomplish this?
Kamen Bundev
Telerik team
 answered on 10 Jan 2012
0 answers
230 views
This is a Visual Studio 2010 Solution for KendoUI AutoComplete.
Features
  • Separation of Concerns. 
  • Uses Models, Html helpers
  • Separate JavaScript files
  • Demonstrates writing your data provider, with filtering
  • Roughly follows the KendoUI examples, focusing on MVC 3.
  • No Database necessary, all data is hard coded.
  • Round trip of data from Server to Client, post back to Server.
  • Step by Step instructions, with commentary in an included Help file.
  • After first web page, move at a fast clip.

This is a great place for MVC 3 newbies to learn to use the KendoUI toolkit.

Download includes Visual Studio 2010 Solution plus KendoUI Web - AutoComplete Help file.
Note: The contents of the file were entirely created by myself, and are independent of Telerik.

To get AutoComplete.zip,  https://www.mediafire.com/?7ke2r42yv4z0i05
You will see advertisements during the short download.

William
Top achievements
Rank 1
 asked on 10 Jan 2012
1 answer
143 views
Hello,

I am having an odd problem.  I have created a grid and put my data into it, and set the grid to editable.  However, when you click on the grid cells, they blank out and no editor appears.  Yet, if I put other data into the grid (say a twitter feed) the data is editable.  I have created a JSFiddle to show this functionality.  Can anyone help me find the source of my problem?

http://jsfiddle.net/jkappel/njR79/ 

Jay
Top achievements
Rank 2
 answered on 09 Jan 2012
2 answers
230 views
To use the .less output from the ThemeBuilder, the documentation says: "The LESS output of the ThemeBuilder depends on the template.less theme template that is distributed along with the Kendo UI source."

Problem is, no tempate.less file is shipped or any .less file...
Gabriel
Top achievements
Rank 1
 answered on 09 Jan 2012
3 answers
358 views
I am using the splitter with a vertical orientation, and I would like to know if it is possible to set the height of the splitter panes so that their contents are initially shown without a scrollbar?

Thanks,
Gary
Dimo
Telerik team
 answered on 09 Jan 2012
1 answer
162 views
I have a grid with selectable set to "multiple, row".  On an iPad, I can tap on one row and it is selected.  I can also tap on two rows simultaneously and they are both selected.  If I try to tap on more than two rows or swipe across multiple rows, the entire grid is selected.  Is there a way to select a range (like shift + click from PC browser) or more than two individual rows (like CTRL + click from PC browser) from an iOS device?

Thanks.
Nikolay Rusev
Telerik team
 answered on 09 Jan 2012
2 answers
434 views
I've seen the examples where you can modify the data IN the Grid.  I can't do this since I'm displaying only a few columns in the grid of all the columns available for the data I want to add, edit or delete. So I need to use the standard way of doing this which involves a link in the grid which redirects to a separate view that contains all the fields.

How do I add links to the Grid so I can redirect to a different page?

I would also be interested in knowing if it's possible to have the form in a modal Popup over the Grid, but one thing at a time.

This is a sample of my code:

<div id="expensegrid">
</div>
<script type="text/javascript">
    $(function () {
        $("#expensegrid").kendoGrid({
            dataSource: {
                serverPaging: false,
                serverSorting: true,
                pageSize: 10,
                transport: {
                    read: {
                        url: '@Url.Action("ExpenseListJson","Expense")',
                        dataType: 'json'
                    }
                },
                error: function (e) {
                    alert(e);
                }
            },
            height: 250,
            sortable: true,
            pageable: true,
            columns: ["CategoryName", "VendorName", "Amount"]
        });
 
    });
</script>

I don't think I can add them in the columns property.  Any suggestions on how to do this is appreciated.

Thanks,

King Wilder
King Wilder
Top achievements
Rank 2
 answered on 09 Jan 2012
5 answers
299 views
I am trying to add some styling to the grid using row template.

The only one problem is that I cannot figure out how to describe "hierarchy functionalyty column" (little triangle) on the row template.

Any suggestions?

Thanks
Joel
Top achievements
Rank 1
 answered on 09 Jan 2012
1 answer
436 views
hi,
  i just finished reading all the examples and forum, have not attempted creating a line
chart yet, but i have a question.  i'd like to create a line chart with 3 series, and lots of data points.
one data point for every 10 seconds, for an entire day...i think that is about 8,640 data points.

1) should this much data be expected to work?

2) i have read about rotating the axis labels 90 degrees, but i think that will still be crowded.
is there a way to make this  look readable?

3) do you have plans to auto-scale the x-axis?  (slider to zoom in would be great)

thanx very much...pat
T. Tsonev
Telerik team
 answered on 09 Jan 2012
1 answer
143 views
Hi,

I have implemented server-side filtering in my Kendo UI grid. This works fine for multiple filters without any issues. I face a problem when the user clears the filters, server side code is not able to recognize the same. When I used FireBug, I till found the filters present in the url.

Can you please guide me how to identify clear filter command?

Regards,
VR
Rosen
Telerik team
 answered on 09 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
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?