Telerik Forums
UI for ASP.NET AJAX Forum
0 answers
46 views
hgfygtsf
Shilpa
Top achievements
Rank 1
 asked on 22 Jul 2012
3 answers
92 views
I am using the RADEditor and noticed that when the content property on the server side return different html than the client side method radEditor.get_html();

I am looking for changes made in the content to post a message if the user trying to navigate away from the page (ie IsDirty). When the page is loaded with the RadEditor, and NO changes are made using the control. The comparison of Radeditor.Content <> radEditor.get_html();

Any ideas?

Luke
Amjad
Top achievements
Rank 1
 answered on 22 Jul 2012
2 answers
341 views
Hello,

I'm attempting to work with a multi-line RadTextbox and split the text contained in it into a string array based on which "line" the text is on. So, it would look something like this:

Text1
Text2
Text3
....

So, Text1, Text2, and Text3 would be each their own array item. The user is required to hit enter after each line entry, so I'm attempted to split the textbox based on each enter key entry. I attempted the following splits, but none of these worked:

RadTextbox.Text.Split("\r\n")
RadTextbox.Text.Split(vbCrLf)
RadTextbox.Text.Split(" ")
RadTextbox.Text.Split(CChar(" "))

Any help on this would be greatly appreciated.
Johnathan
Top achievements
Rank 1
 answered on 21 Jul 2012
5 answers
190 views
Hi

I am using commanditemtemplate in Radgrid to have   Add New Record,  Edit(This will put complete grid in Editmode) , Save and Cancel( This are visible in editmode only)  and excel button.  I defined them  all as  ASP buttons Specifically Save button I defined as <input type= "btn"  Visually they don't look good.

I want to use default AddNewRecord image  displayed  by telerik in CommandItem.

How to get those images to be used in commanitemtemplate.

Also I want to show the Excel Icon (the oneTelerik uses bydefault) towards the Right on the command Item Display.

Thanks

 .

NVB
Top achievements
Rank 1
 answered on 21 Jul 2012
0 answers
112 views
Dear All,
I am developing product in asp.net using c sharp and I have two listboxes namely ListBox1 and ListBox2 in my page and  i have list items in ListBox1 which is added dynamically and   i have list items in ListBox2 which is added statically
here i need to insert value against partcular ListBox2 item after inserting value corresponding listbox item are disabled perfectly but next item of last inserted items only enabled true due to insert value.

we can selecting ListBox1 items for ListBox2 items are visible based on inserted values to insert value. when i frequently select ListBox1 items,ListBox2 enabled true is not working some times.,
how to solve this issue,


Susi
Top achievements
Rank 1
 asked on 21 Jul 2012
1 answer
118 views
Hi,
I cant manage to update a radgrid which is in a usercontrol. My ajaxmanager is in the mainform.

my usercontol is TaniUC 
I manage to fire ajaxrequest event from usercontol. But i can not update radgrid. I use TaniEkle(ID) which is a public func in my usercontol,add a row to my radgrid.
It is adding but not updating on screen.


protected void RadAjaxManager1_AjaxRequest(object sender, AjaxRequestEventArgs e)
        {
            if(e.Argument=="taniekle")
            {
                int ID = DataReader.GetInt32(Request.Form["grdTanilarDClickedRowIndex"]);
                if (ID > 0)
                 {
                     ucpTani.TaniEkle(ID);
                 }
                return;
            }
}



<telerik:RadAjaxManager ID="RadAjaxManager1" OnAjaxRequest="RadAjaxManager1_AjaxRequest"
       runat="server">
       <AjaxSettings>               
        
 
           <telerik:AjaxSetting AjaxControlID="RadAjaxManager1">
               <UpdatedControls>
                  <telerik:AjaxUpdatedControl ControlID="grdHastalar" LoadingPanelID="RadAjaxLoadingPanel1" />
               </UpdatedControls>
           </telerik:AjaxSetting>
          <telerik:AjaxSetting AjaxControlID="grdHastalar" EventName="OnRowClick" >
               <UpdatedControls>
                   <telerik:AjaxUpdatedControl ControlID="TaniUC"  LoadingPanelID="RadAjaxLoadingPanel1" />
               </UpdatedControls>
           </AjaxSettings>
   </telerik:RadAjaxManager>
Nazım
Top achievements
Rank 1
Iron
 answered on 21 Jul 2012
12 answers
639 views
Hi,
I'm trying to follow a simple example using a RadGrid. Example is from RadControlsAJAXCourseWare.pdf (ch. 18), shorten the column header and provide a tooltip with the full "column header" description. Problem is that I got error message "The type or namespace name 'WebControls' does not exist in the namespace 'Telerik' (are you missing an assembly reference?)". I can't add namespace WebControls with directive 'using Telerik.WebControls;' so I must have missed something? I have added references 'Telerik.Web.UI' and 'Telerik.Web.Design'. Any kind of advice/help is highly appreciated!
Jo
Top achievements
Rank 1
 answered on 21 Jul 2012
6 answers
450 views
I just downloaded the latest version of your ASP.NET Controls and I am trying to use them in an existing ASP.NET Project. I get a "Error Creating Control" message for every one of the Telerik ASP.NET Controls. I have done everything listed in your help pages including registering the Telerik.Web.Design.dll in the GAC and copying it to the projects BIN directory and referencing it directly from there. Nothing is working. Please help. See attached screenshot.
Pavlina
Telerik team
 answered on 20 Jul 2012
0 answers
115 views
Hi telerik,

I am using rad progress area as busy indicator. My scenario is i will upload a excel file into server location, after  successful  upload i am showing a message box with OK button(used ajax modal popup) to user.when user click on OK,i am downloading file from server to local machine. my issue is while uploading rad progress area works fine but while downloading it displays the rad progress area,after the file is saved or cancelled by user the rad progress area is not closing.
i observed that while downloading file i got thread abort exception.please reply with solution ASAP.


Naveen T
Top achievements
Rank 1
 asked on 20 Jul 2012
1 answer
97 views
Hello

I can't find, how to add a lot of data using webservices

For example

I have a list of persons, when i expand the name I want to complete de treeview with all of data (All of adresse, all of children, ....), and not have to do many return to the server

Personne
+Martin
+Durand

Expand Martin done
-Martin
     + Adresse
     + Child
     + ......

Is it possible.... ?

I can't found how to transform RadTreeNodeData to RadTreeNode


Does someone can help me !!!!????

Thank you

Anne




Marbry
Top achievements
Rank 1
 answered on 20 Jul 2012
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?