Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
90 views
I've got a grid 800px wide that I'm PDFing to 11X8.5, however the first two column of the grid are blank in the PDF , the column headers are there but no data.

Shinu
Top achievements
Rank 2
 answered on 18 Nov 2008
3 answers
192 views

When I made some style changes that I will describe below, the size of my RadWindow changed.  There is an area that is the right size and which is transparent with the window title at the top and the word close to the right of it.  Close is a link that seems to close the window and there is a bullet to the left of it, as if it were in a <ul>.  Within this transparent area is smaller content area with scroll bars, and it contains the content of my window.  It's way to small and I have to scroll in both directions to see it all.  If I make the title (up in the transparent area) longer or shorter, the width of the content area changes to match.  The height of the content area is about a third of what it should be.  If I call SetSize on the client size, the outer, transparent area is resized and the content are is unchanged.

This started when I stopped using embedded styles.  I copied WebBlue and Web20 into my theme folder and in my config.sys put this:

add
key="Telerik.EnableEmbeddedSkins" value="false" 

add key="Telerik.EnableEmbeddedBaseStylesheet=false" value="false"

I also removed the style sheet for the RadEdit content area, which was messing things up, and changed a few colors in the new style sheets.

If I remove the WebBlue and Web20 folders from my theme folder and remove the two lines from config.sys, all is well again.  If I put either the folders or the config lines back, it breaks again.

Obviously there's a style somewhere that is interfering.  Can anyone give me some clues about where to look for the problem?

Martin
Telerik team
 answered on 18 Nov 2008
3 answers
113 views
need help

how do i hide the grid, control by drop down combobox.
the example given by doc, is use the button. but i not useful for me.
i wan according the selection data to view the grid or hide it.

any help
thx

kenny
Shinu
Top achievements
Rank 2
 answered on 18 Nov 2008
1 answer
230 views
Please see attached Project. I have gone through the forum and found no answer to this issue. there are similar threads but not like this issue. 

The Grid has two checkbox templated columns. theses checkbox only check one way. there is no way to keep its toggled state. 
steps to re-create: 
Start sample project. 
Click the header checkbox of the first column, see the values change. however after postback processing the checkbox looses its value as a result one can only select the checkbox in one way. 

Thanks, Don Almeida   

Hey--> there is no way to upload a project, what happened ot this feature? 


 
Shinu
Top achievements
Rank 2
 answered on 18 Nov 2008
3 answers
135 views
Hi,
i am trying to add custom tooltip to the series points of line chart.

I can easily add normal tooltips but what i am trying to achieve is when the user mouse-overs the point, a tooltip is displayed containing my ascx control within it.

I am trying to add the series point to the radtooltipmanager.targetcontrols but am having no luck as yet...

Is this possible ? or does the radchart only provide text tooltips ?

I could display a radwindow on the chart click but would much rather have my custom tooltip with my control ( of another mini chart !)

Any Ideas please ?
Thanks
Mark
Albert
Top achievements
Rank 1
 answered on 18 Nov 2008
1 answer
96 views
I have a site I'm developing (temporary link here: http://dev1.homeip.net/adventdvr) that uses the RadMenu for navigation.  So far I've only put a few items on there (all the parent links, a couple child links) and it works fine in FireFox 3.x but doesn't seem to be working in IE7.  Both "Company" and "Product" should show an item each (although only "Product" has an actively working child link).  My menu is defined statically as below:

            <telerik:RadMenu ID="RadMenu1" runat="server" Skin="Advent"  
                EnableEmbeddedSkins="False"
                <Items> 
                    <telerik:RadMenuItem ImageUrl="Images/Menu/btn_company.gif" 
                        HoveredImageUrl="Images/Menu/btn_company_h.gif" ToolTip="Company" NavigateUrl="Company.aspx"
                        <Items> 
                            <telerik:RadMenuItem Text="Expertise"></telerik:RadMenuItem> 
                        </Items> 
                    </telerik:RadMenuItem> 
                    <telerik:RadMenuItem ImageUrl="Images/Menu/btn_product.gif"  
                        HoveredImageUrl="Images/Menu/btn_product_h.gif" ToolTip="Product" NavigateUrl="Product.aspx"
                        <Items> 
                            <telerik:RadMenuItem Text="Technology" NavigateUrl="Technology.aspx"></telerik:RadMenuItem> 
                        </Items> 
                    </telerik:RadMenuItem> 
                    <telerik:RadMenuItem ImageUrl="Images/Menu/btn_support.gif"  
                        HoveredImageUrl="Images/Menu/btn_support_h.gif" ToolTip="Support" NavigateUrl="Support.aspx" /> 
                    <telerik:RadMenuItem ImageUrl="Images/Menu/btn_contact.gif"  
                        HoveredImageUrl="Images/Menu/btn_contact_h.gif" ToolTip="Contact" NavigateUrl="Contact.aspx" /> 
                </Items> 
            </telerik:RadMenu> 
 

