Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
72 views

Hi

 How to implemented AutoCompleteBox  in Telerik RadCombobox control  . But I saw this in teklerik home website here DataSourceID="SqlDataSource1"  mention for fetch the data . But i never need this logic i need fetch data from the server side c# code using list object from the database how will do this 

any one post this.

 

 

<telerik:RadComboBox RenderMode="Lightweight" ID="RadComboBox1" runat="server" Width="400" Height="400px" 
                EmptyMessage="Type an E-mail" DataSourceID="SqlDataSource1" DataTextField="ContactName"
                OnItemDataBound="RadComboBox1_ItemDataBound">
            </telerik:RadComboBox>

Veselin Tsvetanov
Telerik team
 answered on 16 Feb 2016
1 answer
81 views
I have a Radwindow that opens up and displays a databound Radgrid.  The first column of the RadGrid is a select button.  When the user clicks on that button, I want 2 column values to be stored as a session variable, then redirect to another page.  I am unable to grab the values, so I either get an error or it redirects with no session variable.  I have tried all sorts of different ways to get the data.  The SelectedIndexChanged for the radgrid doesn't seem to get triggered inside the Radwindow.  Any help would be appreciated.
Eyup
Telerik team
 answered on 16 Feb 2016
2 answers
85 views

Hi, I have a Radmenu that is linked to a sitemap file for the menu items, please let me know if access key can be set for the menu items in such a scenario.

Also, please let me know if we can set 'F' keys (F1 to F12) as access keys.

Thanks,

Rajesh

 

Plamen
Telerik team
 answered on 16 Feb 2016
1 answer
136 views

Hello team,

I am using Rad Editor and using export to word as shown in your demo.I want to modify few things :-

I have created the button in which i have used RadEditor1.ExportToDocx()

 I want that when i click the button i want that the file should save with the name as defined by me (customized name) and also how to export the editor content to the existing word file(append the new content to the existing content in word file).

 I want to save the exported file to different file location. How would i set the location path to save the exported file.

 Thanks for the Reply in Advance.

Ianko
Telerik team
 answered on 16 Feb 2016
2 answers
134 views

Hi,
i'm testing radscheduler for a customer demand.

i would like to obtain a display as show as in attachment picture.

i try this demo http://demos.telerik.com/aspnet-ajax/scheduler/examples/resourcegrouping/defaultcs.aspx with vertical resource grouping and week view

is there a way to :

- add a custom column

- have a time scale with two only two slot (morning/afternoon)

 Thanks.

Alan

 

Nencho
Telerik team
 answered on 16 Feb 2016
1 answer
67 views
If AllowMultiRowSelection="True"  in a grid, selecting individual rows by clicking on them unselects all previously selected rows. In a non mobile environment this is ok since the user has access to the CTRl or SHIFT keys to select multiple rows. However, in a touch environment, they don't. It is true they can click on the client select column to select multiple rows, but again, clicking on the row itself to select it, unselects all previously selected rows.
Eyup
Telerik team
 answered on 16 Feb 2016
0 answers
82 views

hi, I want to load a page in an .aspx radwindow with code-behind, impostatndo the url, eco vb code and html code, but I get this javascript message that I do not understand because I seem to have written well everything.

this is error:

JavaScript critical error at line 41, column 10 in (unknown source location) \ n \ nSCRIPT1004: Expected ';'

url = "../report/report.aspx?date1=" + date          
Report_Window.NavigateUrl = url          
Report_Window.Title = "Report "
Dim script As String = "Function f(){$find(""" + Report_Window.ClientID + """).show(); Sys.Application.remove_load(f);}Sys.Application.add_load(f);"
ScriptManager.RegisterStartupScript(Me, Me.[GetType](), "show", script, True)

<telerik:RadWindow ID="Report_Window" runat="server" Title="Report" ShowContentDuringLoad="false" VisibleStatusbar="false"<br>            Behaviors="Close, Move" Skin="Silk" Height="100px" Width="200px" AutoSize="true" Modal="true" ReloadOnShow="true"><br>        </telerik:RadWindow>

Fabio Cirillo
Top achievements
Rank 1
 asked on 15 Feb 2016
2 answers
99 views

Hey there,

I have a button column in a radgrid that is set to pushbutton - however, it does not show up as a button.

We are using the Silk skin included with Telerik.UI.Skins. 

I have attached a screenshot of the error. You can also find it here on imgur: http://i.imgur.com/QV5BnGd.jpg 

  

Our webconfig has 

<httpHandlers>
     <add path="Telerik.Web.UI.WebResource.axd" type="Telerik.Web.UI.WebResource" verb="*" validate="false" />
   </httpHandlers>
<system.webServer>
   <validation validateIntegratedModeConfiguration="false"/>
   <handlers>
     <add name="Telerik_Web_UI_WebResource_axd" verb="*" preCondition="integratedMode" path="Telerik.Web.UI.WebResource.axd" type="Telerik.Web.UI.WebResource" />
   </handlers>       
 </system.webServer>

 

I have tried adding a location, with no help:

<location allowOverride="false" path="Telerik.Web.UI.WebResource.axd">
  <system.web>
    <authorization>
      <allow users="*"/>
    </authorization>
  </system.web>
</location>

 

Any ideas?

Kostadin
Telerik team
 answered on 15 Feb 2016
1 answer
79 views

Hi,

 I have a javascript function who is executed when the client click :

 treeView.OnClientNodeClicking = "MyJavascriptFunction"

It works great.

So, i have another code-behind function who select a node like that :

Dim node4 As RadTreeNode = treeView.FindNodeByValue(txtHiddenModele.Value)


If node4 IsNot Nothing Then
  node4.Selected = True          
End If

 

It works too, the node is selected but the javascript function is not executed (MyJavascriptFunction)

 

How can i solve this?

 

Thanks!

 

 

 

Eyup
Telerik team
 answered on 15 Feb 2016
3 answers
134 views
Hi,
i want to display the number of currently selected nodes of my radTreeView (clientside).

so i have the nodeClicked event working fine.

var tree = $find("<%= radTreeView.ClientID %>");
var nodes = tree.get_selectedNodes();

i get the treeview object. i also got a object from the get_selectedNodes method.

But i cant get the Count fomr this array of nodes.

I tried .Count() .count() and get_count(), always getting an exception, stating that this object does'nt own such a method.

What may be helpfull?

thanks Mario
Eyup
Telerik team
 answered on 15 Feb 2016
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?