Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
69 views
Hi
I think will be great to have some new events related to toolbar buttons: OnDleteClicking(ed),  OnUploadClicked, etc.
These will provide an easier way to interact with control.
Hope this helps in some way.

Dan
Dobromir
Telerik team
 answered on 14 Nov 2011
2 answers
95 views
Hello,

I have latest 2011 version of telerik controls. I have also registered Telerik.Web.UI namespace in my ascx/aspx pages. But when I try to use telerik controls the tags are underlined as if they are not recognized. I found in other discussion threads that adding telerik.charting dll to the bin folder does solve the problem, but I am not able to find this dll in my local computer. Could anyone guide me to its location. 

Thank you
Saquib Mohammed.
Saquib
Top achievements
Rank 1
 answered on 14 Nov 2011
3 answers
85 views
I have placed 2 listboxes (w/ transfer) inside a radPanelBar and when you switch the expanded item the listboxes remain on the screen during the transition and don't disappear until after the transition completes.

Not critical - but thought it was worth throwing out there in case you had a solution (or wanted to fix this in the next SP release.)

Bill
Peter Filipov
Telerik team
 answered on 14 Nov 2011
5 answers
50 views
Hi every body,

Are your .net ajax components compatible with the Google Ajax crawlable synthax?
http://code.google.com/intl/fr/web/ajaxcrawling/docs/getting-started.html

 
Sebastian
Telerik team
 answered on 14 Nov 2011
5 answers
1.5K+ views
Hi, I need to perform some operations on the databound event of my RadListView however the event args do not include a data item unlike other args of the databound event, which event can I use to access the data item on databound?
Veli
Telerik team
 answered on 14 Nov 2011
1 answer
195 views
I saw the Transparent skin on the RadGrid Demo page and wanted to implement it in my project but it is not an option under the Skins list.

When I look in the Telerik Project Configuration Wizard it says that the current RadControls version is v.2011.2.915.40 and it is not included until the Default Skins or in the Skin packs.

How do I get it as an option?
James Campbell
Top achievements
Rank 1
 answered on 14 Nov 2011
8 answers
294 views
Hello.  I am trying to set up the RadCalendar to have custom mouseover tooltips on certain special days.  I have seen the example at http://demos.telerik.com/aspnet-ajax/tooltip/examples/tooltipcalendar/defaultcs.aspx, but I would like to set up everything on PageLoad, rather than having the tooltips on demand.  I am unclear as to how all the various elements would fit together. 

Currently I am setting the special days as follows:
foreach (DataRow dr in dtEvents.Rows)
           {
               RadCalendarDay NewDay = new RadCalendarDay(RadEvents);
               NewDay.Date = DateTime.Parse(dr["date"].ToString());
 
               NewDay.IsSelectable = true;
               NewDay.ItemStyle.CssClass = "specialDay";
               NewDay.ToolTip = dr["title"].ToString();
               RadEvents.SpecialDays.Add(NewDay);
                
           }


Thanks in advance!

-Angie
Angie
Top achievements
Rank 1
 answered on 14 Nov 2011
1 answer
1.1K+ views
Hi,

I am new to telerik,I have implemented a calender with RadDatePicker and wanted too disable future dates.
For that in the pageload of the page I wrote this code:-

if

 

(!Page.IsPostBack)

 

{

 

this.radDatePicker1.MaxDate = DateTime.Today;

 

}

I checked it was working fine,for further testing ,I changed the system date to various dates and found that it was fine.
But after two days when I again checked,this code seemed to have no effect as all future dates are enabled.

Can anyone please let me konw how can I achieve my task?

Thanks,
Tarang
Andrey
Telerik team
 answered on 14 Nov 2011
7 answers
139 views
I've been asked to make a web version of an old VFP Windows application. The requirements include having a daily timeline with the times being the X axis and days being the y axis.
I'm attaching a screenshot of the windows application. Can I approximate this with Rad Scheduler? I don't necessarily need the whole answer, but if someone could point me in the right direction for setting this (or letting me know if it can't be done). Thanks!
Plamen
Telerik team
 answered on 14 Nov 2011
3 answers
109 views
I've been struggling with this problem for over day. While I have figured out a workaround, I wonder if anyone can explain whether there is a better way to handle it.

I have a RadGrid that is bound to a DomainDataSource. The DomainDataSource is linked to a service (LinqToEntitiesDomainService<T>) and specifically to a function in the service that returns IQueryable<Computer>, where "Computer" is an entity in our application.

In testing, I found that when the service query returned one or more "Computers", RadGrid behaves fine. However, the query function was coded (in C#) to return null when no "Computers" matched certain criteria. In this case, RadGrid did not behave as I expected. The RadGrid control would either appear as a single horizontal borderline on my page (i.e., it apparently collapses to zero height). If I set a fixed height on the control, it would then appear as an empty box.  I *thought* RadGrid was supposed to display my NoRecordsTemplate when the dataset was empty OR null. 

My workaround (discovered by accident) was to change the service function so it returns a deliberately empty query. Lo and behold, now RadGrid displays my NoRecordsTemplate exactly as intended!

What's the deal with RadGrid and a null (not empty) dataset? Is this expected behavior? If so, how did I miss that in the documentation?

I am not particularly happy about fiddling with the service function logic. I wonder if there is another workaround I can make to handle a null dataset? For instance, can I handle one of the RadGrid events and substitute an empty collection of some sort?

Thanks for any insights.

Jeff
Marin
Telerik team
 answered on 14 Nov 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Edmond
Top achievements
Rank 1
Iron
fabrizio
Top achievements
Rank 2
Iron
Veteran
RobMarz
Top achievements
Rank 2
Iron
Fakhrul
Top achievements
Rank 1
Iron
Tejas
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Edmond
Top achievements
Rank 1
Iron
fabrizio
Top achievements
Rank 2
Iron
Veteran
RobMarz
Top achievements
Rank 2
Iron
Fakhrul
Top achievements
Rank 1
Iron
Tejas
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?