Telerik Forums
Kendo UI for jQuery Forum
1 answer
115 views

I found (probably on stackoverflow) that when a user selects a cell, Kendo temporarily assigns a value to the corresponding td element's id. The value of the temporary id ends with "_active_cell". I have code that relies on this being set, and it has worked on many combinations of operating systems and browsers. However, we found that the selected cell's id is not being set on at least one computer with Windows 8 using Chrome.

I have found a reasonable workaround, but I was wondering if I should be able to rely on Kendo setting the id of the selected cell. If so, this may be a bug.

Thanks!

Craig

Kiril Nikolov
Telerik team
 answered on 11 Dec 2015
1 answer
181 views
how can I make kendo ui context menu work with screen reader?
Georgi Krustev
Telerik team
 answered on 11 Dec 2015
4 answers
544 views
Hello
I have some issues with popup display - it is partially hidden outside of browser (overflow: hidden) when picker is near right edge of site. I would like to set popup to display it to be aligned to right side of input instead of default left.

I would like to achieve similar popup behaviour like with RTL, but without RTL.

Regards
Marcin
Augusto
Top achievements
Rank 2
 answered on 10 Dec 2015
1 answer
129 views

Hello all,

I am interested in displaying multiple fields in the textbox portion of the autocomplete control when a user selects the value from the dropdown. I have templatized the dropdown using the template property. I realize one way to do this would be to just create the computed field in my web service and then set the dataTextField property to that field but it seems like there would be a way to do it within the kendo functionality itself. Is this something I can do in the schema perhaps? 

 

Thanks for any guidance.

cra
Top achievements
Rank 1
 answered on 10 Dec 2015
2 answers
4.6K+ views
how to hide column on table grid, but that column show on form create?

Look at this :
schema: {
    model: {
        id: "Id",
        fields: {
            Id: { type: "number" },
            Column1: { type: "string"},
            Column2: { type: "string" },
        }  
    }
},
.......
columns: [
    {
    field:"Column1",
    title: "Column1",
    },
    {
    field: "Column2",
    title: "Column2",
    },
    { command: [{text:"Edit record", name:"edit"}, {text:"Delete record",name:"destroy"}], title: " ", width: "210px" }
]

So, if like that, columns will be show on table and form create are Column1 and Column2
how to make only Column1 is show in table, but on form create Column1 and Cloumn2 is showed

Thank
Dimo
Telerik team
 answered on 10 Dec 2015
1 answer
400 views

Is it possible to put a bootstrap dropdown menu in a grid cell?

 

<div class="dropdown">
  <button class="btn btn-primary dropdown-toggle" type="button" data-toggle="dropdown">Dropdown Example
  <span class="caret"></span></button>
  <ul class="dropdown-menu">
    <li><a href="#">HTML</a></li>
    <li><a href="#">CSS</a></li>
    <li><a href="#">JavaScript</a></li>
  </ul>
</div>

Galin
Telerik team
 answered on 10 Dec 2015
1 answer
86 views

I have a database table that is based on this model:

1.public partial class ClientTableRow
2.{
3.    public Guid Id { get; set; }
4.    public Guid TableId { get; set; }
5.    public Guid UserId { get; set; }
6.    public string RowData { get; set; }
7.    public DateTimeOffset CreatedOn { get; set; }
8.}
 

 The RowData contains JSON.

 The API call which retrieves the data, usually by TableId, modifies the JSON somewhat by adding the record's "Id" and "CreatedOn" fields.  The following javascript gives me much of what I want: 

1.$.get('/Data/GetJsonData/' + tableId, function (data) {
2.    var gridName = '#' + tableId + '-grid';
3.    var grid = $(gridName).kendoGrid({
4.        dataSource: data,
5.        selectable: true,
6.        sortable: true
7.    });
8.});

Visually the grid looks good except for the fact that Id show up in the grid... and since it is a Guid consumes a screen space.

There are 3 goals I'd like to achieve.

  1. I would like to make this grid editable.  However, all the examples I've seen on the demo site have fixed, known fields when they are creating the schema in the datasource as well as defining the columns in the grid.
  2. I'd like to hide the Id.  I know I will need it for editing, deleting, and some other tasks mentioned briefly below.
  3. I'd like to add a "Command" column with edit and delete, as well command to pull further related data based on the record Id.

Is there a way to achieve these goals with the fact that we won't know what the Json data looks like?  The only fields that will ever be consistent are the Id and the CreatedOn date since they are attached to the Json before it's sent to the grid. (It *is* safe to assume that all Json data with the same TableId are similar.)

 

 

 

 

Boyan Dimitrov
Telerik team
 answered on 10 Dec 2015
3 answers
242 views
Hello, 
I want to show the column selector not on every column header but in seperate div (maybe popup / or kind of floating toolbar) 
How can I achieve that? 
Thanks
Stephen
Top achievements
Rank 2
 answered on 10 Dec 2015
5 answers
496 views
I've prepared a little demo here:
http://70.43.83.4/test/split.html

On clicking the "turn" button it almost does what is needed but not quite..
Is there something I do wrong or is it a bug or not implemented?
(I call the "size" after change because by documentation it redraws the splitter)

Thanks.
 Raido
Dimo
Telerik team
 answered on 10 Dec 2015
3 answers
150 views
This has to be about as basic as it gets. How does one determine the item selected in the "change" event handler?
Kevin
Top achievements
Rank 1
 answered on 10 Dec 2015
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
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
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?