Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
244 views
How do I get the current selected Appointment .... 

Is there a RadScheduler property for current selected Appointment?

without having to store in session e.appointment.ID from AppointmentClick?



Veronica
Telerik team
 answered on 13 May 2011
1 answer
84 views

when i click a image hyperlink form go to b image.
but i question is
b image i have back button .
which one has selected come in b image that one's row's selected and display when i click b image


Thanks ,
Mohamed.
Gimmik
Top achievements
Rank 1
 answered on 13 May 2011
1 answer
39 views
<telerik:AjaxSetting AjaxControlID="SearchButton">
                        <UpdatedControls>                            
                            <telerik:AjaxUpdatedControl ControlID="RadCodeBlock2" LoadingPanelID="RadAjaxLoadingPanel1" />
                            <telerik:AjaxUpdatedControl ControlID="RadCodeBlock3"/>
                            <telerik:AjaxUpdatedControl ControlID="RadCodeBlock5"/>
                                                        
                            <telerik:AjaxUpdatedControl ControlID="DivNoData" />                            
                            
                            <telerik:AjaxUpdatedControl ControlID="ButtonPaging" />
                            <telerik:AjaxUpdatedControl ControlID="lbltcount" />
                            <telerik:AjaxUpdatedControl ControlID="lblresult" />
                            
                            <telerik:AjaxUpdatedControl ControlID="lblcount" />
                            
                            <telerik:AjaxUpdatedControl ControlID="txtSQLquery" />
                            
                            <telerik:AjaxUpdatedControl ControlID="RadGrid" LoadingPanelID="RadAjaxLoadingPanel1" />                            
                      </UpdatedControls>
                    </telerik:AjaxSetting>

25 more similar <telerik:AjaxSetting />

with different changes my pages is to heavy due to this <telerik:RadAjaxManager ID="RadAjaxManager1" runat="server">
and my page is slow due to these lines when i redirect page through my own paging the page redirect very slow all time
please suggest an idea for me how can i use RadAjaxManager without any burden on my page.
Thanx
Maria Ilieva
Telerik team
 answered on 13 May 2011
5 answers
88 views
Are there specific settings I need to ensure that my RadMenu can work on a BlackBerry or IPhone browser? My menu has sub items so the user needs to be able to access those. Right now, the menu displays but I cannot access the sub menu items.
Helen
Telerik team
 answered on 13 May 2011
0 answers
93 views
Hi,

i am working on telerik treeview with accordion jquery. i am adding tree view dynamically from server side code. its not showing .
when i am adding statically from aspx file then its showing.

plz help me

Regards,

Faisal
faisal
Top achievements
Rank 1
 asked on 13 May 2011
2 answers
159 views
Hello,

I have two radgrids in the same page, both have used inline edit mode.
I've set some row in the grid1 to edit mode. Next step is to set another row in the grid2 to edit mode and simultaneously close edited row in grid1. The problem is, that sometimes it doesn't work. The row in grid1 is still in edit mode, even I used standard commands to close it:

RadGrid1.MasterTableView.IsItemInserted = false;
RadGrid1.MasterTableView.ClearEditItems();  
RadGrid1.Rebind();

Today I've found another command which when I apply it closes edited row as I needed :)
This is the code line which did the job for me:

RadGrid1.EditIndexes.Clear();

Could somebody explain to me the difference between above mentioned commands. When to use which one ?

Thanks

Vasssek
Vasssek
Top achievements
Rank 1
 answered on 13 May 2011
5 answers
83 views
Can you decorate the first and last items in the combobox with rcbFirst\rcbLast or something like that...or make that decoration toggleable with a property?

(does this exist?)

My designer gave me a complex style to implement, and I need those to style the item reliably cross-browser (still IE6 *eugh*)

This is a common site-wide skin in which we can't use templates everywhere to get around it, I need it to be on the root object itself so the skin can define it.

Can you guys add that in pretty please? :)
Simon
Telerik team
 answered on 13 May 2011
1 answer
83 views
In javascript, list.get_element() is returning a SPAN instead of the whole DOM element containing items.
If this is the intended behavior, how do I get the full DOM element?

Thanks!
Vasil
Telerik team
 answered on 13 May 2011
3 answers
136 views
Hello.
I have a question if there is some way to pass some information from server WCF to client combobox object. for example using RadComboBoxData.Context.

The situation is^ combobox populated with two queries in single WCF method.
I want to know how match items werel loaded by each query, to use this information in "show more" to organize some kind of paging.
var result = new RadComboBoxData();
result.Context["users"] = context.ContainsKey("users") ? Convert.ToInt32(context["users"]) : 0 + userList.Count();
result.Context["contacts"] = context.ContainsKey("contacts") ? Convert.ToInt32(context["contacts"]) : 0 + userList.Count();
return result;

But there is no "users" and "contacts" keys in second request, only standart text and numberOfItems.
Is there anything I've missed?

Thanks

Helen
Telerik team
 answered on 13 May 2011
2 answers
111 views
Hey, I would like to create a RadWindow and set some properties, like an id or a name so I could identify it. What I'm trying to do is a taskbar and I want to associate icons to a Telerik Window, and for that I need to set an id to my windows. I saw that we can set title, width and height with Javascript, is there a list of properties somewhere or do we have to guess it  by "trial and error" method ?

Thanks in advance,
Francis
Francis
Top achievements
Rank 1
 answered on 13 May 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
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
Iron
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?