Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
183 views
Hi,

I have databound my grid with an IEnumerable<> of objects. One of the properties of this object is an enum type. This works great, and the enum type is displayed as expected in the grid, however filtering this column always fails. I used a GridBoundColumn to display the enum value in the grid.

When I enter a value in the filter box, I get a Telerik.Web.UI.ParseException with the message "Neither of the types 'String' and 'MyEnumType' converts to the other"...

Am I using the wrong column type to display enum values? Is it possible to show a dropdownlist with all possible enum values for filtering instead of a textbox in which the user can enter anything?

Kind Regards,
Kristof
Tsvetoslav
Telerik team
 answered on 25 May 2010
6 answers
125 views
Hello, I was use old radDateTimePicker (2007).
I upgraded my controls to Q1 2010 but I had a problem that :

I have a radDateTimePicker
28.04.2010
My cursor  at  |28.04.2010 and I was entering this input : '1' and new view was 18.04.2010
But new telerik DateTimePicker control's view is 128.04.2010.
I want to my input like old control action. I want to write '1' and '2' is auto clear. |28.04.2010 -> 18.04.2010
I hope I told my problem.
Maria Ilieva
Telerik team
 answered on 25 May 2010
3 answers
96 views
Hello,

I'm using ASP.NET Ajax RadMenu in several websites and recently I've noticed that the 3rd level is not visible when I browse the websites with IE 6 or 7.

You can see the problem at:
www.applisonix.com
On the menu go to News and Events -> News. On IE 8 and Firefox you'll see a 3rd level with News 2009 and News 2010.
However, On IE 6 and 7 you'll see the text for a second and then it will disappear.

I'm using a custom skin:
http://www.applisonix.com/skins/Menu.applisonixSkin.css

What could be the problem?
Shay Grinstein
Top achievements
Rank 1
 answered on 25 May 2010
3 answers
146 views
I need to obtain the contents of the RadEditor in RTF on the server for use with Active Reports to generate a PDF.  When I try using the new ExportToRtf method on the RadEditor it simply sends the output back to the client browser.  I would prefer to capture the RTF content generated on the server.  Is there a way to accomplish this?
Rumen
Telerik team
 answered on 25 May 2010
2 answers
152 views
Can I and what is the best way to dynamically resize the height of a RadPageView? 

In my RadMultiPage, I have a RadPageView that contains an iframe with src="Page1.aspx" initially.  Right now, Page1.aspx codebehind may Response.Redirect to Page2.aspx.  However, Page2.aspx has a greater height than Page1.aspx.  I'm open to a codebehind and/or javascript solution.  Or is there is a different element that should be resized?

Thanks,
Carmen

Yana
Telerik team
 answered on 25 May 2010
1 answer
80 views
Hi,
I am getting an issue with the radwindow which is being used together with a radscheduler to show appoinment details.
The problem I am getting is that there is like a horrible "toolbar" surrounded by a red box in the jpg attached. How should I remove this tool bar. I am using the following to define the radwindow:
Radwindow1 is shown below, for testing purposes, and wndInsertCreate is the one I am using.


Thank you for your help!
Swadesh


<telerik:RadWindowManager ID="RadWindowManager1" runat="server"  >
            <Windows>
                <telerik:RadWindow
                    id="wndInsertCreate"
                    runat="server"
                    showcontentduringload="false"
                    width="668px"
                    height="330px"
                    title="test"
                    Behavior="Close, Move"
                    Skin="Vista"
                    backcolor="gray"
                    Modal="true"    
                    VisibleStatusbar="false"   
                    OffsetElementId = "<%#RadScheduler1.ClientID %>"      
                    OnClientClose="OnClientclose"
                  >
                </telerik:RadWindow>
              <telerik:RadWindow ID="RadWindow1" VisibleOnPageLoad="true" Title="Google"
                    IconUrl="http://www.google.com/favicon.ico" runat="server">
                </telerik:RadWindow>
            </Windows>
        </telerik:RadWindowManager>






Peter
Telerik team
 answered on 25 May 2010
2 answers
216 views

In main page which contains the radwindowmanager, I added an radwindow "G" under the radwindowmanager. After I opened the radwindow "G", I tried to open another radwindow "C" from radwindow "G" by using the code below.

function openWindow(Url, Id) {

            var oMan = GetWindowManager();

            var oWnd = oMan.open(Url, Id);

            oWnd.set_visibleStatusbar(false);

            oWnd.set_behaviors(Telerik.Web.UI.WindowBehaviors.Close + Telerik.Web.UI.WindowBehaviors.Move + Telerik.Web.UI.WindowBehaviors.Resize);

            //something wrong here

            oWnd.setActive();

            return oWnd;

}

however I got the error message below 
'telerik.web.ui.windowBehahaviors.close' is null or not an object.

 in web.config, I added 

<location path="Telerik.Web.UI.WebResource.axd">

    <system.web>

      <authorization>

        <allow users="*" />

      </authorization>

    </system.web>

  </location>

 
please advise what cause this issue? Thanks.

yao wang
Top achievements
Rank 1
 answered on 25 May 2010
4 answers
271 views
Hello,

I would like to adjust the size of the radConfirm buttons (Ok/Cancel) so that they are the same width.  After reviewing the radWindow HTML, I overrode the innerspan class and added the appropriate width.  This seems to have done the trick perfectly.

My question is this - a class name of "innerspan" seems very generic, and I'm wondering if any other radControls use this class name for anything else.  So far my application seems to be fine, but I want to make sure I'm not messing up anything else by making this change.  Is there a more appropriate solution for modifying the button widths of the radConfirm?  This way seems very simple.

Thanks.

Steve
Steven Black
Top achievements
Rank 1
 answered on 25 May 2010
2 answers
125 views
I need to allow administrative users to configure what buttons on the toolbar are available to end users. Sort of like the "Customize Commands" in Office 2003/VS.

To be able to offer a richer experience, I would like to be able to represent buttons using the original icons used on the toolbars. Is it possible, given the tool "key" as used in the Tools XML file, to obtain the icon graphic URL?


Nathan J Pledger
Top achievements
Rank 2
 answered on 25 May 2010
1 answer
111 views
Hi,
I've made a custom skin with enlarged graphics for the checkboxsprites and radiobuttonsprites using the visual style builder.  The new skin works fine on IE, Firefox, and Opera but not Webkit browsers, which still show the regular smaller graphics.  Is there any way to get this working on all browsers in such a way that it won't break in the future?
Thanks,
David
Bozhidar
Telerik team
 answered on 25 May 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?