telerik-grid
Name-value pair list with duplicate names to JavaScript object
For submitting the form data to the server from the AJAX call to bind Telerik MVC grid, we can set e.data in OnDataBinding event to a anonymous JavaScript object[详细]
2023-04-08 14:23 分类:问答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 分类:问答Telerik MVC grid problems
Ok, Telerik has some good visual appealing controls, but it damn hard to use and too diferent from html programming.[详细]
2023-04-08 11:01 分类:问答Setting controls in a Telerik GridView cell
Here\'s a concrete example of what I am attempting to do with the Telerik GridView control. Let\'s say I have an application that will read a delimited file (say CSV) which will have n columns. The va[详细]
2023-04-08 05:53 分类:问答Only first letter by DataFormatString
I have a column when I bind enum: <telerik:GridViewComboBoxColumn Header=\"N/U\" DataMemberBinding=\"{Binding VehicleCondition}\" ItemsSourceBinding=\"{Binding Source={StaticResource Locator}, Pat[详细]
2023-04-07 15:54 分类:问答How to Bind a readonly Column for Telerik Grid
I have a telerik grid with a column \"Created Date\".I want this date to be viewable, but not editable, so I set it to ReadOnly.However because it\'s readonly, the property is not bound in my controll[详细]
2023-04-06 10:09 分类:问答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 分类:问答Compare excel data to oracle database c#
I have the following requirements: Read selected colu开发者_开发技巧mns(DetailsId, SentDate, Count) from excel, get data for the respective DetailsId(s) from Oracle database. Show the comparison data[详细]
2023-04-05 14:12 分类:问答Why RadFilter is not detecting Columns correctly?
I am having trouble that RadFilter is not detecting the columns correctly. I bind my RadGrid through code in Asp like:[详细]
2023-04-05 03:10 分类:问答Telerik ASP.NET Ajax RadGrid in MVC and ViewState?
That\'s right, an ASP.NET Ajax control in MVC. I know I know, there are Telerik MVC controls but the Telerik MVC grid doesn\'t have everything I need so I\'m dead set on using the ASP.NET Ajax control[详细]
2023-04-04 18:48 分类:问答