Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
80 views
I have a custom RadMenu skin that I created and had styled how I wanted.  We recently upgraded our project to the newest version of Telerik, and I have noticed a white border around my sub menus (on the top, left, and right sides) that wasn't there before, and I can't figure out which styling combination will remove it.  I noticed that this border also appears on the menu in the RadMenu overview (http://www.telerik.com/help/aspnet-ajax/menu-overview.html).  I have attached this photo with a black box surrounding the white border I am talking about.  Can someone help me remove this border?
Magdalena
Telerik team
 answered on 07 Apr 2014
6 answers
170 views
I cannot find the correct CSS element to color the area just inside the border and outside .inner (or .fake input). Please see attached image.
A cannot find documentation for all the rddl elements like the combo box 
Magdalena
Telerik team
 answered on 07 Apr 2014
2 answers
263 views
Hi,

Here's my situation.

I have a RadWindow (separate aspx page) that contains a grid within a RadAjaxPanel (also tried just a plain asp Panel).
The grid is bound to a sqlDataSource.
The grid loads just fine when the RadWindow is initially launched.

The user fills out a few fields on the forms and clicks on Save.
I then call a webservice from javascript that adds a new record to this data source.
I now need to rebind the grid to show this newly added record.

I'm using the following function:
function RefreshGrid() {
            var grid = $find("<%= grdInputs.ClientID %>");
            var masterTable = grid.get_masterTableView();
            masterTable.rebind();
            // grid.repaint();  // tried adding this, but without any luck
        }

I've tried adding the following to my RadAjaxManager without any success either (with and without the 1st AjaxSetting):
<telerik:AjaxSetting AjaxControlID="RadAjaxManager1">
    <UpdatedControls>
        <telerik:AjaxUpdatedControl ControlID="grdInputs" />
    </UpdatedControls>
</telerik:AjaxSetting>
<telerik:AjaxSetting AjaxControlID="grdInputs">
    <UpdatedControls>
        <telerik:AjaxUpdatedControl ControlID="grdInputs" />
    </UpdatedControls>
</telerik:AjaxSetting>

What am I doing wrong?

Thanks in advance for any assistance.

Jim

jlj30
Top achievements
Rank 2
 answered on 07 Apr 2014
5 answers
249 views
Hello

Love your new control. Cuts out the requirement for me to write an entire page to control the rotation, flipping, etc of an image. I would like to know if you could add a "Fit To Width", "Fit To Height" and "Fit Image" option so the image can fit to the width of the control, height of the control and then the width and height of the control.

Regards,
Simon
Vessy
Telerik team
 answered on 07 Apr 2014
1 answer
60 views
Hi,

It's possible to set my HeaderText when i select a language ?

I create a fil named RadGrid.Main.resx and an other file named RadGrid.Main.en.resx on my App_GlobalResources ?

And on my table i write my NameOfmeta:resourcekey.HeaderText ?

Tell me if i'm wrong pls.

Regards,
Alexandre
Kostadin
Telerik team
 answered on 07 Apr 2014
1 answer
84 views
How to change the text of edit column to my custom text . Should i do from server side?
Princy
Top achievements
Rank 2
 answered on 07 Apr 2014
1 answer
111 views
I am running into a new very strange problem with the tabs on my tab strips. They were working fine, then they started being rendered over two lines instead of one even though there was plenty of room in one line.  It's like the tabs have gotten much wider suddenly.  Changing the tab width to something smaller prevents them from going more than one line, but they are still not being rendered properly, as if there is another line of tabs beneath and tabs which are partially obscured.

I have attached two files. One with tabs set to 200 and without tab width set.  The one of two lines is the one without tab width set.  Any suggestions would be appreciated.

Nencho
Telerik team
 answered on 07 Apr 2014
2 answers
115 views
There are multiple columns in the grid, two are checkbox columns.

I have one checkbox set to:
 CurrentFilterFunction="EqualTo" CurrentFilterValue="True"

and the other:
 CurrentFilterFunction="EqualTo" CurrentFilterValue="False"

EnableLinqExpressions is false.

The second filter is not applying: CurrentFilterValue="False".   I tried removing the first one, but the second one still did not apply.

Am I missing some syntax here?
Peter
Top achievements
Rank 1
 answered on 07 Apr 2014
4 answers
294 views
I have a page built with several htmlchart controls on it and everything is working great. When I display that page inside of an iframe inside a sharepoint page, the htmlchart controls don't display. Any reason for that?

This is the code of the iframe:

<IFRAME name=MSOPageViewerWebPart_WebPartWPQ2 width="100%" height="100%" title=Untitled id=MSOPageViewerWebPart_WebPartWPQ2 src="http://urltomypage/cid.aspx" frameBorder=0 ddf_src="http://urltomypage/cid.aspx"></IFRAME>
Danail Vasilev
Telerik team
 answered on 07 Apr 2014
5 answers
53 views
Hello,

I think I posted in the wrong sub-forum, so I re-post it here (original post : http://www.telerik.com/forums/radgrid-edit-form-strange-issue please delete it if necessary).

I'm using a ajax radgrid with an edit form (templated) into a popup (EditMode="PopUp"). Recently we updated our website from .NET 3.5 to .NET 4.0 so lots of configuration have changed (application pool, etc).
My new radgrid is perfectly working on our test platform, but on another server the popup is not showing when I click on "Add new record" button.

I tried to switch to EditMode="EditForms", to see if it changed anything on this server. When clicking on the add button, the form is displayed apparently correctly on the top of the radgrid. But I noticed that the validators controls didn't perform client side validation.

When looking at the response of the server (with firebug) when clicking on the add button, it seems that some code is missing at the end of the response : the code that perform the client side validation. Could this explain why the popup is not showing in EditMode="PopUp" mode ? Some missing javascript code ?

Please note that the radgrid is working correctly on another server, so I'm pretty sure this is a telerik configuration issue. But I don't know where and what to check.

I'm available if you need another details about the problem. Thanks in advance for your help.

Version of Telerik UI I'm using : 2010.2.929.35
Viktor Tachev
Telerik team
 answered on 07 Apr 2014
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?