Telerik Forums
UI for ASP.NET AJAX Forum
5 answers
216 views
New RadControls user here still learning the controls ins and outs.

I'd like to know if there is a way to have two different insert forms.  I have a requirement that would allow the user to be able to insert a single record or enter records in a batch type mode. 
For example: In single the user may input:  Title, Volume Number, Issue Number

In a batch mode the user would input:  Title, Volume Number Start, Volume Number End, Issue Number Start, Issue Number End

I'm assuming to do this I'd have to somehow assign a secondary link command to "Batch Insert" and somehow hook this up to the Grid to allow for a secondary insert popup to appear.

Is this possible?  Are there any examples that would help me solve this requirement or point me in the right direction.

thanks
M S
Top achievements
Rank 1
 answered on 18 Jun 2010
2 answers
203 views
Hi,

I was using asp.net rad controls to 2008 Q1, and then we decide to migrate to prometheus to take benefits of the new features, but since this, the control RadAjaxTimer is missing !
Where is this control ? I can't found it in the assembly Telerik.Web.UI.dll
And also not only this control is missing, AjaxLoadingPanel too

Where are they ? How to resolve the problem ?

What is the standard procedure to migrate from asp.net rad controls to prometheus ?

Regards,
Alexandre
Kellen
Top achievements
Rank 1
 answered on 18 Jun 2010
4 answers
104 views
Is there a way to use RadScheduler in MVC without using WCF or webservice? Also I wanted to know weather if all the Rad controls for ASP.NET Ajax can be use in ASP.NET MVC without using Webservice or WCF.
Edward
Top achievements
Rank 1
 answered on 18 Jun 2010
1 answer
235 views
Hello Telerik Team,

I am trying to bind multiple datasources to the RadScheduler. For my code below, I am able to able to bind either Sharepoint List or Just SQL. Please help me correct my code so that I can support both datasources on the RadScheduler. Thanks.

       DataSet dS = new DataSet();      
                   DataTable dT = listItems.GetDataTable(); 
                   dS.Merge(dT);         
                   
     dT.Columns.Add("FromSql"); 
 
 
                   SqlDataAdapter myCnd = new SqlDataAdapter();    
                   myCnd = new SqlDataAdapter("select tID, tDATE, tTITLE, dDATE from myTable", strConn);  
                   DataSet dS1 = new DataSet();       
                   myCnd.Fill(dS1);          
                   foreach (DataRow row in dt.Rows) 
                   { 
                     
                       DataRow custdRow = dT.custdRow(); 
                       custdRow["ID"] = row["tID"].ToString(); 
                       custdRow["Title"] = row["tTITLE"].ToString(); 
                       custdRow["strtDate"] = row["tDATE"].ToString(); 
                       custdRow["endDate"] = row["dDATE"].ToString(); 
 
                       custdRow["FromSql"] = "Retrieve"
 
                       dT.Rows.Add(custdRow); 
 
                   } 
                   dS1.Merge(dT);        
                   dS.Merge(dS1,true);            
                 //RadScheduler1.DataSource = dT ;                   
                   RadScheduler1.DataSource = dS;   
                  
                  RadScheduler1.DataKeyField = "ID"
                  RadScheduler1.DataStartField = "strtDate"
                  RadScheduler1.DataEndField = "endDate"
                  RadScheduler1.DataSubjectField = "Title"
                  RadScheduler1.DataBind(); 

smith spd
Top achievements
Rank 1
 answered on 18 Jun 2010
2 answers
149 views
I have an application using the advanced form and all is working rather well :)
My question is this - the customer has hinted they are going to want to be able to open the schedule page and have it automatically load an appointment in the edit mode of the advanced form. Any ideas? Suggestions?
Kevin Price
Top achievements
Rank 1
 answered on 18 Jun 2010
3 answers
104 views

I've read some of the other post on using the JavaScript and addfile event on the upload to make the layout have a description and title above it, but I've having a hard time laying out the upload so that when you add multiple files it lays out more like a grid row.. like the attached image.

Anyone have something that would add a description row for each upload control in row fashion?  The image shows the first one only.
Genady Sergeev
Telerik team
 answered on 18 Jun 2010
4 answers
87 views
Hello,

For some reason, if with <MonthView AdaptiveRowHeight="false" VisibleAppointmentsPerDay="3" MinimumRowHeight="200" />, I am getting script running slow, do you want to continue running the script? message in both IE and firefox... what do you expect may be causing this?

Thanks.
Peter
Telerik team
 answered on 18 Jun 2010
4 answers
146 views
I want to clear all the cells (or set select indexes) based on clicking on a link in a cell in the row.  I want to do this client side.  I have an onclientclick event on an asp:link in a template column in a grid

 </telerik:GridTemplateColumn> 
                     <telerik:GridTemplateColumn UniqueName="Clear" HeaderText=""
                        <ItemTemplate> 
                            <asp:LinkButton runat="server" ID="lnkClear" OnClientClick="RowClear(this);return false;" Text="Clear"></asp:LinkButton> 
                        </ItemTemplate> 
                    </telerik:GridTemplateColumn> 

In the RowClear javascript function, I want to get the row and then the GridDataItem based on the link.  Then I want to be able to access all the cells in the row.  Can you give me a pointer as to how to get to the other cells from the cell that contains the link that was clicked.  I think it has to do with getting the parent, but just coding sender.parent doesn't work.

Thanks for your help!
Rebecca Peltz
Top achievements
Rank 1
 answered on 18 Jun 2010
4 answers
164 views
I am using a radWindow for modal pop up functionality.  I am able to successfully set the script to run after the window closes using the "add_close" method.  The script executes on the parent page and calls the script that has a call to a function declared as a callback reference function using the VB.NET Page.ClientScript.GetCallbackEventReference.

How can I get the RaiseCallbackEvent to fire?

Thanks,
Ed Sudit
Edward Sudit
Top achievements
Rank 1
 answered on 18 Jun 2010
1 answer
34 views
hello,

i have radcombox in ajax modalpopup.
when i run my aplication radcombox can change item using keyboard but not working mouse.
so..
plz help me....
Kalina
Telerik team
 answered on 18 Jun 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?