Telerik Forums
UI for ASP.NET MVC Forum
1 answer
152 views
I am able to define autocomplete in grid popup editor and is also able to select value from the dropdown. However when clicking the update button, the selected value is not retrieved (i.e. value is null).

Any one can advise what happens?
Georgi Krustev
Telerik team
 answered on 24 Jan 2013
1 answer
179 views
I try to use this feature on Dropdownlist but unsuccessful. Any one can provide me a working example besides casading demo one.
Georgi Krustev
Telerik team
 answered on 24 Jan 2013
1 answer
111 views
Hello,
if i have in razor this dropdownlist
@(Html.Kendo().DropDownList()
          .Name("category")
          .OptionLabel("Select a product...")
          .DataTextField("ProductName")
          .DataValueField("ProductID")
          .HtmlAttributes(new { style = "width:200px" })
          .DataSource(source => source.Read("ProductListData", "Controls"))
          .Events(ev => ev.Change("change"))
      
                                        
)

how can i use in the same view, the value of the dropdownlist using razor syntax?
i was looking for something like @Html.Kendo().DropDownList("category").Value()...

Regards,
Daniel

P.S:i think i put first this same post also to Web UI\DropDownList,please excuse me.
Petur Subev
Telerik team
 answered on 24 Jan 2013
4 answers
183 views
Hello,

I have a problem with select tag in latest version of Kendo UI (asp.net MVC Q3 2012).

The options could not be selected if I put select options in a model popup

My select options content:
<select name="country" id="country">
  <option value="AU">AU</option>
  <option value="US">US</option>
  <option value="CN">CN</option>
</select>
It was worked in previous version.

Thanks
 
Justin
Top achievements
Rank 1
 answered on 23 Jan 2013
9 answers
1.1K+ views
I am trying to use a NumericTextBox with a nullable decimal. When the numeric text box is left blank, the default "The field <field name> must be a number" message appears.

How can I submit the data with an empty NumericTextBox to pass a null value to my controller?

Thanks!
Jon
Top achievements
Rank 1
 answered on 23 Jan 2013
2 answers
329 views
Currently the grid edit/delete is showing a button with text along with the mouse over effect, what is the best way to replace these button with an images?  The reason is we see that these button takes too much space and would like to replace it with a smaller image so more data can be shown.  TIA.
Sang
Top achievements
Rank 1
 answered on 23 Jan 2013
6 answers
101 views
Hi,

I'm having a problem with paging where the whole data set is return each turn rather than just the records that are due to appear on that page of the grid.

If I connect straight to the model e.g.

var model = new Context();

var reqassess = model.ReqAssesses;

return reqassess;


Then the query will select the top 30 records etc

But in our projects we tend to have a service layer and repositories
Controller:

public ActionResult Products_Read([DataSourceRequest] DataSourceRequest request)
{
            return Json(GetRequests().ToDataSourceResult(request), JsonRequestBehavior.AllowGet);
}

GetRequests method:

var reqassess = reqAssessService.GetReqAssess();
return reqassess;


Service layer:

public IEnumerable<ReqAssess> GetReqAssess()

{

 return _repository.GetReqAssess();

}

Repository

public IEnumerable<ReqAssess> GetReqAssess()

{      
return _context.ReqAssesses.Where(r => r.CompId == "TEST").ToList();
}

When I do it this way it returns the whole dataset everytime, which causes significant performance problems. Are you able to help me with this at all?

Thanks

Ben
Top achievements
Rank 1
 answered on 23 Jan 2013
2 answers
205 views
I'm trying to install Kendo UI MVC server wrappers on an existing MVC project.

I added a reference to my project (pointing to the dll) and I placed the entry in my web.config file. (all of the js and css files are also there)

My views still cannot find the Html.Kendo() methods.  What else can I be missing?

Thanks
kunapa
Top achievements
Rank 1
 answered on 23 Jan 2013
3 answers
777 views
I'm working in a grid with two fields, one for effective date and the other for retirement date with the retirement date defaulting to DateTime.MaxValue. When I edit the field (inCell mode, if that matters) on the effective date all is well and I get what I'm expecting - MM/dd/yyyy format. However, when I edit the retirement date I get the full date and time format no matter how many different places I specify the format. To test this, I changed the date manually and was able to do so up until December 31st, 2099. After that date, the field went blank. Has anybody else noticed this? Ideas for a workaround other than adding a checkbox for the max date in the template?
Vladimir Iliev
Telerik team
 answered on 23 Jan 2013
2 answers
296 views
Can you nest Grid controls inside a tab strip?  Is so, is there an example?
AWL
Top achievements
Rank 1
 answered on 23 Jan 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
MultiColumnComboBox
Dialog
DropDownTree
Checkbox
Slider
Switch
Notification
Accessibility
ListView (Mobile)
Pager
ColorPicker
DateRangePicker
Security
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
SegmentedControl
+? more
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?