Telerik Forums
UI for ASP.NET MVC Forum
4 answers
236 views
We want to build a grid having google like filtering, is it possible and what is the best way to wrap the code around the current kendo ui grid to accomplish this?  TIA.
e.g.
ASP.NET Ajax Grid Google Like Filtering
Tito
Top achievements
Rank 1
 answered on 28 Aug 2012
0 answers
124 views
nevermind
PAUL
Top achievements
Rank 1
 asked on 28 Aug 2012
5 answers
379 views
The attached sample project is based on your sample of submitting a grid in a form post along with other elements.  I've changed it to use a Popup edit mode to add records to the grid, and have specified a custom editor template for this popup.  It contains two comboboxes, the idea being that to add a product to the order, the user selects a category, and then the products combobox should be populated with the products linked to that category.  But the second combobox remains disabled and it's Read method never fires. (I've taken the code for the cascading from the Kendo demo for Cascading Comboboxes.)  Please advise why this does not work.
Mike
Top achievements
Rank 1
 answered on 28 Aug 2012
1 answer
203 views
Hi,
I have been using trail version for past 15 days. Now i have purchased it. But i want to make dynamic and configurable dashboard using chart controls. As in iGoogle, one can add widgets by selecting from list , close , maximize and configure accordingly to needs.
I need to show this to my client so that client will be ready to purchase also. Kindly can you share any dummy project or provide some source code with scripts. I have tried but could not find any success.
Georgi Krustev
Telerik team
 answered on 28 Aug 2012
3 answers
151 views
Hello,

We are in the process of converting a website from your AJAX controls to Kendo but we have hit a snag when it comes to the Editor.  The Kendo Editor lacks many of the features that the AJAX editor has - mainly filebrowsing for images & documents.  Is there a plan to have this functionality in Kendo?  If so, when can we expect this?

Thank you,
David A
Dimo
Telerik team
 answered on 27 Aug 2012
1 answer
122 views
Hi,

I use code from kendo mvc grid inline editing example.
When I save first time is ok but when I save second time first record is writen one more time into database.

I run kendo grid exapmles project to be sure that I didnt make any mistakes  when I copied code.
I noticed that same error is also on examples.

Any idea?

Tomaz
Top achievements
Rank 1
 answered on 25 Aug 2012
6 answers
680 views
Hi,

I've posted this on wrong forum, so I'm re-posting here.

A field of my Kendo UI Grid cannot be duplicated. On Telerik Extensions for ASP .NET MVC I was using Remote validation and it was ok.
Now, using KendoUI, this field is not validated on client, just on server. The problem is that, after clicking Update button, grid looks like changes were accepted, but if you see the response of ajax call, you realize that the error message is there, but it isn't displayed because it's no more on edit mode.

Something similar occurs on the example provided with Wrappers for KendoUI, Collumn Settings (http://localhost:53702/razor/web/grid/columnsettings). If I edit a row, change any field's value and click on Update, it looks like changes where accepted, but an alert is showed: "Errors: The value '1/17/2012 12:00:00 AM' is not valid for Last supply". I know I can fix it refering the right culture file, but it's not the main problem.
The problem is that it should display this error during edit mode, using Kendo Validation, to be clear for the user that this data was not updated.

How to achieve this behavior?

Tks
Daniel
Top achievements
Rank 1
 answered on 25 Aug 2012
12 answers
523 views
See attached screenshot.  Not sure when this started happening. but it is.  here is my code.

<div class="widgetContent">
        @(Html.Kendo().Grid<ContactViewModel>().Name("contact-list")
            .DataSource(dataSource => dataSource
                .Ajax()
                .Read(read => read.Action("_Index","Contact"))
            )
            .Columns(columns =>
            {
                columns.Bound(c => c.LastName).Groupable(false).Sortable(false).Template(temp =>
                {
                    return Html.ActionLink(temp.LastName ?? "org?", "Details", new { id = temp.ID });
                });
                columns.Bound(c => c.FirstName).Groupable(false).Sortable(false);
            })
            .Pageable()
            .Sortable()
        )
    </div>
CAM
Top achievements
Rank 1
 answered on 24 Aug 2012
7 answers
334 views
We are evaluating the trial version of the Kendo MVC extensions and determining if we should move forward and purchase or not.

I'm trying a simple example of a grid of phone numbers and their type (work, home, cell). We are using pop-up editing, and using an editor template for our phone view model. The problem we are experiencing is that if the user doesn't change the default value that is displayed in a Kendo DropDownList within the pop-up, the value does not get posted back to the server. If I use the exact same editor template with the Kendo Window rather than the Grid pop-up, the default value of the DropDownList will be posted back. 

Is this a bug with the Kendo Grid pop-up editor?
G_P
Top achievements
Rank 1
 answered on 24 Aug 2012
0 answers
137 views
Hi All,

Please help me on this ,

i want show some values on popup window while mouse over on grid headers.

Thanks & Regards,
Narasimha

pnara
Top achievements
Rank 1
 asked on 24 Aug 2012
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
+? more
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?