So I\'ve got the following column defined in my radgrid: <telerik:GridTemplateColumn DataField=\"Payment.Customer.FirstName\" DataType=\"System.String\"
I am currently highlighting a row in a radgrid using OnMouseOver. I would like to know if it 开发者_如何学编程is possible to use OnMouseOver to select the row rather than highlight it.
Since the Grid filter is case-sensitive, i used the code below Rad开发者_开发技巧Grid1.GroupingSettings.CaseSensitive = false;
How to replace cell value with their description. This is my grid <telerik:RadGrid ID=\"RadGrid1\" runat=\"server\" DataSourceID=\"SqlDataSource1\" GridLines=\"None\">
I have a rad grid where I can insert/update and delete items of data. i have set up a CommandItemTemplate with a button that, when clicked will put the grid in edit mode.
I have a telerik grid which is performing operations like searching,sorting,filtering etc. To make customers happy, we开发者_StackOverflow put this control in an ajax panel for seamless experience.
I wanted to ask what is the best practice to manage width of the radGrid. For my application most users are running 1280 x 1024 so I would be happy to set my overall grid width to1100.However, depend
I\'d like to have a normal table to look like RadGrids, is there an easy way I can use the RadGrid styles (keeping theming i开发者_C百科n mind)?Using a tool like Firebug, you can inspect the table gen
I\'m utterly new to APS.NET and in particular the MVC model...! I have a Telerik RadGrid control that I\'m using. Until now (following NerdDinner) I was having the Model passed back to the view and
I am using Telerik RadGridView in my project. I want to showimage in column. GridViewImageColumn col1 = new GridViewImageColumn();