Telerik Forums
UI for ASP.NET AJAX Forum
8 answers
186 views
Hi, I wanted to add sort to my dynamic column. Where can I find any documentation code on how to accomplish this. Any inputs would be appreciated.

Thanks in advance,
RJ
Pavlina
Telerik team
 answered on 13 May 2011
3 answers
95 views
I noticed that GridView in contentTemplate of PanelBar becomes visible during expending/collapsing animation.
It seems that sequence of events for onClick is as follows:
Expanding:
  1. show content (overlayed on top of panelbar)
  2. start animation
  3. animation completed
Collapsing:
  1. start collapsing
  2. end collapsing
  3. hide the content

Question: Is it possible to make PanelBar show content in a sliding-exposing fashion?

UPDATE: THIS ONLY HAPPENS IN IE7. in FF everything slides down/up very nicely.

Thanks!
Simon
Telerik team
 answered on 13 May 2011
5 answers
99 views
I have added JavaScript to my pages that will detect if the user has made a change to a field and prompts the user to save those changes when they perform an action that will take them away from the page.

To do this, I'm performing 2 basic steps:

  1. On the input keyup event, I'm setting a "dirty" variable to "true"
  2. On the document.ready event, I'm prompting the user to "save changes" (if dirty = true) on the window.onbeforeunload event.

This has been working for all pages in my project, until I began using the RadTreeView.  When I make a change on a page that has a RadTreeView, and then click on a Node that takes the user to a new page, they are prompted.  If the user clicks "Cancel", the following error is thrown:

"htmlfile: Unspecified Error"

I have created a basic example that utilizes the following:

  • Visual Studio 2010
  • Telerik.Web.UI version 2010.1.519.40

Any help would be greatly appreciated!
Jason Gajewski
Top achievements
Rank 1
 answered on 13 May 2011
1 answer
226 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
79 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
36 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
85 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
84 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
139 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
77 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
Narrow your results
Selected tags
Tags
+? more
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?