Telerik Forums
Kendo UI for jQuery Forum
3 answers
191 views
Hello,

Would it be possible to change the stacking of Notifications, so that the next Nofication basicly moves the old Notification to the stacking direction ?
If would like the stacking to work like Toastr demo .

Thanks in advance.
Dimo
Telerik team
 answered on 15 Aug 2014
2 answers
224 views
Pardon my ignorance but what is the reason behind the pattern of using 

var that = this;

in KenodUI? 

that is declared as a local variable so would it not always refer to this when a function on 
a widget is invoked? 

I must be missing something.

Thanks in Advance.
Petyo
Telerik team
 answered on 15 Aug 2014
3 answers
137 views
Hello,

I have attached an image here and I want to create similar screen using kendo ui appbuilder. What is the best approach to accomplish it?

Any suggestion will help.

Thanks,
Nirav
Petyo
Telerik team
 answered on 15 Aug 2014
1 answer
180 views
I use the Visual Studio IDE for development and of course I get warning "swigglys" for custom html tag not using the "data-" attribute prefix.  I know that the base AngularJS library supports adding the data- prefix on attributes or elements.  I tried the prefix with the Kendo Grid and it broke it.  Is there a configuration setting for VS to make that warning go away?  Or is this under development for a future fix?

Thanks, and the Kendo tool-set is awesome, thanks so much for it!!
Petyo
Telerik team
 answered on 15 Aug 2014
8 answers
587 views
Hi,

I cannot seem to find any information on how to get custom MVC 4 unobtrusive validation to work on individual records within a grid (client-side). Server-side validation works correctly, but the client validation function is never called. For built-in MVC validations such as the [Required] attribute it works fine on both the server and client, but any validations I've created myself do not.

I know the grid uses Kendo Validator internally, but I am not sure how to register my custom validation functions with it, if it's not supposed to just pick them up from the ones I've registered with jQuery validate like so:

$.validator.addMethod('dategreaterthan', function(value, element, params)
{
    return dateValidateCore('dategreaterthan', value, element, params, this.currentForm.id);
}, '');
I don't think there's anything wrong with my custom attribute since it works on standard HTML form elements, but I guess I need to do something differently to make Kendo aware of it.

Are there any examples of doing this that I've missed? The documentation doesn't seem to cover using this with the Grid at all.
Daniel
Telerik team
 answered on 15 Aug 2014
1 answer
150 views
Hi,

I've got a problem to get native scrolling to work.
In my App I've got a view, with native-scrolling enabled (because of the "keyboard dismiss" scroll back problem).

On my old Android 2.3 everything works fine, but on Android 4.3 and 4.4 I'm not able to scroll in the view (landscape and portrait).

Is there any restriction how the view must be set up?

<div data-role=" data-use-native-scrolling="true">  
  <div id="chooser">
      <!--- content 1 goes here --></div>
  <div id="metadata">
    <form>
       <!-- formular with listview -->
    </form
  </div>
</div>

Thanks in advance,
Patrick
Petyo
Telerik team
 answered on 15 Aug 2014
1 answer
2.2K+ views
I am using the Angular extensions with the grid.

I have a grid that looks like this:

<div kendo-grid k-options="testGridOptions" k-ng-delay="testGridOptions"></div>

In another directive I created (not shown in my sample) I generate the options for the grid and put the results in $scope.testGridOptions, ex. schema, columns, sorting/grouping/filtering options/etc. This works well and the grid works as expected. However, I actually need to be able to update the grid (schema, columns, data, etc.) based on different things the user can click on. If it was just a few different grid types I'd probably just hide/show them, but this grid needs to be built dynamically. Unfortunately, if I just update testGridOptions the grid doesn't get updated.

Is there a way to force the grid to reload its settings?
Dimo
Telerik team
 answered on 15 Aug 2014
3 answers
298 views
Hi.

Suppose I have a group of controls like (numtextbox, masktextbox and so on). I would like to have the functionality
like in xeditable where it is able to mark some controls as editable and by clicking edit button start edit. After it is possible
either save or cancel. Is there some similiar functionality or I should trace changes for each control separately?

Thanks in advance.

Alexander Popov
Telerik team
 answered on 15 Aug 2014
5 answers
109 views
Is it a bug that the grid does not do a query again for empty strings? for example:

http://demos.telerik.com/kendo-ui/grid/remote-data-binding

if we do a filter for Ship Name as "Hanari Carnes" it will match as expected.
If the filter is then changed to a empty string i would expect it to search null or empty strings... and therefore have no results.

The grid still keeps the filter as "Hanari Carnes" (though you no longer see it seeing as you've now removed it).

Thanks, Matt
Alexander Popov
Telerik team
 answered on 15 Aug 2014
3 answers
271 views
Hi,

I am trying to build a RTL grid with some frozen columns on the right.
When I scroll to the left, the cells position loses orientation with the header (see attached).
I am able to see that the cells always scrolled before the header.

On LTR layout, everything works perfect.

I am using the latest trial version.

Please advice,

Ido.

Atanas Korchev
Telerik team
 answered on 15 Aug 2014
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
Drag and Drop
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
Marco
Top achievements
Rank 4
Iron
Iron
Iron
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
Want to show your ninja superpower to fellow developers?
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
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
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?