Telerik Forums
UI for ASP.NET MVC Forum
3 answers
176 views
Are there limitations to the ASP.NET MVC Wrappers in contrast with just using pure jQuery/Javascript?  Reason I ask is because the sample page shows pop up binding and it has examples for HTML, but none for ASP.NET MVC wrapper.
Dimo
Telerik team
 answered on 01 Mar 2013
4 answers
368 views
Hello again,
i noticed that for a bit(boolean) type i have the text true/false in the grid column.Is it possible to have the same checkbox like in edit mode?and if true then to be checked,if false  not,also to change the text from true/false for example to  yes/no ?

Regards,
Daniel
Daniel
Top achievements
Rank 1
 answered on 01 Mar 2013
1 answer
201 views
Hi,
The js culture file is named: kendo.culture.se-SE.min.js and also the tags inside it.
But is that really correct, shouldn't it be named: kendo.culture.sv-SE.min.js?

Regards,
Mattias
Mattias
Top achievements
Rank 1
 answered on 01 Mar 2013
1 answer
173 views
http://demos.kendoui.com/web/grid/editing-inline.html

Guess what guys your demo shows exactly what I want to do..... I want to have an editable check box that shows yes or no just like the above demo. Guess what the parts that make the demo that I need to see are not a public part of the demo. Another great job guys.Not that it matters but our trial ends tomorrow and I just don't think we will buy it. 

If I wanted to:

A. Search for 5 hours looking for other people who have already suffered through finding the answer
B. Rebuild my own stuff so that it works the way I want

I surely wouldn't buy Kendo UI
Dimo
Telerik team
 answered on 01 Mar 2013
7 answers
293 views
Hi, 

I am new to Kendo and a little confused. I want to use my existing ASP.NET MVC skills to do Mobile App development. Kendo UI Complete seems like the best option for me.

I read in your help docs/blogs that Kendo UI Complete includes Kendo Mobile (which seems to be the collection of mobile widgets).

However, I read a forum post suggesting that there are no wrappers for Mobile - what does this mean? Can someone explain the difference please..

Thanks
Alexander Valchev
Telerik team
 answered on 28 Feb 2013
7 answers
414 views
Hi,

I have a grid with editing set to popup. The model bound to the grid has a user defined field object (consisting of an ID and description) with its own custom editor (created in the shared folder) as 2 dropdownlists cascaded. (example the grid has a field called car which is composed of manufactureID and manufactureDescription and modelID and modelDescription)

I have two issues:
1- I am not able to get the data selected from any of the dropdownlists to be passed correctly to the user defined field of the grid. It always returns null.
2- How can i use cascaded dropdownlists for "dropdownlistsfor" knowing that the name property for this dropdownlist is becoming complicated as shown by firebug for example car_manufactureID-listbox. Changing the cascade property to this name doesn't link to the dropdownlist but when specifing another name the cascade feature is working.

I believe that my issue might be in the name of the dropdownlist but it is not working even when i remove the dropdownlist name completely


Best regards,
Sameh
Vladimir Iliev
Telerik team
 answered on 28 Feb 2013
1 answer
270 views
Hi,

I'm using a Kendo grid with MVC. The grid is in batch editing mode using Open Access.
One of the requirements is the possibility to undo an accidental row delete while editing. The delete confirmation is not enough.
When a user edits a lot of rows and accidentally deletes a row, the only option is to cancel the changes. However all changes in the grid are rolled back. 

I have implemented a simple undo by hiding the row in the grid and saving the dataitem in a javascript queue.In a SaveChanges event I pop the remaining items on the undo queue and programmatically delete the items.

However if the user changes the filter options of the grid the 'hidden' deleted rows become visible again as the filtering options also hides and unhides rows.

Anyone have an idea for implementing a row undo that survives filtering and sorting ?

Regards,
Marcel
Daniel
Telerik team
 answered on 28 Feb 2013
1 answer
306 views
Hi, i have three questions:
1)
i have a grid as follows:

Html.Kendo().Grid<CustomerModel>()
 .Name("Grid")
    .Columns(columns =>
    {
        columns.Bound(p => p.Name);
        columns.ForeignKey(p => p.StateId, (IEnumerable)ViewData["States"], "Id", "Name").Filterable(true).Title("State");
        columns.Command(command => { command.Edit(); command.Destroy(); });// edit/insert and delete buttons
    })

