telerik-mvc
Telerik MVC Grid inside TabStrip not working on Mozilla Firefox
I am trying to use Telerik MVC Q2 TabStrip which contains a Telerik MVC Grid within it. The Grid is returned in a Partial View by TabStrip\'s LoadContentFrom(). The Grid is based on ajax binding mode[详细]
2023-04-12 04:27 分类:问答Set Text/Val not appearing in Text Input until clicked/focus (jQuery)
I have a checkbox which updates totals on a page based on whether it\'s checked or unchecked. On one part of my form, I would like to zero out a Telerik Numeric TextBox (Text Input field) if the user[详细]
2023-04-11 18:32 分类:问答telerik datetime format in custom grid editor template is not correctly passed to controller
I have a custom editor template for a vehicle part that is used in a telerik grid for insertion in mvc3 razor. The editor template includes a datetime field. On insertion of a new vehicle part the dat[详细]
2023-04-11 12:22 分类:问答Telerik MVC DatePicker in a Grid
I have a Telerik MVC DatePicker in a Telerik Grid.I want to let the users be able to delete or \"clear out\" the date.This is not working.There is some validation that prevents it.The type of the mode[详细]
2023-04-11 12:20 分类:问答Telerik MVC Grid: Getting the Parent Row after a ComboBox OnChange event during inline editing
I have an parent child Telerik MVC grid.In the child grid I have a 开发者_开发知识库ComboBox.In the OnChange event of that comboBox, I need to lookup the value of something and populate another column[详细]
2023-04-11 02:59 分类:问答ASP MVC 3 Telerikgrid sending Rowvesion(byte[]) to controller
I have a telerik MVC 3 grid, that contains checkbox column. if the user select multiple items and clicks a button, i need to send the id and byte[] timestamp(for concurrency) to the controller. user c[详细]
2023-04-09 16:07 分类:问答View Database Columns via Checkbox WebFrom and Cookies
I am using the telerik MVC template and have a database that has a huge number of columns and the telerik grid does not have a horizontal scroll bar, so I created checkboxes for the user to select exa[详细]
2023-04-08 13:11 分类:问答Nested EditorTemplates in Telerik MVC Grid Edit Popup Window Not Displaying in Custom Edit Template
I have a grid using AJAX DATABINDING. When I issue a POPUP EDITING command with TEMPLATENAME SPECIFIED my NESTED EDITOR TEMPLATES are not populating.[详细]
2023-04-08 05:17 分类:问答How do I override the Telerik MVC Grid editor popup when using ClientTemplates and AjaxBinding
I\'ve got a list of user roles that I\'m trying to display in my grid column and trying to set up a custom template for in the edit pop-up.[详细]
2023-04-07 12:15 分类:问答How to pass complex type data on Ajax binding
Telerik ASP.NET MVC Q2 2011 I have a grid which is Ajax bound: @(Html.Telerik().Grid<IUser>() .Name(\"UsersGrid\")[详细]
2023-04-05 15:05 分类:问答