Telerik Forums
Kendo UI for jQuery Forum
1 answer
167 views
I need to disable Grid editing dynamically via Jquery/javascript.  How can I get access to those properties at runtime??
Alexander Valchev
Telerik team
 answered on 14 Mar 2012
1 answer
167 views
We have a continuously changing data set on the server, with the total number of rows usually increasing but occasionally being reduced. We return the total number of rows in each json response, and use the datasource schema to dynamically update the total.

This works most of the time, but when reducing the number of rows while the grid is scrolled down causes a stack oveflow in the grid component. This only happens for some page sizes and row counts.

This example emulates a server initially offering 125 rows. When the button is clicked the total number of rows on the server is reduced to 47. The grid crashes with a stack overflow if the grid is scrolled down to the last page before clicking the button:

http://jsfiddle.net/GrhJg/ 
Rosen
Telerik team
 answered on 14 Mar 2012
3 answers
535 views
I am trying to create what I call a "header-filter-row". 

Instead of using the inbuilt filter functionality, I would like to have 1 row over or below(preferably) the column headers, that contains a filtering widget, simple textbox or just plan nothing etc.
This makes simple searching much more efficient(in my opinion) and the enduser have a better overview of what is currently being filtered. Ofcourse the inbuilt filtering is superior in more complex cases. 

Here's an example of what I would like to archive from a competitive product:
http://dhtmlx.com/docs/products/dhtmlxGrid/samples/08_filtering/06_pro_search.html 

This is what i have been able to do so far with Kendo. 
http://jsfiddle.net/cBrpn/1/ 

Here I used the toolbar template, but I don't know how to make the search elements the same width as the columns(without having to explicitly set the width). 

Can you suggest a more dynamic way to achieve my goal ?

Regarding having the "filter-row" below the headers is not my primary concern, but it would be great to have the option though :-)
Sushant
Top achievements
Rank 1
 answered on 14 Mar 2012
1 answer
131 views
Hi,

Say I am showing columns A, B, C in that order.

Is it possible to let the user drag and drop column C before A so that he sees the columns in the C, A, B order?

Edit: I'm talking about doing that on the client-side, i. e. not sending data from the server in the C, A, B order, of course.
Iliana Dyankova
Telerik team
 answered on 14 Mar 2012
1 answer
83 views
The page goes completely blank, if you use tab to navigate between the options of the editor's tool bar. This bug can also bee seen on the online demo of the editor.
Alex Gyoshev
Telerik team
 answered on 14 Mar 2012
1 answer
90 views
Just to let you know that the documentation for the CRUD transport properties is missing the "type" property, which as I understand it is the HTTP method in this context.

I also don't see documentation for the "batch" property on the DataSource itself. Can you explain what this does or point me to the documentation if I missed it?

FYI: I have a typo in the subject--"int" should be "in".

Regards,
Gary
Rosen
Telerik team
 answered on 14 Mar 2012
0 answers
140 views
I want to use Kendo globalized lib with linux OS with java from parsing/formatting number, currency and percentage field value

Should Kendo globalized lib parser method able to parse formatted value of number, currency and percentage using the NumberFormat class of java language and wise-versa?

How culture info generated for Kendo globalized lib means formatting of number/currency/percentage? It is the same kind of formatting that Java produces?

Is globalize lib package uses the same culture info(locale data files) that is used by Java originates ?

Please respond me ASAP
Jitendra
Top achievements
Rank 1
 asked on 14 Mar 2012
0 answers
92 views
Hi,

I have a hidden field whose value is updated on link click. And on this link click I am reloading a entire tab strip for the new value of hidden filed.
The tab which is active is working fine and I am able to set the hidden field's value to the drop down present in the tab.

But when I click on another tab in tab strip having another drop down, I am not able to set the hidden field's value to the drop down in now selected tab.

Please help.

Thanks,
Nikhil
Nikhil
Top achievements
Rank 1
 asked on 14 Mar 2012
2 answers
213 views
Hello,

I was wondering, if just like the drag and drop frameworks, are there plans for a sortable framework, like in jQueryUI? - http://jqueryui.com/demos/sortable/ 

I know that you can sort in a table, but what about being able to sort inside of an element outside of table?

Thank you.
PPCnSEO
Top achievements
Rank 1
 answered on 14 Mar 2012
1 answer
282 views
I want to place a grid inside of a template. I also want it to be able to use URLs to bind to. Is there a best way to do that?

Right now, I am using the template to out put the datasource through stringify and then reparsing it.

I have an object that has a person and a rockoverview.rocks members. since these grids are dynamic and can have multiples on the same page, i need to create a unique id and refer to it uniquely.

$("\#grdStuck#=data.Person.ID#").kendoGrid(
{
   dataSource: JSON.parse('#=kendo.stringify(data.RockOverview.Rocks)#'),
   sortable: false,
   pageable: false,
   scrollable: false
});

I have created an extremely simple example that demonstrates what i am trying to accomplish.
http://jsfiddle.net/aPXsg/5/
Joshua
Top achievements
Rank 1
 answered on 13 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?