Telerik Forums
Kendo UI for jQuery Forum
1 answer
776 views
HI,
how to remove or hide specified row values(1 row,7th row,19 row) in kendoGrid.is this possible to remove..?

  $("#grid").kendoGrid({
                                width: 1500,
                                dataSource: data.d,
                                resizable: true,
                                rowTemplate: kendo.template($("#stTemplate").html()),
                                height: 790,
                                dataBound: stThruGrid,
                                selectable: true,
                                columns: [
                                                { title: 'Name', field: 'Name', width: '20%', sortable: true },
                                                { title: 'ActValue', field: 'ActValue', width: '12%', sortable: true },                                        
                                          ]
                            });
Iliana Dyankova
Telerik team
 answered on 11 Dec 2012
3 answers
440 views
This code in my view is not producing a visible dropdown list in the browser:

edit template code
 @(Html.Kendo().DropDownList()
                .Name("Sex")
                .BindTo((System.Collections.IEnumerable)ViewData["Sexes"])
                .DataValueField("SexId")
                .DataTextField("SexName")
                
            )


resulting html
<input id="Sex" name="Sex" type="text" value="2"/>
<script>
jQuery(function(){jQuery("#Sex").kendoDropDownList({dataSource:[{"SexId":1,"SexName":"Male"},{"SexId":2,"SexName":"Female"}],dataTextField:"SexName",dataValueField:"SexId"});});
</script>

What am I doing wrong here?  Please help :)
Vladimir Iliev
Telerik team
 answered on 11 Dec 2012
2 answers
200 views
Mobile application development.

we have item images in (SQL SERVER) data base and we want to show item information along with image in to list view control.
Can we use kendo ui to show images from database.

Please reply as soon as possible.




Thanks & Regards
raman singla
figueiredorj
Top achievements
Rank 1
 answered on 11 Dec 2012
1 answer
442 views
Hi,

I have a Grid whose data source is an javascript array of objects. How to enable Deletion alone in this Grid ? When I add "destroy" and say "editable" as True then it is allowing editing of cells also. I do not want editing of cells.

Also the alert to delete repeats itself and the row is not getting deleted in the javascript array. Any reason why ?

Thanks.
Alexander Valchev
Telerik team
 answered on 11 Dec 2012
2 answers
178 views
i cannot upload with kendo upload in ie .
ie not suport ??
alireza
Top achievements
Rank 1
 answered on 11 Dec 2012
3 answers
114 views
When an $ajax call is made in a view's show or beforeShow event, how/when/where should we navigate to another view from the $ajax success or error callback?  What I am currently doing does not work properly.

Consider the following example with 3 views:

initialView
errorView
ajaxView

  • user starts on initialView and clicks a link to navigate to #ajaxView
  • ajaxView does an $ajax call in its beforeShow event.  
  • on success, the $ajax success callback does some processing and the view is displayed
  • on error, the  error callback evaluates the error and navigates to #errorView
The above steps don't work.  errorView is not displayed.  Here is the jsfiddle for above.


Petyo
Telerik team
 answered on 11 Dec 2012
1 answer
78 views
how to get the ID(Primary Key) of the row in the grid.
Alexander Valchev
Telerik team
 answered on 11 Dec 2012
6 answers
164 views
Team,
First let me start off by saying thank you for this great product you have released!

I wasn't sure whether to place this here or in the UserVoice area so I'm sorry if i have chosen incorrectly.

Issue:
When using the KendoUI Web Grid there appears to be an issue (perhaps due to my own issues) when using reorderable (not documented at http://www.kendoui.com/documentation/ui-widgets/grid/configuration.aspx) and groupable. They do not appear to be able to work in unison. Reorderable will work as intended but the dynamic grouping functionality will not. The grid does properly display the grouping bar but the drop action is being considered invalid since it is not being done in the column header area.

Thanks in advance for anything that can be done about this.

Daniel
jose
Top achievements
Rank 1
 answered on 11 Dec 2012
1 answer
273 views
Hi.
I'm using TreeView in a right to left page. but it is not showing as expected. This is the HTML I'm using:

<div class="k-rtl">
    <div id="accessTree"></div>
</div>

I'vs attached an image of what I see in Chrome.
I have managed to get it working by these lines of CSS:

.k-rtl .k-treeview .k-plus, .k-rtl .k-treeview .k-minus, .k-rtl .k-treeview .k-plus-disabled, .k-rtl .k-treeview .k-minus-disabled
{
    float: right;
}
.k-rtl .k-treeview .k-item
{
    padding: 0 16px 0 0;
}

The second image shows the tree after applying the css.
Am I missing something or this is an issue?
Thanks in advance.
Mahmood
Top achievements
Rank 1
 answered on 11 Dec 2012
1 answer
148 views
My problem is
I have this pattern in json format
{"data":[{"name":"John","street":{"street_name":"Square"},"id":"9"},{"name":"Annita","street":{"street_name":"Half"},"id":"8"}]}
How i cant show the street_name like a column in the grid without dropdown it is a field information 
thanks
I do not know if I explained well

Hardeep
Top achievements
Rank 1
 answered on 10 Dec 2012
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
Dialog
Chat
DateRangePicker
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
Top achievements
Rank 1
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ivory
Top achievements
Rank 1
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
YF
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Top achievements
Rank 1
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ivory
Top achievements
Rank 1
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
YF
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?