Telerik Forums
Kendo UI for jQuery Forum
3 answers
200 views
Hi

When I create a grid with Virtual scrolling + Batch Editing, I edit a few fields and I do scroll, the k-dirty cells remain fixed in the grid instead of following the edited cells.

You can try it in this example of code:
http://jsfiddle.net/M6VmL/3/


I think I've solved it by modifying the k-dirty CSS class.
http://jsfiddle.net/M6VmL/4/ 


Greetings

 
Dimo
Telerik team
 answered on 21 Jun 2012
2 answers
1.0K+ views
I am using JSON.stringify to create a value stored in a database on the server side.  When the value comes back and is placed in datepicker the value does not look right.

This fiddle mimics the process.
http://jsfiddle.net/RichardAD/jfugG/

Something wonky is up because the datepicker icons don't appear and the css is barfed.

I also tried using obj.data('kendoDatePicker').value().getTime() for storage and that didn't not work either.

How do YOU serialize and deserialize dates used with DatePickers ?
Richard
Top achievements
Rank 1
 answered on 21 Jun 2012
0 answers
114 views
Hi,
I need to vertically center a div in a mobile page (data-role="view"). I've tryed lot of solutions from google but no one do it :(
please help me!
thanks a lot

mauro
Mauro
Top achievements
Rank 1
 asked on 21 Jun 2012
1 answer
186 views
I have spent a lot of times looking through the forums and do not see any specific references to WCF Data Services and issuing batch updates from grid add/inserts.  I guess I will start by asking is this supported as the documentation is lacking?

I am using WCF Data Services and would like to see a CRUD example using batch updates on a remote data source.  Inline editing works ok, but for interface response it would be nice to reduce the number of clicks needed while editing.

Any help would be appreciated.
Nikolay Rusev
Telerik team
 answered on 21 Jun 2012
3 answers
172 views
Kendoui,

I have built a data service using .NET (windows authentication behind it).  I can query the web service fine in a browser, via a normal jquery call (none Kendoui template) but when I come to use the service from the Kendoui Grid sample I do not receive back any rows.

How can I pass authentication through to the web service?  I have used Kiddler and it is stating no WWW-Authentication headers are present etc.

Thanks.

Iliana Dyankova
Telerik team
 answered on 21 Jun 2012
1 answer
112 views
Please just correct following strings for:

sr-Latn-ME:

days: {
                    names: ["neđelja","poneđeljak","utorak","srijeda","četvrtak","petak","subota"],
                    namesAbbr: ["neđ","pon","uto","sri","čet","pet","sub"],
                    namesShort: ["ne","po","ut","sr","če","pe","su"]
                },

and for sr-Cyrl-ME:

days: {
                    names: ["неђеља","понеђељак","уторак","сриједа","четвртак","петак","субота"],
                    namesAbbr: ["неђ","пон","уто","сри","чет","пет","суб"],
                    namesShort: ["не","по","ут","ср","че","пе","су"]
                },

other is OK.
Georgi Krustev
Telerik team
 answered on 21 Jun 2012
2 answers
62 views
Hi

My time picker dropdown does not work (shows all values without a scroller) in any of the mobile devices. works on all browsers in the PC/Mac. What am I missing?

regards
Georgi Krustev
Telerik team
 answered on 21 Jun 2012
0 answers
114 views
How do I display an OK/Cancel dialog box when click close button (X) in popup editor?

Thanks
Safak
Top achievements
Rank 1
 asked on 21 Jun 2012
0 answers
152 views
I have an existing datasource as following , 

var data;    
      data = new kendo.data.DataSource(
      {
          type: "odata",
          pageSize: 5,
          endlessScroll: true,
          scrollTreshold: 30,
          transport:{
                       read: {
                           url: "http://odata.netflix.com/Catalog/Titles",
                           dataType: "jsonp",
 
                           data: {
                               Accept: "application/json"
                           }
                       }
                   }
 
               });

I want to create other datasource from this data source. I tried 
var data1 = new kendo.data.DataSource({
                    transport: {
                                   read: data.data()
                                    
                                }
                          });
                 data1.read();

it is throwing exception then I tried 
var data1 = new kendo.data.DataSource({ read: data.data()});
               data1.read();

It is throwing exception in all case.  My req is to create a filtered datasource from existing datasource .

Thanks 
Dhananjay Kumar
Dhananjay
Top achievements
Rank 1
 asked on 21 Jun 2012
0 answers
66 views
We are evaluating the KendoGrid as a candidate solution for a data application currently under design.  The dataset behind this application has a lot of columns.  Therefore, when we initialize the kendogrid, we want to be certain that the columns we ask for in the columns: setup only retrieves those columns from the OData service we have requested.  Typically this is done with a $select=col1,col2 syntax with OData.  For example, the following KendoUI sample feed supports this syntax:

http://demos.kendoui.com/service/Northwind.svc/Orders?$select=EmployeeID

to only return the EmployeeID from the service. 

We set the grid up, and have just a few columns defined.  When we watch the traffic in Fiddler however we can clearly see that the "full dataset" is being returned from the UI. Ideally, whatever we define in the columns: or schema: configuration arguments should filter down what's returned from the OData service. 

Does KendoGrid support this?  What would the configuraiton look like?

Michael
Top achievements
Rank 1
 asked on 21 Jun 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
Chat
MultiColumnComboBox
Dialog
DateRangePicker
Checkbox
Timeline
Drawer
DateInput
ProgressBar
MediaPlayer
ImageEditor
TextBox
OrgChart
Accessibility
Effects
PivotGridV2
ScrollView
Switch
TextArea
BulletChart
Licensing
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
FloatingActionButton
CircularGauge
ColorGradient
ColorPalette
DropDownButton
TimeDurationPicker
ToggleButton
ContextMenu
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
DateTimePicker
RadialGauge
ArcGauge
AICodingAssistant
SegmentedControl
+? more
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?