Telerik Forums
Kendo UI for jQuery Forum
1 answer
263 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
109 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
89 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
97 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
295 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
90 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
163 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
3 answers
698 views
I want to focus on the first input field while popup editing.  why this code is not working?
thanks.

​ $("#gdAccessSetup").kendoGrid({
dataSource: adminDataSource,
sortable: true,
pageable: true,
//height: 200,
edit: onGridEditingSetup,
toolbar: ["create"],
columns: [
{ field: "Username", title: "Username", width: "150px", attributes: { style: "text-align:left" }, editor: usernameAutoCompleteEditor },
{ command: ["edit", "destroy"], title: "&nbsp;", width: "200px" }],
editable: "popup"
});

function onGridEditingSetup(arg) {
arg.container.find("input[name='Username']").attr('maxlength', '20');
arg.container.data('kendoWindow').bind('activate', function (e) {
arg.container.find("input[name='Username']").focus();
})
}
Kiril Nikolov
Telerik team
 answered on 15 Jul 2014
1 answer
90 views
Hello,

I cannot switch view from inside an actionsheet. Please, check http://jsfiddle.net/dLsJa/1/

Button outside of actionsheet works. But if a link is inside of an actionsheet it does nothing.

Are there any workarounds?

Thank you
Kiril Nikolov
Telerik team
 answered on 15 Jul 2014
3 answers
234 views
I have an issue with Autocompletes whereby the suggestions drop-down box partially obscures the input box. This seems to only be an issue on MVC4 projects, when running the exact same code on an MVC3 project the display is fine. The attached image shows what's happening.

I have the latest version of kendo CSS and js files referenced within the project.

Can you let me know which part of the CSS needs to be tweaked in order to rectify this issue?

Thanks
Rick
Top achievements
Rank 1
 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
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
MultiColumnComboBox
Chat
DateRangePicker
Dialog
Checkbox
Timeline
Drawer
DateInput
ProgressBar
MediaPlayer
ImageEditor
TextBox
OrgChart
Effects
Accessibility
PivotGridV2
ScrollView
BulletChart
Licensing
QRCode
ResponsivePanel
Switch
Wizard
CheckBoxGroup
TextArea
Barcode
Breadcrumb
Collapsible
Localization
MultiViewCalendar
Touch
RadioButton
Stepper
Card
ExpansionPanel
Rating
RadioGroup
Badge
Captcha
Heatmap
AppBar
Loader
Security
TaskBoard
Popover
DockManager
FloatingActionButton
CircularGauge
ColorGradient
ColorPalette
DropDownButton
TimeDurationPicker
ToggleButton
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
ContextMenu
DateTimePicker
RadialGauge
ArcGauge
AICodingAssistant
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?