Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
57 views
please help me
charuka
Top achievements
Rank 1
 answered on 18 Jan 2011
2 answers
63 views
Hi  

I have 20 columns to display in grid , i want to make a link more so that only 5 columns will be displayed in the grid other 15 columns will be shown as popup when clicked on "more"

Can anyone help pls, its urgent?

Thanks in advance
Veli
Telerik team
 answered on 18 Jan 2011
1 answer
69 views
Hi Guys,

I am using a radgrid with two GridButton Columns and Filtering by column enabled. I tried to add an attribute "onclick" to one of the button columns in the following way in the RadGrid DataBound event
Button button = radGridItem["Create"].Controls[0] as Button;
button.Attributes["onclick"] = "form1.target = '_blank';";

I did this so that once the user clicks on the button (of the column with UniqueName= "Create"), he can be redirected to another page in another window.

Now the PROBLEM is , both the button column buttons AND the Filter buttons in the header when clicked open the page in a new window.

How do I  add the above attribute to only one Button Column?(and not to other buttons and Filter buttons)

Please help!!!!

Iana Tsolova
Telerik team
 answered on 18 Jan 2011
1 answer
31 views
Hi,

Is there any new edition of RAD Editor for silverlight in Sharepoint?
If yes, please provide the link to download it.

Thanks in advance.
Stanimir
Telerik team
 answered on 18 Jan 2011
1 answer
523 views
Hi,
I am having RadDecorator, radgrid, radtoolbar, radtabstrip on my form.

I have applied WebBlue skin everywhere.
I have some ASP:Buttons on my page, some are inside grid template as well.

But I want to achieve two things.
1. How do I change cursor to pointer when cursor is on any of the button on the form? I want to display cursor to pointer for all the buttons on my form.
2. How do I change all the fonts on my page to look similar? I mean how do I define all the fonts of my page to be same?
I tried adding
body ,form *
        {
            font-family: Wingdings 3!important;
            font-size: 10px!important;
        }

but somehow if I add form* as above, radcombobox are not getting filled up and there are some weird javascript errors are displayed on screen.

thanks in advance
Bozhidar
Telerik team
 answered on 18 Jan 2011
5 answers
156 views
Hi,

We are designing new master pages and swapping out the sharepoint navigation controls with the Telerik RadPanelBar nav. control. I am doing this is collaboration with a colleague in the UK. The problem arises in Designer, where he can see the common tasks panel for the control, which include options to configure Data source, Databindings, Ajax resources such as skin, and so on... whereas I do not see this panel at all. We are both using the same version of Designer accessing the same masterpage on the same server.

Has anyone come across this problem before? Any help is appreciated.

Thanks,
Alon
Kalina
Telerik team
 answered on 18 Jan 2011
1 answer
100 views
Hello Telerik Developers,

I am using the Rad Editor in my application. I need to add a new font-Family (Trebuchet MS) into the toolbar of the Rad Editor. Please tell me the way how i add this font family with your control.

Please see the attached image. I want to add some new font family as well.

Thanks in advance.
Shinu
Top achievements
Rank 2
 answered on 18 Jan 2011
2 answers
83 views
Hello Telerik
I have a problem with X Label in the bar chart control.
I need the starting of the label be aligned with the bar.

Please find the attached file to clarify what I mean

thanks,
Taraman
Evgenia
Telerik team
 answered on 18 Jan 2011
1 answer
71 views
Hi,

I was looking at code sample, i found that OpenWindow function writtern as a javascript.

Is there any way i can write the same code on my code behind.

i.e.

protected

 

void radBtnSaveQuery_Click(object sender, EventArgs e)

 

{
some code.......

 

}
I am looking for that some code...

Shinu
Top achievements
Rank 2
 answered on 18 Jan 2011
6 answers
268 views
I'm have created a custom validator for the RadAsyncUpload control on my form however I'm getting a javascript error that the getUploadedFiles() method doesn't exist for this object. Below is the code I've used

<asp:CustomValidator ID="rfvFileUpload" ClientValidationFunction="validateFileUpload" runat="server" ErrorMessage="File Required" />

function validateFileUpload(sender, args) {
    var uploadObject = $find("<%= RadAsyncUpload1.ClientID %>");
    args.IsValid = uploadObject.getUploadedFiles().length != 0;
}

I'm using the Telerik RadControls for ASP.NET AJAX Q2 2010


Regards,
Victor
support
Top achievements
Rank 1
 answered on 18 Jan 2011
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?