I have Telerik RadGrid with a custom edit form. In my edit form there is a RadDatePicker to which I have added a custom footer template containing a \'Today\' button.
I am looking for some ASP.NET Ajax Controls (similar to those by Telerik) that, unlike those those by Telerik, st开发者_C百科ill provide some level of functionality when the end user has javascript di
How can I change the height of textbox in telerik:combobox control? This is the code I\'m using: <telerik:RadComboBox ID=\"ifgcboSearch\" runat=\"server\" Width=\"430px\" OnItemDataBound=\"ifgcbo
I have a GridBoundColumn that I would like to be bound to 2 fields so that I can display the two fields in one column.I would like to do something like the following:
The documentation only shows how to bind to an IEnumerable (which uses linq to page and sort) ... but I need to go against a sproc because expressing the query I\'m working on with linq is proving to
Here is what I want to achieve: I have RadGridView, let\'s call it gridView, with two columns - first contains ordinary text (GridViewDataColumn), second is a GridViewComboBoxColumn. Each row consist
I have 2 libraries and one of them is a core library with some core persistent objects such as Person, Address, etc.I have another library which contains some different persistent objects that need to
Here is my code. I\'m able to find Asp.net UserControl and play with attributes but I need to call specific method inside of 开发者_C百科it. Can anyone tell me how to do it?
I\'ve been trying to solve a problem. I have a rather slow loading set of nested datarepeaters that take a couple minutes to fully render. I need to have a cancel button.
I am using telerik q1 2010 radcontrols. I want to show both Date and Time in RadDatePicker . 开发者_如何学PythonPLease suggest me what should I do. Use RadDateTimePicker for this purpose.