Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
72 views
Is ther any way to style the update/cancel images in the RadGrid inline-edit mode so that there is more space (padding) between them?
Albert Shenker
Top achievements
Rank 1
Veteran
Iron
 answered on 30 Nov 2011
4 answers
1.1K+ views
Hello - I've actually now managed to skin the Scheduler control - however, when I go to edit an existing event in the scheduler, I get:

Telerik.Web.UI.DatePickingInput with ID='dateInput' was unable to find embedded skin with name 'PaleGreen'.

PaleGreen being my custom skin. Now - the skin actually works for the scheduler but the scheduler is obviously generating a nested control of it's own which it assumes should inherit the skin - it looks like it's not inheriting the skin properly.

Also- for a Telerik.Web.UI.DatePickingInput  which set of skin files should I add?

Thanks.
Jon Shipman
Top achievements
Rank 1
 answered on 30 Nov 2011
2 answers
51 views
I am writing code that needs a box like the ComboBox but with different functionality.  Can someone tell me how to accomplish this?  (either with ComboBox or some other Rad control)

Users will type text they wish to search for in a textbox/combobox type field.  I want it to give common (preset and known) choices that match what they are typing as they type (Like ComboBox Filter function).  If what they wish to type is in the list that appears, I want the user to be able to select it.  So far, this is just like the ComboBox, but here is the hitch.  If what they type is not in the list I want to return the text they type.  I do not want to require them to select form the preselected list, I just want it to help them from what others have searched for in the past.

I hope I said this clearly enough.  I appreciate your help.

P
pjDev
Top achievements
Rank 1
 answered on 30 Nov 2011
2 answers
106 views
Hi,

I need to have my own custom upload window instead of build-in one in FileExplorer control.
Can you please provide snippet of how I can cancel the default window popping and replace it with my own RadWindow.

Also, one my custom window uploads files, I will need the parent window where all files are visible to be refreshed so newly added files are visible there as well. What would be a snippet for that?

Thanks!
brian
Top achievements
Rank 1
 answered on 30 Nov 2011
2 answers
68 views
Hi
If I do server side validation by using RadInputManager and a code like this : 
radInputManager1.InputSettings[0].Validate(txtName);
                if (!radInputManager1.InputSettings[0].IsValid)
                        return false;

(radInputManager1.InputSettings[0] does a regular expression validation on txtName)

and if the posted data was invalid (by disabling javascript in client or any why that that the user bypassed the javascript validation)
Can I be sure that the validation is done correctly on the server side?
I mean , can user manipulate the regular expression or IsRequired field in a way that cause server side validation return InCorrect result too ?

Thank you very much for your feedback
reza
Top achievements
Rank 1
 answered on 30 Nov 2011
1 answer
70 views
Good evening,
when i installed the new version i noticed that when using RTL on any top level element of the thextbox (table, body html, ...) it is not working corrctly (a blank space appearing on the right of the textbox).
so i have to make the top level element of the textbox dir=RTL and align=right, then i have to put the dir attribute of the textbox to RTL.
this way i solved the problem but it is taking a lot of time.
Galin
Telerik team
 answered on 30 Nov 2011
2 answers
185 views
Hi,
I am working with div-based pages and RadRotator and wanted to ask the following:
Can any image overlap part of RadRotator with image?

Attached is the requirement:
Black = RadRotator
Red = Image within RadRotator
Green = Overlapping image

I've been playing around with css but with no avail. Any help will be greatly appreciated.

Thanks.

-Haris
Haris
Top achievements
Rank 1
 answered on 30 Nov 2011
4 answers
185 views
I have an application where I have 4 different Rad List Boxes.  I need to be able to drag and drop items from any one list box to any other, and fire a code behind event.  I'm transferring items, not making a copy and it seems like I have to establish a 'source' to 'destination' relationship for that.

Is it possible to do what I need?

Dave
Dave
Top achievements
Rank 1
 answered on 30 Nov 2011
4 answers
206 views
Hi,
I try to use custom paging in radgrid with hierarcy. If i use just paging everthing works fine. But if i use custum paging, the main table works fine with virtualitemcount property, but can not paging in sub tables.

This is my grid properties.
 <telerik:RadGrid ID="GvwItems" runat="server" ClientIDMode="AutoID" AutoGenerateColumns="False" GridLines="None" EnableLinqExpressions="False" Skin="Office2007" AllowPaging="True" AllowCustomPaging="true" PageSize="25" AllowSorting="True">
 
This is NeedDataSource Event
If IsExpanded = True OrElse e.IsFromDetailTable = True Then
GvwItems.VirtualItemCount = MyTable.Rows(0).Item("RCount")
Else
GvwItems.MasterTableView.VirtualItemCount = MyTable.Rows(0).Item("RCount")
End If


Tsvetoslav
Telerik team
 answered on 30 Nov 2011
2 answers
43 views
Hi...I have a question...is possible use telerik with google earth plugin?

I have tried to open a radwindow in a page with google earth, but the visualization is very strange, the layers is mixed.

I have attached an image, thank you for support.
Slav
Telerik team
 answered on 30 Nov 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?