Any idea why it is working ok in FireFox but not IE?
Fooberichu
Top achievements
Rank 2
 answered on 18 Nov 2008
2 answers
119 views
Hi all,

  I want to perform some checkings before the user can add / edit a row in a grid.
  For example, i want the user to select a value in a dropdownlist before he/she can add a row to the grid.
  Thank you.
Cloud
Top achievements
Rank 1
 answered on 18 Nov 2008
2 answers
138 views
Hi Guys,

I have always received a better and efficient ways for doing things in the forum...I have little crazy requirement ...

My DataTable

Country          State           Dev               startDate                EndDate
USA                 FL             A,B,C              5/9/08                     6/8/09
USA                 TX             H,D,C              5/9/08                     6/8/09
USA                 AR             I,J,K                5/9/08                     6/8/09
Canada           ON             A,F,J              11/6/08                   11/08/09
Canada           TO             K,H,J              11/6/08                   11/08/09
Canada           UG             O,F,J              11/6/08                   11/08/09

Now When I have to display in the RadGrid it has to look this...

Country         State               DEV              StartDate            EnadDate
USA                 FL             A,B,C                5/9/08                     6/8/09
                       TX             H,D,C                                 
                       AR             I,J,K
                

Canada           ON             A,F,J              11/6/08                   11/08/09
                       TO             K,H,J                            
                        UG             O,F,J             

IT has too looks something like this....Now the there is another twist ..If a client click then  it has to be highlighted too which I have show it by Bold  fonts in USA....
Please don't suggest me the Hierachy Level in Grid..Beacuse I already suggested it, and it was denied...Any other help will be appriciated ...

thanks,
DIP

Dip
Top achievements
Rank 1
 answered on 18 Nov 2008
5 answers
63 views
Hi Everybody,

I am working in a project where i am using Alphabetic Pager. Everything is working fine. I am able to see all the letters from A-Y on the grid except letter 'Z'. Can i know how to see letter 'Z' on my grid. Thanks in advance for the help.

Thanks for the time,
Hari

Hari
Top achievements
Rank 1
 answered on 17 Nov 2008
4 answers
1.4K+ views
Hi all,

I have read through several threads about handling the close button ("X") on the RadWindow and am a little confused on what I need to do.  I am using version Q2 2008 SP2 and referenced the dlls in the 35bin

What I am trying to accomplish is the following:

There is a page with a list of items from a table.  A user clicks on a button to open up a RadWindow.  This window allows a user to add 1 or more items to a table which the rad window establishes a connection to add the data.  After each add, the identity column is stored/appended in a hidden field.  When the window is closed, the items in the hidden field are passed back to the main page using the argument property of the window before closing the window and the OnClientClose property of the RadWindowManager which in turn references a script which takes the argument to the RadAjaxManager on the page in order to to display the newly added items. 

I created close button that calls a script to return the identity(s) from the newly added items.  One of the suggestions made to me was to add the close button ("X") of the window.  After I added the behavior and when the close button ("X") of the window is clicked, the script that is coded in the window is not executed. 

Below are 2 of the links that referenced:


     Tried to implement the following code but I get a null reference when attempting get the close button in the DOM which is highlighted below:

        function OpenWindow()
        {
            radopen("http://www.google.com","RadWindow2");
            //Make sure to pass the correct window name as
            //an argument when calling the ConfirmClose() function
            ConfirmClose("RadWindow2");
        }
       
        function ConfirmClose(WinName)
        {
            var oManager = GetRadWindowManager();
            var oWnd = oManager.GetWindowByName(WinName);
            //Find the Close button on the page and attach to the
            //onclick event
            var CloseButton = document.getElementById("CloseButton" + oWnd.Id);
            CloseButton.onclick = function()
                {
                    CurrentWinName = oWnd.Id;
                    //radconfirm is non-blocking, so you will need to provide a callback function
                    radconfirm("Are you sure you want to close the window?", confirmCallBackFn);
                }
        }



       This link handles the event of the close button on the main page but I don't see how I can get the identity(s) in that method.  

Does anyone know what I would need to do?

Thanks,

Ron

Ron
Top achievements
Rank 1
 answered on 17 Nov 2008
Narrow your results
Selected tags
Tags
+? more
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?