Telerik Forums
UI for ASP.NET AJAX Forum
6 answers
159 views
It seems the selecting a tab by hotkey and by tab click to behave differently when using Multipage and RadAjaxManager displaying a loading panel.
Tab click works fine: a callback happens and the loading indicator appears over the current page content.
Using hotkey: a callback happens but the current page content is collapsed and hidden right after the pressing the key, and the loading indicator doesn't appear.

Please comment.
Vlad
Telerik team
 answered on 29 Jul 2008
2 answers
150 views
Hi,

I have a solution with several web applications in it. One of the applications is the "parent web app" and the others are are children of the parent. I have the web.config file in the parent but in the children, by design, there should be no web.config files.. Everything works fine, even with Telerik's controls, this way. However when I go to use the visual editor on a telerik control on the child web app it adds a modified web.config file to the child application.. This then breaks the app until I delete the child apps web.config. How can I prevent the web.config from auto-adding for my child applications.
Atanas Korchev
Telerik team
 answered on 29 Jul 2008
3 answers
172 views

Hi,

 I have used  DataList where there is a property RepeatColumns="9". Is there any way in radGrid to use this kind of feature?

 My requirment is to show data base on group
Say,

Group1                            Group2
 Data 1    data 2  data3       dataa  data b  data c
data 4      data 5  data6       datad  data e 


Or can i do it by using Radmenu or any other rad control?
I have all radcontrols purchased!

Can anyone help me out?


Thanks
--Mohsin





Vlad
Telerik team
 answered on 29 Jul 2008
5 answers
277 views
I have a RadGrid on a page with two columns, one GridButtonColumn and one GridBoundColumn.

The GridBoundColumn sorts fine, but the GridButtonColumn does not sort.  Does this column type not support sorting without further customization?
Anthony
Top achievements
Rank 1
 answered on 29 Jul 2008
1 answer
65 views

Hello,

I use a RadPanelBar and I want to use a sqldatasource. There’s no problem if I don’t need to use the “ExpandedImageUrl” panelbar’s item’s member.

In my code I got something like that :

            DataSet dsMenu = new DataSet();

            dsMenu.Tables.Add("Menu");

            dsMenu.Tables[0].Columns.Add("IDMenu");

            dsMenu.Tables[0].Columns.Add("Menu_Text");

            dsMenu.Tables[0].Columns.Add("Menu_Tooltip");

            dsMenu.Tables[0].Columns.Add("Menu_ImageUrl");

            dsMenu.Tables[0].Columns.Add("Menu_ExpandedImageUrl");

            dsMenu.Tables[0].Columns.Add("Menu_NavigateUrl");

            dsMenu.Tables[0].Columns.Add("Menu_Target");

            dsMenu.Tables[0].Columns.Add("Menu_ParentID");

 

            dsMenu.Tables[0].Rows.Add();

            dsMenu.Tables[0].Rows[0]["IDMenu"] = "1";

            dsMenu.Tables[0].Rows[0]["Menu_Text"] = " ";

            dsMenu.Tables[0].Rows[0]["Menu_Tooltip"] = "Mon espace";

            dsMenu.Tables[0].Rows[0]["Menu_ImageUrl"] = "~/images/espace-over.gif";

            dsMenu.Tables[0].Rows[0]["Menu_ExpandedImageUrl"] = "~/images/espace-over.gif";

            dsMenu.Tables[0].Rows[0]["Menu_NavigateUrl"] = "";

            dsMenu.Tables[0].Rows[0]["Menu_Target"] = "";

            RadPanelBar1.DataFieldID = "IDMenu";

            RadPanelBar1.DataFieldParentID = "Menu_ParentID";

            RadPanelBar1.DataTextField = "Menu_Text";

            RadPanelItemBinding item = new RadPanelItemBinding();

            item.ImageUrlField = "Menu_ImageUrl";

            item.ToolTipField = "Menu_Tooltip";

            item.NavigateUrlField = "Menu_NavigateUrl";

            item.TargetField = "Menu_Target";

            RadPanelBar1.DataBindings.Add(item);

My problem is that I haven’t member for my item to manage the ExpandedImageUrl like it’s possible with HoveredImageUrl

Is this just an omission or a will of the developer. In the first case, is it possible to enhance the possibility of RadPanelItemBinding

Thanks for your answer.

Atanas Korchev
Telerik team
 answered on 29 Jul 2008
8 answers
200 views
Is it possible to set the appointment templage area to expand so it will show all the text of the Custom Attributes?   I formatted the Custom Attibutes to list vertically, but it shows only the top row and everything below gets chopped off.  This is the case for both the weekly and monthly view.

Class Name
-------------Everything chopped off below
Location
Time
Material

Thanks
.NET Coder
Top achievements
Rank 1
 answered on 29 Jul 2008
2 answers
200 views
I have a request from my users to have the following:
Grouping
Column re-ordering
Multiple sorting

Your control handles all of these which has me leaning towards purchasing it.  I have been able to get a demo for them next week.  However, one of their sticking points is they want their users to save their grouping, column and sorting settings.  They don't want to change it everytime they come to the grid.

Is there a way we can store this for the user so when they return the grid is presented the way they like it?

Thanks, I hope there is a way....

Mike
Top achievements
Rank 1
 answered on 29 Jul 2008
2 answers
122 views
I have the following Custom Attribute that I would like to display as a hyperlink.

<%

#Eval("Attributes['ScheduleID']")%>

Default.aspx?SchedulelID=(value of the ScheduleID Attribute)

ex) Default.aspx?SchedulelID=1

.NET Coder
Top achievements
Rank 1
 answered on 29 Jul 2008
2 answers
156 views
I am trying to format a custom attribute to display the time only ex) 12:00 AM

Currently it displays as the entire date ex) 7/25/2008 12:00:00 AM

I am using the following Eval in the Appointment Template, but it is not displaying correctly.  This is a date/time field from a SqlDataSource.  Is this possible?

<%

#Eval("Attributes['Time']", "{0:t}")%>

Thanks for any assistance.

.NET Coder
Top achievements
Rank 1
 answered on 29 Jul 2008
1 answer
117 views
I used the sample code from 'Center LoadingPanel on the Screen' (http://www.telerik.com/help/aspnet-ajax/ajxcenterloadingpanel.html). But the loading panel is not showing up unless I explicitly set "element.style.display='block'". What could be wrong?
Daniel
Telerik team
 answered on 29 Jul 2008
Narrow your results
Selected tags
Tags
+? more
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?