Telerik Forums
UI for ASP.NET AJAX Forum
4 answers
84 views
hi guys

how i can delete this row?
 tnx
http://pic0.picsorlinks.com/ph_or_17534_e403aa7.png
Farshad heidary
Top achievements
Rank 1
 answered on 10 May 2010
1 answer
186 views
I have RadGrid with Formtemplate.
i did some validation .
When I hit Update Button it closes the form and loses the Data.

If I put 
e.cancel =true
the form will be appear and data will be lost.
what needs to be do if persist data

Schlurk
Top achievements
Rank 2
 answered on 10 May 2010
3 answers
126 views
I'm trying to do the following.

 editor.pasteHtml("<a href=\"fark?asdf=123&eee=4343\">Farker<\a>");

The link contains a url with a query string. However when this is inserted you end up with the HTML enities for ampersand. Anyway to fix this?

Dobromir
Telerik team
 answered on 10 May 2010
2 answers
143 views
How do I restrict the length of the information entered in the rad editor.
AB
Top achievements
Rank 1
 answered on 10 May 2010
2 answers
225 views
Hi,
I am having trouble refreshing my scheduler after an insert / update. The insert and updates both work fine but the scheduler does not refresh after each of these events, I have to press F5 or refresh the page to see the changes. I am using Subsonic as my datasource
protected void RadScheduler1_OnLoad(object sender, EventArgs e)  
    {  
        if (!IsPostBack)  
        {  
            SubSonic.Query q = new SubSonic.Query(TblSystemAvailability.Schema);  
            q.QueryType = SubSonic.QueryType.Select;  
            q.OrderBy = SubSonic.OrderBy.Desc(TblSystemAvailability.Columns.TimeStamp);  
 
            RadScheduler1.DataSource = TblSystemAvailability.FetchByQuery(q);  
        }  
    } 

And also using the following Ajax
<telerik:RadAjaxManager ID="RadAjaxManager1" runat="server"    
    DefaultLoadingPanelID="RadAjaxLoadingPanel1">    
    <AjaxSettings>        
        <telerik:AjaxSetting AjaxControlID="RadScheduler1">    
            <UpdatedControls>        
                <telerik:AjaxUpdatedControl ControlID="RadScheduler1"    
                    LoadingPanelID="RadAjaxLoadingPanel1" />        
            </UpdatedControls>    
        </telerik:AjaxSetting>    
        <telerik:AjaxSetting AjaxControlID="RadAjaxManager1">     
            <UpdatedControls>     
                <telerik:AjaxUpdatedControl ControlID="RadScheduler1" />     
            </UpdatedControls>     
        </telerik:AjaxSetting>     
    </AjaxSettings>        
</telerik:RadAjaxManager>  

 

After AppointmentInsert and AppointmentUpdate I am setting RadScheduler1.Rebind(), I have tried using Javascript to refresh but to no avail. If anybody has any ideas it would be much appreciated. Thanks.

 

 

Karl
Top achievements
Rank 1
 answered on 10 May 2010
1 answer
93 views
Hi! I'm trying to move 3 RadEditors from a RadMultiPage/RadTabStrip to outside of that so I can position them vertically one under the other and horizontally one next to the other using javascript. The positioning works but when I move them, they stop working. I can't type anything and most of the buttons of the toolbar don't work. Any suggestions?
Rumen
Telerik team
 answered on 10 May 2010
1 answer
103 views
Hi

I need to modify some data before the export so the pdf file will contain the updated data.

I tried to go over all the items of the MasterTableView and update the Text property of cell (gridView1.MasterTableView.Items[i]["columnNAme"].Text).

It did not worked.

Is there any way to do it ?

Thanks a lot
David
Daniel
Telerik team
 answered on 10 May 2010
2 answers
111 views
As I understand the RadEditor control, there are a number of client-side javascript content Filters that can convert the entered text to valid XHTML. 

Is this functionality also exposed on the server in managed code?  Are there any server-side methods of the RadEditor that will let me do the conversion to XHTML on the server in C#?

Thanks for the help.

Joe
Joseph Alfano
Top achievements
Rank 1
 answered on 10 May 2010
6 answers
229 views
Hey guys,

i have a roblem with the Treeview (but only in IE 7.0, Firefox works perfect).

If i put my mousecursor over the Treeview (and only then) an popup-error occures (without clicking).

It says:
Runtimeerror (...) Error: 'childNodes' is null or not a object.

If i look up in debug-mode it shows this:
(file: http://localhost/[projectname]/ScriptResource.axd)
getChildrenByTagName:function(_c6,_c7){ 
var _c8=new Array(); 
var _c9=_c6.childNodes; <-- THIS IS HIGHLIGHTED 
if($telerik.isIE){ 
_c9=_c6.children; 

Hope this might help you by finding an answer for my problem.

Any ideas? :)

p.s. I´m on (2008, 3, 1314, 35)

kind regards

thank you and have a nice weekend


Yana
Telerik team
 answered on 10 May 2010
3 answers
111 views
Hi

When i use the RadComboBox's new feature of AutomaticLoadOnDemand inside RadScheduler's AdvancedForm.ascx i get the entire list instead of the "ItemPerRequest" number of 10 items.
It happends when the appointment Modal Dialog first pops up. when i choose an item or change the text for the first time, the AutomaticLoadOnDemand starts working properly but it takes lots of time because the list is too long at the begining
This code works perfectly on a normal aspx page.

 

<asp:Panel runat="server" ID="AdvancedControlsPanel" CssClass="rsAdvMoreControls">  
                  
                    <telerik:RadComboBox ID="rcb_patient" runat="server" CssClass="rsAdvResourceValue" 
                        DataTextField="FullName" MarkFirstMatch="true" ShowDropDownOnTextboxClick="true" 
                        ShowWhileLoading="true" DataValueField="PatID" EnableVirtualScrolling="true" 
                        AllowCustomText="true" ShowMoreResultsBox="true" ItemsPerRequest="10" 
                        LoadingMessage="loading..." EnableAutomaticLoadOnDemand="true" DataSourceID="sds_patients">  
                    </telerik:RadComboBox> 

 

 

I'll appreciate any help.
Lior

 

 

Simon
Telerik team
 answered on 10 May 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?