Telerik Forums
Kendo UI for jQuery Forum
1 answer
123 views
I am currently evaluating the grid control and am having trouble implementing one of the requirements we have. Our server side data source contains data that is continually updating. When using the virtual scrollbar, the first time you scroll through the dataset, it will request data for the missing rows which is good. The problem is, when you scroll back through the dataset, no new data is requested. It seems to be cached internally in the control. In our case this data is stale and needs to be requested again. 

Here is what I have tried so far:
  1. Using pageable.refresh and clicking the refresh button manually does request new data. But I need to do this programatically.
  2. Using the refresh api on the grid in response to a scroll event does not request new data. It does not appear to be performing the same operation as the refresh button above.
Is there any way to clear the cache or otherwise force a read() of my datasource in this scenario?
Alexander Valchev
Telerik team
 answered on 08 Apr 2013
2 answers
115 views
I have a couple of grids that are keyboard navigatable and have combobox custom editors. Keyboard navigation works fine while moving between cells and hitting enter to select a cell to edit and even hitting enter to select an item on the combobox after navigating with the keyboard works fine.

Hoewever, if you use your keyboard to select an option from the combobox and then hit tab, the selected option is not preserved, basically Tab acts the same as the Esc key on IE9 and IE10. This does not happen in either Chrome or Firefox, but unfortunately our corporate users are all using IE9 so they are getting very annoyed by this since it seems like a natural thing to do when using keyboard input.

Here's an modified example taken from your demos where you can see this behavior.

http://jsbin.com/agowir/2/

Thank you
OmarOrnelas
Top achievements
Rank 1
 answered on 08 Apr 2013
2 answers
564 views
I'm having a problem with the kendo grid. We are storing sorting and filtering in a DB and then restoring it when the user comes back to the page. Both sorting and filtering work correctly on the grid, however, the filtering icon doesn't change for the filtered column(s). The sorting indicator does work properly, it displays the arrow on the column, but the filtering doesn't display.

One thing I noticed while putting together a test for you guys to look at is that if you click the column filter once and close it, after that it starts working, but if you only apply the filter to the datasource initially and don't click the icon, it doesn't change.

You can look at my example (taken from your default examples) here.
http://jsbin.com/equbeg/1/

Thanks,
Omar
OmarOrnelas
Top achievements
Rank 1
 answered on 08 Apr 2013
1 answer
90 views
Porting a working app from iOS/Android to WP8. showLoading() does something. I see a darkgrey bar across the center of the screen. But I don't see the spinning loading wheel. Is there a trick to this? Is this a known problem?
Kamen Bundev
Telerik team
 answered on 08 Apr 2013
1 answer
119 views
The text fields on my forms have no blinking cursor so you can't figure out what the insertion point is. The fields work. I can input text. But just no blinking cursor. The background is black on WP8 - so perhaps the cursor color needs to inverted??? Is this a known problem? Is there a fix?
Kamen Bundev
Telerik team
 answered on 08 Apr 2013
1 answer
53 views
Hi,
Please see my code
It is calling every change rather work locally.
@(Html.Kendo().Grid<iFacilitiesDemo.Models.sp_Result>()
        //@(Html.Kendo().Grid<iFacilitiesDemo.Models.Task>()
    .Name("Grid")
             .BindTo((IEnumerable<iFacilitiesDemo.Models.sp_Result>)ViewBag.Products)
    .Columns(columns =>
    {
        //columns.Bound(p => p.Building);
        columns.Bound(p => p.Job_No);
        columns.Bound(p => p.Company);
        columns.Bound(p => p.Status);
        columns.Bound(p => p.Manager);
        columns.Bound(p => p.Client);
    })
    .Groupable()
    .Pageable(pager => pager
            .Input(true)
            .Numeric(true)
            .Info(true)
            .PreviousNext(true)
            .Refresh(true)
            .PageSizes(true)
            )
    .Sortable()
    .Scrollable()
    .Filterable()
 )
Dimiter Madjarov
Telerik team
 answered on 08 Apr 2013
4 answers
560 views
I added a custom validation function for field Discount.
The problem is that the confirmation alert inside the validation function seems to make validation trigger multiple times, so that user has to confirm again and again to make popup editor go away.

Jfiddle demo here: http://jsfiddle.net/uBfQ3/1/

To reproduce:

1. Edit discount field to more than 20 and hit update
2. Observe Confirm-popup triggering several times and popup editor is still present after hitting OK in all these windows
3. Hit update and observe yet another confirmation pops up
4. Hit OK and observe that popup editor finally goes away
Lars Lykke
Top achievements
Rank 1
 answered on 08 Apr 2013
3 answers
274 views
Hi All,

I am using Kendoui upload control (Async mode) in my asp.net application.I am able to successfully upload file using Google chrome,Firefox and IE10 but in IE9 file uploads successfully but success event of kendo upload does not fire and it always goes to error event.

kendo upload make ajax call to asp.net apiController where I have written sub which does not return.

so I get response with no content as mentioned in documentation to have empty response for success but still success event does not fire in IE9.

Please help me to fix this issue.

Regards
Imran





Dimo
Telerik team
 answered on 08 Apr 2013
1 answer
113 views
Hi there!
here (http://docs.kendoui.com/getting-started/using-kendo-with/aspnet-mvc/helpers/grid/ajax-editing)  you show an example of showing Validation Errors in Kendo.  I have two questions about your example:
- After the Server Update fails, Update/Cancel Buttons are hidden and Edit is shown.  Is it possible to capture the error event and keep the Update/Cancel buttons visible?
- If the server-generated error is added to the model via AddModelError, is it possible to show the error in the cell instead of using the alert?

Thank you very much for your assistance!

Daniel
Telerik team
 answered on 08 Apr 2013
3 answers
328 views
Hello,

Does it give a way to create a sidebar menu like in Facebook app? 

The sidebar should take all the height of the screen and push all main content on the right when it opens.

If somebody has an example of this working in jsbin/jsfiddle or on a page, I would like to see it ;-).

Thanks,
Bastien
Sebastian
Telerik team
 answered on 08 Apr 2013
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
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?