Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
59 views
Hi Everybody,

I'd like to know whether is it safe I send information from window to page without Nobody to see or capture this information? Or I have to cryptography these informations?

Thank you for all!

Carlos
Georgi Tunev
Telerik team
 answered on 20 Nov 2009
1 answer
159 views
How to populate Radmenus (image only) with image Urls stored in database ?

Any answers ?
Shinu
Top achievements
Rank 2
 answered on 20 Nov 2009
3 answers
100 views
Hi Everybody,

There is a grid where there are two columns: Hour and People. This grid is inicialyzed just the first column (Hour). So, Hour coluns has many cells, such as: 8:00 9:00 10:00 ... 00:00.

So, there is a row for each hour. Well, the user move the people on a row of this grid.for exemaple the firs row the hour cell is 8:00 and people cell is: Mike, John...

Then, I'd like to know if is it possible the user clicks on a people cell, or better, the user clicks on a person of a row and then the user move this person to another row, for exemple:

first row:
hour     | People
8:00     | Ana, Tom, Mike

second row:
hour     | People
9:00     | Tomas, Bob

Then, the user clicks on Ana person and then to move her on second row, see this example:
first row:
hour     | People
8:00     | Tom, Mike

second row:
hour     | People
9:00     | Ana, Tomas, Bob

Is it possible to do it?/ Or Does anybody has another idea to do another manager?

Thank you for attention

Carlos

Dimo
Telerik team
 answered on 20 Nov 2009
7 answers
163 views

Hello,
I create RadTabStrip programatically and I can't make scroll buttons visible. Am I missing something?

here is my c#

        protected void Page_Load(object sender, EventArgs e)  
        {  
            RadTabStrip strip = new RadTabStrip();  
            strip.ScrollChildren = true;  
            strip.ScrollButtonsPosition = TabStripScrollButtonsPosition.Left;  
            strip.Width = 200;  
            for (int i = 0; i < 15; i++)  
            {  
                RadTab tabPanel = new RadTab();  
                tabPanel.Text = String.Format("{0}""Test");  
                strip.Tabs.Add(tabPanel);  
            }  
            this.Controls.Add(strip);  
        } 

and aspx
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="TabStripTest._Default" %> 
 
<%@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" TagPrefix="telerik" %> 
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
 
<html xmlns="http://www.w3.org/1999/xhtml" > 
<head runat="server">  
    <title></title>  
</head> 
<body> 
    <form id="form1" runat="server">  
    <div> 
        <telerik:RadScriptManager ID="RadScriptManager1" runat="server">  
        </telerik:RadScriptManager> 
    </div> 
    </form> 
</body> 
</html> 
 

Any ideas?

Regards
Marek Witczak
Marek Witczak
Top achievements
Rank 1
 answered on 20 Nov 2009
1 answer
241 views
Hi ,

First of all thanks a lot for your last replies. It helped me a lot.Thanks a lot.

I need a solution for my grid.
I am using  new  Telerik.Web.UI  grid.

I am having grid with with few columns and a hyperlink as CommandItem for 'Add new record.'

<

 

CommandItemTemplate> <a href="#" onclick="return ShowInsertForm();">Add New Record</a 

 

</CommandItemTemplate>

ShowInsertForm()  is a javascript function where I am opening a displaying some messages using radwindow.

My requirement is :
I wanted to get all values of 'STATUS'  column from this Grid . column name is "Status".
This coulmn contains values 'O' or 'C'.
So I have to check all values of this colmn ,If they all are in 'C' status or in 'O' then on click of Add record hyperlink ShowInsertForm() JS function should fired where I have to show diffenet error messages for both status.

So Question is -   How to get all values from a grid column into a variables or array ?
and how to check whether value is 'C' or 'O' ?

is it possible to do all these into JAVASCRIPT and how ? Please help me regarding this as soon as possible.
Thanks in Advance.

REgards,
Priyanka

 

 

Shinu
Top achievements
Rank 2
 answered on 20 Nov 2009
2 answers
106 views
I am using RadComboBox LoadonDemand Property.
Everything runnig well now.
but  now  there is some problem.
Suppose I am typing something in the combobox and that item  exists in the dataset that fills the combobox.
now  after filling or selecting  that item into the combobox if i  enter one or more spaces and then i tries to find the corrresponding value then its value is blank.....


I want that user can not enter spaces in the combobox or some other texts which is not matching.
please help me in this regard
Simon
Telerik team
 answered on 20 Nov 2009
1 answer
82 views
I have been trying to increase the width of the localised "Select" buttin on the RadUpload control. I would like to show the text as "Please select your file to upload". I have tried creating a cutom skin but have had no luck finding what part of the css to alter to achieve this. Altering width as follows doesn't work: 

.RadUpload_MySkin

 

.ruButton,

 

.RadUploadProgressArea_MySkin

 

.ruButton

 

{

 

background-image: url('Upload/ruSprite.png');

 

 

color: orange;

 

 

border:solid 1px green;

 

 

width:200px;

 

}

Also as the background image is a "sprite" image will that be an issue?

All help would be much appreciated.

Thanks

Kamen Bundev
Telerik team
 answered on 20 Nov 2009
5 answers
184 views
Hi,

 I am using RadComboBox for ASP.NET AJAX, Q1 2009.

 I have numeric values in a RadComboBox (say 1-6) as text values and numeric values.  When I give focus to the RCB, I can type a number using the number keys on the keyboard (the first row below the function keys).  The RCB selects the appropriate number in the list.

  However I cannot use the numeric keypad to select a number.  The RCB will not change its value when one of the numeric keypad's keys are pressed.  This is problematic because:
  1) The drop-downs are in a RadGrid, which in the version I used previously (2006 Q3) used standard ASP dropdowns and in which the numeric keypad worked;
  2) My users are now used to using the numeric keypads to select the appropriate value.

  Does anyone have an idea for a workaround to get the numeric keypad working on a radComboBox?  I have reproduced the problem with a single RadComboBox on a web page, if anyone needs sample code.

  Thank you,
Pascal.
Simon
Telerik team
 answered on 20 Nov 2009
1 answer
124 views
I have a radGrid that when a row is clicked will open a nestedview form with additional details for those records.  In each nested view is a linkbutton that opens a RadWindow with a form for editing the record.  When the radwindow is closed I refresh the grid simply by doing this:
Protected Sub RadAjaxManager1_AjaxRequest(ByVal sender As ObjectByVal e As AjaxRequestEventArgs) Handles RadAjaxManager1.AjaxRequest 
        grid_pending_credits.MasterTableView.SortExpressions.Clear() 
        grid_pending_credits.MasterTableView.GroupByExpressions.Clear() 
        grid_pending_credits.Rebind() 
    End Sub 

All of this works fine, but I want to be able to leave my NestedView expanded or collapsed currrent state active.  When I close the radwindow now the grid refreshes and the nestedviews collapse to their original state.

Is this possible?
Princy
Top achievements
Rank 2
 answered on 20 Nov 2009
3 answers
111 views
Hi
This code is working fine in IE.But not working firebox.
I want to get event and keycode in firebox.
is there any other solution for firbox?

function onKeyPressing(sender, eventArgs)  
            {  
                logEvent("Pressed key code: "+ eventArgs.get_domEvent().keyCode);  
            }  
 
Simon
Telerik team
 answered on 20 Nov 2009
Narrow your results
Selected tags
Tags
+? more
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?