Hi Telerik Team,
We use Telerik ASP.net controls in our project. We found the Image Editor doesn’t work well on web farm environment. In our production server, we uses Image Editor three ways.
1. RadEditor -> Image Manager -> Image Editor
2. Using customizing existing Image Manager dialogs Image Manager -> Image Editor
3. Using Image Editor directly
The first and third ways works perfect but the second way doesn’t work on web farm environment. You can check attachments for the source code and fiddler screen shoot.
Any clues?
Thanks in advance,
Lan
Hi,
My Datapager is using:
<telerik:RadDataPagerButtonField FieldType="FirstPrev" />
<telerik:RadDataPagerButtonField FieldType="Numeric" PageButtonCount="5" />
<telerik:RadDataPagerButtonField FieldType="NextLast" />
Instead of arrows, how can I show them as text?
I wish to change from < 1,2,3,4,5 > to PREV 1,2,3,4,5 NEXT
Thanks.
Hi,
How can I populate a ‘dropDownList’ inside a radGrid from the code behind?
The custom form template is as follows:
<FormTemplate> |
<asp:Label ID = "lblContact" runat ="server" text = "Contact"></asp:Label> |
<asp:DropDownList ID="ddlContacts" runat ="server" DataValueField ="Description" DataTextField ="description"/> <br/><br /> |
<asp:Button ID="btnSubmit" runat ="server" Text ="Submit" /> |
<asp:Button ID="btnCancel" runat ="server" Text ="Cancel" /> |
</FormTemplate> |
In the code behind I have the following:
Private
Sub RadGridService_NeedDataSource(ByVal source As Object, ByVal e As Telerik.Web.UI.GridNeedDataSourceEventArgs) Handles RadGridServices.NeedDataSource
Dim objContacts As Array |
'Gets data from web service |
objContacts = objReceptionBureauService.getAllContactsForEmployee("EmployeeID") |
Dim contacts As DropDownList = TryCast(FindControl("ddlContacts"), DropDownList) |
contacts.DataSource = objContacts |
contacts.DataBind() |
contacts.DataTextField = "Description" |
contacts.DataValueField = "Description" End Sub |
Hi all
Don't ask - operation reasons, but I have rad combo box with checkboxes, is it possible to only allow a single checkbox to be selected?
A bit like turning off multiselect, which isn't a property.
Andy
We are using radmenu on our website. However when using on mobile browser, radmenu dropdown can not be opened when touched to main menu items. We have searched over many forums, blogs. etc. We couldn't find any solution. We have updated the dll files to the final version but again it did not work.
What should we do to overcome this problem. Our mobile clients can not use the menu and we have to solve their problem immediately.
Thank you for your help.
Kind regards,
We are binding a list<string> as the combobox datasource, however the values do not display as a list. In some cases there are 3 values on the same row, is there specific CSS which will rectify this issue in IE, FireFox and Chrome?
Kind Regards
Caolan