Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
117 views
Hi Guys,

Our users may upload a .shp file. To process these type of file you need 3 in total. The 2 other files have the same name but different extensions. I want the user to load the main file (.myFile.shp) and for telerik uploader to go and get the 2 other files dynamically (so long as they are in the same folder on the clients machine)

Does any one know how i can add to the list of files to be uploaded 'on the fly'

Thanks

Harvo
Harvo
Top achievements
Rank 1
 answered on 22 Nov 2012
1 answer
113 views
Hi,
I have a radmaskedtextbox that is intended for gender-input. the desired mask should accept only one of the following inputs: "m", "f", "M", "F", or "" (the empty ("") is obviously necessary to wait for the user to input the gender)

That's it, I can't discover the mask that should provided in the mask property.

Thank you for your help.
Kostadin
Telerik team
 answered on 22 Nov 2012
1 answer
84 views
how search  Menu items 
Princy
Top achievements
Rank 2
 answered on 22 Nov 2012
1 answer
96 views
HI,

I am using multiple telerik rad menu controls in the web application. When the top menu is expanded with the drop down sub menus, some of the menu items are blocked by the current page's rad menu bar. The image below is showing the issue.  Please help me in fixing this.



Thank you,

Srilal Fonseka
Shinu
Top achievements
Rank 2
 answered on 22 Nov 2012
4 answers
146 views
I am using the following sample codes to add a new dock to middle zone successfully. The issue is everytime the new dock is always added at the buttom of the middle zone.

Is there a way to add the new dock at the top of middle zone?

------------------
ScriptManager.RegisterStartupScript(
                    theDock,
                    this.GetType(),
                    "AddDock",
                    string.Format(@"function _addDock() {{
                        Sys.Application.remove_load(_addDock);
                        $find('{1}').dock($find('{0}'));
                        $find('{0}').doPostBack('DockPositionChanged');
                        }};
                        Sys.Application.add_load(_addDock);",
                        theDock.ClientID,
                        this.MiddleCustomZone.ClientID),
                        true);
                
                CreateSaveStateTrigger(theDock);
-----------------

thanks,
Slav
Telerik team
 answered on 22 Nov 2012
2 answers
110 views
Hi,

Hi friend this shanker .Am doing one project  by using telirik controls .It,s fine But my requirement is sms application.I don't know of about that .Please  help me of that requirement  how to do that i think it,s need to web services. how to do that and any sample any solutions pleaser send me p[lease help me it's argent , i complete in  3 days only please help me friends

thanks and regards
shanker.B
Anton
Top achievements
Rank 1
 answered on 22 Nov 2012
1 answer
72 views

Hi,

I have done sample project on radgrid with commanditemtemplate , but I cannot export to excel when i am click on button.

I applied Ajaxmanager ,radscript manager and ajaxpanel to grid.

please find the project below here.
Project .. Click Here

It is redirecting into same page without commanditemtemplate once clicked.
how can i redirect into add/edit pages once clicked on add /edit buttons in the grid.

please help me on this.

Andrey
Telerik team
 answered on 22 Nov 2012
7 answers
423 views
How do I change the Expand Icon to (+) sign and Collapse Icon to (-) sign  for the RadGrid Heirarchy.
Nicolaï
Top achievements
Rank 2
 answered on 22 Nov 2012
2 answers
66 views
Since the last update, we have an exception related to download http://css3-mediaqueries-js.googlecode.com/svn/trunk/css3-mediaqueries.js
Our servers not give us access to this url, and suddenly, there was an exception javaScript that we had not previously been a component  OCX that uses a webbrowser  IE6.


Gadi
Top achievements
Rank 1
 answered on 22 Nov 2012
1 answer
38 views
I am setting the Forecolor of a New Appointment() object, and then applying a recurrencerule.  Only the first event in the range has the Forecolor.  The rest have reverted to white.

Dim da As New Appointment()
...
da.ForeColor = Drawing.Color.Red
...
dim DailyRR As New DailyRecurrenceRule(1, range)
da.End = da.Start.AddMinutes(1)
da.RecurrenceRule = DailyRR.ToString()
RadCal.InsertAppointment(da)

I want all occurrences of this event to have the same ForeColor.  (I also tried BorderColor and BackColor, they are lost as well)

********************************************************************************************

Your recurrence engine is missing a MinutelyRecurrenceRule.  It would very helpful.  Is there some place I can vote on this feature?  I have a handful of events that are 10 and 15 minute increments, if I try to manually add them in a loop, the performance degrades significantly.   
Plamen
Telerik team
 answered on 22 Nov 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?