I want to be able to to trigger all actions by keyboard. While it works on the input fields, it seems i cannot use the Tabulator Key to traverse my buttons.

2)
 I want to be able to save rows by hitting the "enter" key on my keyboard. This should work when the cursor is somewhere in the row. This is a problem when i have controls like combobox or datepicker inside my row because there you use the "enter" key to select entries. Is there a way to only bubble the keyup event to the row when the dropdownbox'/datepicker's state is != open? (it should only bubble the event when the enter key is hit while i am not selecting a value).

3)
The above mentioned column for the stateID is of type long? (nullable). I already found out that there is a problem when i want to insert a new line because the combobox tries to set the value to the whole object - not only the null value. Is there an official solution to this problem, because like this, the control is not really useable .... (even though you said in another thread that this is the intended behaviour).

best regards,
daniel
Petur Subev
Telerik team
 answered on 28 Feb 2013
4 answers
179 views
The combobox only seems to post its value if the property is of type string when it's in a grid popup window.  In my case i'm using ServerFiltering(true) on the combobox.  The value should be a long and the property is a long, but unless i make the property a string the value will not post. 

Attached a sample project.

Sorry if this is repeated somewhere, I searched for a while.

Thanks.
Chris
Top achievements
Rank 1
 answered on 27 Feb 2013
3 answers
266 views
Hello,
here's the part of the code from the template...
@(Html.Kendo().DropDownListFor(model => model.EmailType)
          .Name("EmailType")
          .BindTo(Enum.GetNames(typeof (EmailTypeEnum)).ToList())
                 )

When the popup is shown from an edit command, the value that is selected does not show in the grid after I click "Update". I can see the orange indicator that the fields is being edited in the grid, but the value is not shown.
If I do need to use a datasource object, can I use emuns as the underlying data type? If so please show an example.

Thanks

 

 

 

 

 

 

)

Petur Subev
Telerik team
 answered on 27 Feb 2013
Narrow your results
Selected tags
Tags
Grid
General Discussions
Scheduler
DropDownList
Chart
Editor
TreeView
DatePicker
ComboBox
Upload
MultiSelect
ListView
Window
TabStrip
Menu
Installer and VS Extensions
Spreadsheet
AutoComplete
TreeList
Gantt
PanelBar
NumericTextBox
Filter
ToolTip
Map
Diagram
Button
PivotGrid
Form
ListBox
Splitter
Application
FileManager
Sortable
Calendar
View
MaskedTextBox
PDFViewer
TextBox
Toolbar
Dialog
MultiColumnComboBox
DropDownTree
Checkbox
Slider
Switch
Notification
Accessibility
ListView (Mobile)
Pager
Security
ColorPicker
DateRangePicker
Wizard
Styling
Chat
DateInput
MediaPlayer
TileLayout
Drawer
SplitView
Template
Barcode
ButtonGroup (Mobile)
Drawer (Mobile)
ImageEditor
RadioGroup
Sparkline
Stepper
TabStrip (Mobile)
GridLayout
Badge
LinearGauge
ModalView
ResponsivePanel
TextArea
Breadcrumb
ExpansionPanel
Licensing
Rating
ScrollView
ButtonGroup
CheckBoxGroup
NavBar
ProgressBar
QRCode
RadioButton
Scroller
Timeline
TreeMap
TaskBoard
OrgChart
Captcha
ActionSheet
Signature
DateTimePicker
AppBar
BottomNavigation
Card
FloatingActionButton
Localization
MultiViewCalendar
PopOver (Mobile)
Ripple
ScrollView (Mobile)
Switch (Mobile)
PivotGridV2
FlatColorPicker
ColorPalette
DropDownButton
AIPrompt
PropertyGrid
ActionSheet (Mobile)
BulletGraph
Button (Mobile)
Collapsible
Loader
CircularGauge
SkeletonContainer
Popover
HeatMap
Avatar
ColorGradient
CircularProgressBar
SplitButton
StackLayout
TimeDurationPicker
Chip
ChipList
DockManager
ToggleButton
Sankey
OTPInput
ChartWizard
SpeechToTextButton
InlineAIPrompt
TimePicker
StockChart
RadialGauge
ContextMenu
ArcGauge
AICodingAssistant
SmartPasteButton
PromptBox
SegmentedControl
LLM Kit
+? more
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?