Telerik Forums
UI for ASP.NET AJAX Forum
5 answers
136 views
i Upgrade to Q1 2012 (version 2012.1.215):
Can not use requiredfieldvalidator SetFocusOnError="True" of RadNumericTextBox / RadTextBox
Internet Explorer 9 hangs......

I use 2 RadNumericTextBox and 1 RadTextBox on my page (i use RadFormDecorator)...
Vasil
Telerik team
 answered on 14 Mar 2012
1 answer
110 views
Hi,
out of the Box RadGrid with enabled MutlirowSelection behaves similar to Excel. (f.e. mutltiple row selection by holding shift to get all rows from one selected to new selected row or holding pressed ctrl to select various rows).
Logically my grid looses all other selected rows when clicked  on a new row without holding ctr pressed.
Our wants the grid to behave the following way:
  • Select row by simple click on ANY place in the row not hollding ctrl without deselecting previously selected rows
  • Deselect selected row the same way and behaviour 

Is there a way to make selection behave like having permanently ctrl pressed?


Greetz,
Steffen
Shinu
Top achievements
Rank 2
 answered on 14 Mar 2012
1 answer
56 views
I like to propose a improvement for the grid filter menu.

The GridKnownFunction enumeration lists the possible filter functions 

Example:
        // Summary:
        //     Same as: dataField LIKE 'value/%'
        StartsWith = 3,

But why are these GridKnownFunction enumeration NOT used in the GridFilterMenu items.
Example:

protected void RadGrid1_Init(object sender, System.EventArgs e)
{
    GridFilterMenu menu = RadGrid1.FilterMenu;
    int i = 0;
    while (i < menu.Items.Count)
    {
        if (menu.Items[i].Text == "NoFilter" || menu.Items[i].Text == "Contains" || menu.Items[i].Text == "EqualTo" || menu.Items[i].Text == "GreaterThan" || menu.Items[i].Text == "LessThan")
        {
            i++;
        }
        else
        {
            menu.Items.RemoveAt(i);
        }
    }
}

I do not like to use these string values in code (because when telerik decide to change them, 
i must adapt my code and i don't like that kind of work)
Therefore Telerik please at lease create const string for it.
Example
    GridFilterMenuNoFilter = "NoFilter";


Antonio Stoilkov
Telerik team
 answered on 14 Mar 2012
1 answer
224 views
I don't know if it's a bug or it's designed to behave like this.

I've a RadBinaryImage defined like this:
<telerik:RadBinaryImage ID="radBinaryImageTester" runat="server" Width="600px" Height="600px" ResizeMode="Fit" AutoAdjustImageControlSize="true" />

On code-behind I populate the control with a byte array image:
byte[] foto = ....; // image bytes

radBinaryImageTester.DataValue = foto;
radBinaryImageTester.DataBind();


My goal is to fill the maximum area of the RadBinaryImage. When the foto is larger than 600x600, the control resizes it to fit in. But when the image with smaller (example: 300x200), it shows only the original size. There's a way to enlarge it to 600x400?
Sérgio
Top achievements
Rank 1
 answered on 14 Mar 2012
1 answer
105 views
I am trying to build a custom skin for dropdowns.
I have edited the ComboSprites.gif.
but the skin that I want use is greater in height then the original.
As a result the positioning for the background image doesnt look correct.

So I thought there should be a background positioning setting somewhere in the css files but coudnt find it.

Can you please tell me how to change a dropdowns height please.

Thank You,
Arvin
Bozhidar
Telerik team
 answered on 14 Mar 2012
1 answer
113 views
Hi,
Im using rad editor and need to convert it to a docx format, and to upload from docx format to the rad editor.
How can i do it?
Shinu
Top achievements
Rank 2
 answered on 14 Mar 2012
1 answer
239 views
Hi,

I use resource files to store the images on my website but can't seem to get them to work on the rad button.  On an asp button I would just set the image URL to something like this

ImageURL

 

="<%$ Resources:Images,AddRecord16%>"

 


When I try to do this on a rad button the image doesn't show up.  I know the image exists because I use it on regular asp buttons. How do I set the image on a rad button using a resource file.

Thank You
Tracy
Slav
Telerik team
 answered on 14 Mar 2012
1 answer
86 views
Hello,
I am beginner with telerik,I want to use a RadRotator that get url image from data base (sqlexpress),and display it,
Thanks 

Princy
Top achievements
Rank 2
 answered on 14 Mar 2012
1 answer
73 views
When I make changes to a control and download the new skin, it is only downloading the skin I started with.

I tried this in Firefox since the stylebuilder appears to not work at all in Webkit browsers like Chrome and Safari:
1. Go to stylebuilder.telerik.com
2. Click "New Skin"
3. Name the skin "NewSkin" and choose "Default" as the base skin
4. Select only "Menu" from the list of controls
5. Click "Create
6. Choose the "Fine-tune" tab at the top
7. Click "Main Items"
8. Click the "Normal (inner)" tab
9. Change the text color to "#3c2cb0"
10. Change the size to 14px
11. Change the Line-height to 30px
12. Change the Font to Arial
13. Click "Hovered root item"
14. Clcik the "Hovered (inner)" tab
15. Change the color to "#ff773d"
16. Click the "Save" button
17. Click the "Download" link in the top right

The files that are downloaded appear to just be the files for the default skin that I started with. I have confirmed that this happens in Firefox and Opera and that I cannot use the tool at all in Chrome or Safari. Can anyone give me a hand?
Bozhidar
Telerik team
 answered on 14 Mar 2012
1 answer
64 views
Dear Telerik Team,

I would like to use the Checkboxes property of Rad ComboBox version 2009.3.1314.35  in my application but it is not showing that feature and i am unable to use this in my application.

Can you please provide more details how to use MultiSelect feature with the above version.

Shinu
Top achievements
Rank 2
 answered on 14 Mar 2012
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?