Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
108 views
Hi When will the download of the MOSS wrapper be updated for the Q1 2009 release ??

Thanks

Chris
Stanimir
Telerik team
 answered on 13 Apr 2009
6 answers
128 views
Hello.

I am evaluating the RadScheduler (and have been for a few weeks). I have basically copied one of the demos from Telerik and published it out to a simple web hosting package I have at GoDaddy. Everything works OK, *except* when I try to make an appointment recurring. The functionality works just fine locally, but when I publish it out to GoDaddy, I get an error here:

for(var _62 in Page_Validators){

that says 

Page_Validators is undefined

Can anyone shed light on why this might happen?

Thanks.
Brian
Brian
Top achievements
Rank 1
 answered on 12 Apr 2009
1 answer
143 views
Hi,

In RadGrid I can't find the RowDataBound function.
In fact, in each binding of data, I would like to color in different way the row.

My code was (with a grid) :
 

Protected

Sub GridViewDevis_RowDataBound(ByVal sender As Object, ByVal e As GridViewRowEventArgs) _

 

 

Handles GridViewDevis.RowDataBound

 

 

If (e.Row.RowType = DataControlRowType.DataRow) Then

 

 

Dim item As DataRowView

 

item = e.Row.DataItem

 

If item.Row.Item(10) = False Then

 

e.Row.CssClass =

"ligneRouge"

 

 

End If

 

 

End If

 

 

End Sub

Can you help me ?
Thanks

Jean-Yves

 

Bruno
Top achievements
Rank 2
 answered on 12 Apr 2009
4 answers
112 views
Hi All

I have a button to "Export To Pdf"

While clicking it
{
radgrid.MasterTableView.ExportToPdf();

is given, and a set of statements to send email and etc etc.

Here at this line i want to cancel the ExportTopdf
}

Is there any option

-Anto
Bruno
Top achievements
Rank 2
 answered on 12 Apr 2009
0 answers
144 views
HI,

I'm trying to define business hours per day (default and variable) and add appointment in this business hours (or content appointments in others appointments (with business hours)), it's possible with scheudler?

there are multiple hours, for example:

Some day: 1/2/2009 (business hour)
09:00-12:00
14:00-18:00
20:30-23:30

Add task to this day in this hours, if some task is around 4hours, and start at 09:00 it mus be finished at 13:00h...

Thanks!
insomnia
Top achievements
Rank 2
Iron
 asked on 12 Apr 2009
3 answers
157 views

 

<telerik:RadToolBarSplitButton runat="server" Text="XYZ"

 

 

ImageUrl="~/Portals/icons/help1/Stats2.png" ID="Selector1" EnableViewState="true">

I have set the above EnableDefaultButton to true

So each time I select sub-button it will become the defaut button

In the code behide i want to save current default text value into cookie what is the command? 

the cloest i get is,

 

"Selector1.defaultbuttonindex"

but it only gave me the integer of current default button, i need to get text value.

Ifdev02
Top achievements
Rank 1
 answered on 11 Apr 2009
0 answers
65 views
Hi,
I devoloping internet site use with tabstrip. I developing on windows server 2003 and vs 2008 (this is my office system). My home should developing on microsoft vista ultimate and vs 2008. However i copy site from computer in my office to my home computer that rad tabstrip get error.

Error: "rmpUrunDetay" could not be set on property "MultiPageID".

But "rmpUrunDetay" is multipage control and no problem worked in my office computer.

What is the problem?

error image --> Error Image
shows to image;  Type of "rtsUrunDetay" is RadTabStrip, type of "rmpUruDetay" is RadMultiPage.
Tolga AYKURT
Top achievements
Rank 1
 asked on 11 Apr 2009
2 answers
80 views
A scheduler control in an ascx being loaded in a Microsoft UpdatePanel.

On initial load it displays correctly in IE 7 and Safari 3 but not in FF 3 or Chrome.
Once your click on a nagivation control like Next day it will render correctly from then on.

Project info:
.NET 3.5 SP1
Telerik 2009.1.402.35
MS Ajax
Ajax Controls Toolkit
NEX
Top achievements
Rank 1
 answered on 11 Apr 2009
6 answers
157 views
Hi All

I have a radgrid with datas and two buttons (Export to pdf) and (Send Email)

While clicking (Export to pdf) the pdf opens with the datas

While clicking (Send Email). I have done all the things same as export to pdf. After that I have done sending the email options.
and doing the attachment etc,. So after doing all these things I have to callback the Export to pdf.

My coding

protected

void Button5_Click(object sender, EventArgs e)
{

 

rgvReport.MasterTableView.ExportToPdf();

//Now I have done the coding for sending the email attachment etc

//It is been taken when the pdf is generating.

//Atlast

-----
Here i want to cancel the exportToPdf
-----
}

Is there any way for it

-Anto

Anto (DLL Version : 2008.3.1314.35)
Top achievements
Rank 2
 answered on 11 Apr 2009
2 answers
87 views
Hi All

I have a button to "Export To Pdf"

While clicking it
{
radgrid.MasterTableView.ExportToPdf();

is given, and a set of statements to send email and etc etc.

Here at this line i want to cancel the ExportTopdf
}

Is there any option

-Anto
}
Anto (DLL Version : 2008.3.1314.35)
Top achievements
Rank 2
 answered on 11 Apr 2009
Narrow your results
Selected tags
Tags
+? more
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?