Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
281 views
Hi,

Is there a way to deploy RadCaptcha on a load balanced servers, instead of using session as imagestorageloacation can we use cookies?

Thanks,
Jessie
Slav
Telerik team
 answered on 03 Apr 2012
1 answer
82 views
Hi,

Can someone explain to me why I can do something like this in the page_load event:

Editor.CssClasses.Add("", "")

to clear all classes from the dropdown.

But calling a sub with the exact same code doesn't work?

As I am using the editor in many different pages in this project, I've set up global editor settings which I can call from each page, instead of pasting the same code in all pages.

Some / most settings work from there, but these css settings seem to be very flimsy to say the least.

Any help would be appreciated.

Regards,
-DJ-
Rumen
Telerik team
 answered on 03 Apr 2012
3 answers
76 views
Hi,

We have run into a problem with the new controls (version 2011.1.315). It appears that EnableRootItemScroll causes an issue in Chrome. When set to true, all sub menu's display horizontally instead of vertically. See demo page:

http://demos.telerik.com/aspnet-ajax/menu/examples/functionality/scrolling/defaultcs.aspx

When running in IE 8  it's fine, try it in Chrome 10 and it displays wrong. Turning off EnableRootItemScroll seems to cure the issue but we need this turned on within our application.

Many Thanks,

Fiona.
Helen
Telerik team
 answered on 03 Apr 2012
1 answer
198 views
I have my grid on the following hierarchy:

RadAjaxPanel
RadPanelBar(Contains 2 RadPanelItem)
RadPanelItem(2nd)
RadPanelItem
Panel
UpdatePanel(Tried with Panel too)
Panel
RadGrid

When I click on 'Edit' image of RadGrid, it is not going to edit mode immediately. In other words, it is going to edit mode but not updates itself(I can see it on the edit mode, when I do some other action).

Also, I have a RadAjaxManager which points to the outer RadAjaxPanel. I am aware that we should not use both RadAjaxManager and RadAjaxPanel on the same page.  However, I used RadAjaxManager  to set the RadAjaxLoadingPanel(I have no idea to set RadAjaxLoadingPanel without using RadAjaxManager).

Could you please help me to resolve this issue?

Regards,
-Akshay
Andrey
Telerik team
 answered on 03 Apr 2012
3 answers
544 views
Hi,

We are using 2011 Telerik Controls. Need to align the pager control (numeric + next/prev) to the center of grid and hide rest of
the paging information

1. How  can we hide rest of paging information? (like page size combo box, item 1 of 20 etc)
2. How align the pager control to the center of visible Grid. Our grid sitting inside a Div with horizontal scrollable.

                                                                             <<  <  1 2 3 4 5 6 7 8 9... >  >>

The gird pager should have only the above display and centered to the grid.

We are using the below settings: but these settings are now bringing the pager to the center of gird, it is still Top-Left

PagerStyle-Position

 

 

="Top" PagerStyle-HorizontalAlign="Center"

 

Thanks,

Gopi
Tsvetina
Telerik team
 answered on 03 Apr 2012
1 answer
214 views
I want to set the default filter function for a column on the client side. Please tell me how I can do that.
Shinu
Top achievements
Rank 2
 answered on 03 Apr 2012
7 answers
1.3K+ views
Hi Telerik
How can I change dynamically ItemStyle.Font.Bold of

GridBoundColumn


I am trying with this code but does not work ?

GridBoundColumn

gc = RadGridDocument.MasterTableView.Columns.FindByUniqueName("Index") as GridBoundColumn;

foreach (var item in Items)

{

 

if (item.ParentID > 0)

gc.ItemStyle.Font.Bold =

 

true;

 

else

gc.ItemStyle.Font.Bold =

 

false;

}

Nurietin
Top achievements
Rank 1
 answered on 03 Apr 2012
1 answer
241 views

I have a RadGrid in my page.

For a particular string type column i had set the default filter function as "Contains".

On first page load i found that it appears as "Contains" in the Filter menu.
But if lets say, i filter any other column with any filter criteria and again come back to this column and open the filter menu the default filter function now automatically changed to "No Filter".

Many work arrounds i had tried but is not working for me, cant even found the exact cause for it.

Can any body help me in this regard ? I want to know why it happens like this and what may be the fixes for this ?

Thanks in advance. :)

Shinu
Top achievements
Rank 2
 answered on 03 Apr 2012
1 answer
84 views
Hi,

I have added some Images to  RadListBox(using RadBinaryImage inside ItemTemplate of RadListBox). I populated Listbox from database (field of type Image) . But the issue is I can see that image in IE but not in Firefox or Chrome. I tried the same with populating images in Northwind database and it is working. Please share your thoughts regarding this issue.

Thanks
Bavya
Shinu
Top achievements
Rank 2
 answered on 03 Apr 2012
3 answers
635 views
Hello,

   I am trying to get the combobox selected item and value in the javascript.  Does the accessing of combobox in javascript change based on the version you use?  I am using Telerik 2011.3.1305.35. 

 I have a javascript file and in that i have a function which will accept client id of the radcombobox as a parameter and now how do i get the selected index, selected item and value of that combobox? I have tried it in couple of ways but no luck.

function GetAddress(rcbCity) {
  
 // rcbCity is the clientID of the RadComboBox with ID rcbCity .
 
 how do i get the selected index,item and value here?
 
}

I am calling this GetAddress function in the user control page load.  I am adding the attributes for another button click like below
if (!IsPostBack)
 {
   btnMap.Attributes.Add(
"onClick", "GeocodeAddress('" + this.rcbCity.ClientID + "'); return false;");
}



Appreciate the help
Thanks




Princy
Top achievements
Rank 2
 answered on 03 Apr 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?