Telerik Forums
Kendo UI for jQuery Forum
3 answers
130 views
Hi
  Just for confirmation, it seems to work ok

Assume we have something like this:

<div id=theContents>
  <input type=button id=theButton>

    <script>
      $('#theButton').kendoButton()
    </script>
</div>

If this div is replaced with another copy via ajax (i.e. it's in an MVC partial file) is this safe as far as kendo is concerned?

i.e. when the kendoButton function is called it obviously changes the html around the button but are those changes limited to inside the div, are there stray bits of html floating around outside of the div, possibly at the body level, which could cause problems later?

thanks
Kamen Bundev
Telerik team
 answered on 16 Jul 2014
10 answers
5.0K+ views
Hi,

I have searched the web and the forums but I just don't get how to do this.

I load a tree from a datasource and each tree element has an attribute with 'data-id="xx"'. Where xx is a unique id number. The tree is drawn fine. I can select the first row in the tree with  'treeview.select(".k-first");'

But I want to select the tree item with id = 9125. How on earth do you do that? It should be so easy but I just don't get it.

Thanks
Dan
Top achievements
Rank 1
 answered on 15 Jul 2014
11 answers
1.0K+ views
How do I create a custom icon to be used on a button using a font icon?

Thanks
Mark
Top achievements
Rank 1
 answered on 15 Jul 2014
1 answer
303 views
I am finding how to put a footer template in ComboBox. I need to put a checkBox in the footer because I want to change my filters when the user  input a text. If checkBox is checked I have to find in different way. Any suggest? Obviously I hope the footer is always visible when the user display the items list.
Alexander Valchev
Telerik team
 answered on 15 Jul 2014
4 answers
118 views
Hi everybody, I try to set up a grid with both groupable and sortable column but in IE (from 10>) I've notice that when I'm dragging a header in the group bar I cannot drop it. It seems that the dragged object is the "<a>" tag while it shul be the "<th>" one.

Does anybody have a behaviour like this?

Thank you,

Simone Cherici
Simone
Top achievements
Rank 1
 answered on 15 Jul 2014
1 answer
100 views
Hi,

I have the following code:
<ul id="panelbar">
        <li>
            <span class="k-link k-state-selected">Grammer</span>
            <div class="panelItem">
                <textarea class="fillDiv">
                </textarea>
            </div>           
        </li>
        <li>
.
.
.

Which I initiate as a panelBar, but the div loses the class assigned. is this by design?!

I am trying to make the text area fit the panel width, I was able to do that using this kendo UI Dojo example, but when trying to use the same code on default Telerik MVC project it did not work. Any idea?

Thanks.



Kamen Bundev
Telerik team
 answered on 15 Jul 2014
1 answer
118 views
I'm currently experiencing an issue using filterable in conjunction with editable using c# and mvc.  After applying a filter and editing some data in a cell.  When the filter is removed, the cell that I edited no longer possesses the edited cell/k-dirty-cell class, but the data persists.  What's the best solution for this?  I would like for that class to remain after the filter is removed
Dimiter Madjarov
Telerik team
 answered on 15 Jul 2014
1 answer
315 views
Hi,

I am building a mobile app with KendoUI, and now we are asked to build a immediately message chat functionality in our app, I am wondering whether the current Kendo UI solution support that requirement or not? As now I haven't found such example on this site.

Regards,
Qiu,Juan
Kiril Nikolov
Telerik team
 answered on 15 Jul 2014
1 answer
102 views
hello everyone 
iam using the asp.net mvc grid and 
I want to disable the overlay effect when a user clicks on 'edit'In popup mode,
 is there a setting to do that?It looks like the default setting on pop up mode is
to use the overlay, and disable the rest of the page.

//my code //

@using mysite.Models

@(Html.Kendo().Grid<UserViewModel>().Name("users_grid").Columns(c =>{
c.Bound(u => u.UserID);
c.Bound(u => u.FirstName);
c.Bound(u => u.LastName);
c.Bound(u => u.Email);
c.Bound(u => u.Address);
c.Bound(u => u.Phone);
c.Bound(u => u.UserName);
c.Bound(u => u.UserTypeDisplay).ClientTemplate("#: UserType.Display #").Title("User Type");
c.Bound(u => u.Company);
c.Command(command => { command.Edit(); command.Destroy(); });
})
.DataSource(d=> d
.Ajax()
.Read("ManageUsersajax", "Account")
.Update(u => u.Action("UpdateUserData", "Account"))
.Destroy(x => x.Action("Delete", "Products"))
.Create(c => c.Action("Create", "Products"))
.PageSize(5)
.Model(m =>
{
m.Id(u => u.UserID);
m.Field( u=> u.UserTypeDisplay).DefaultValue(
ViewData["defaultUserType"]);

})
)
.Pageable()
.Groupable()
.Sortable()
.Editable(e => e.Mode(GridEditMode.PopUp)
)

.ToolBar(t => t.Create())
)

//my code //
Rosen
Telerik team
 answered on 15 Jul 2014
4 answers
234 views
Adaptive rendering. Seems neither the grid or the scheduler work well when in landscape on android 4.04

For the grid, the paging does not appear at all.  For the scheduler, the times of the day in day and week view are less then in portrait.

Thanks, Marty

Petyo
Telerik team
 answered on 15 Jul 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?