Telerik Forums
UI for ASP.NET AJAX Forum
8 answers
326 views
A couple of strange issues I just can't get sorted out:

1) I use RadWindow forms for data-editing all over the place, and my MasterPage for the form contains a RadSplitter with a top pane for the form and the buttom pane for the commands ("Insert", "Update", etc).  If I put a RadFileExplorer in the top pane then:

  • With width=100% - the border around the control is correct, but the grid extends beyond the border of the control width-wise and the addressbox does not go to 100%
  • With width=640px - the border and the addressbox are correct, but the grid still extends beyond the border of the control width-wise
  • With height=100% - the border of the control looks like it's about 100px high, and both the treeview and the grid extend beyond the border of the control height-wise
  • With height=340px - the border shows the correct height, but both the tree and the grid still extend beyond their restrictions

My work-around so far has been to create a form that uses a different MasterPage (in fact, no MasterPage) that mimics the design of all my other forms, but this introduces a longer-term problem in maintainability.  In the short-term though, problem #2 is far more urgent.

2) I set all FileBrowsers properties programatically - both those that are used by the built-in dialogs of the RadEditor as well as any RadFileExplorers that I use.  In setting up the configuration for either one, they pass through the same set of functions on the server for specifiying ViewPaths, UploadPaths, DeletePaths, etc.  The problem that I'm seeing is that a user can open a DocumentManager from the toolbar of an Editor and they have the expected read/write permissions to root-level folders and sub-folders.  However, when that same user visits my form with a RadFileExplorer, which has the exact same paths, they cannot write to any sub-folder, however they can write to the root folder; and they can read all folders just like in the DocumentManager.

My work-around is that I have to tell my users who are managing their documents that they have to go to a completely unrelated area of the site so that they can use the RadEditor's Document Manager for uploading, then return back to their initial page to select that file for use.  I'm hoping that's enough information for the Telerik Guru's to test out because the project is fairly huge and creating a small test project at this point is rather cumbersome.  Thanks,

Shaun.
Shaun Peet
Top achievements
Rank 2
 answered on 11 Apr 2009
4 answers
226 views
Hi,

is it possible to add a section for FileExplorer in the Code Library?
Instead of implementing my "auto backup" feature (discussed in other threads here) in the customers project I will do it in an isolated standalone project.

Since I think some of the features could be helpful to other Telerik customers I'm willing to share the thing at the Code Library.
BUT - at the moment there is no section for the FileExplorer.

If it is not possible (why ever) to add such a section - shall I place this in the "General and Integration projects"  instead?

Regards

Manfred
ManniAT
Top achievements
Rank 2
 answered on 11 Apr 2009
6 answers
526 views
Hello, I successfully created an example with the Slider control and scrolling through some images.  However when I hover over any of the images in the scrollable DIV, there is CSS that shows a larger version of the image right above the thumbnail image.  Take a look at this link, try hovering over one of the images in the scrollable area at the bottom:

http://www.fronseetest.com/mednikow/shopitem.aspx

- Notice on hover, the larger image is cut off, how do I show this full image?  Is there a different setup I should be using with the slider to make this easier? 

.hoverbox a:hover .preview
{
    display:block;
    position:absolute;
    top: -195px;
    left: -60px;
    z-index:200;
}
- as you can see im setting this pop out image's css as absolute and a higher z-index.  I would think this would work, but I have an overflow:hidden set on the scrollable div, which I think is breaking it, but I need this to make the scroll work.  Any help here guys?  Thank you much.
Joe



mrktai
Top achievements
Rank 1
 answered on 10 Apr 2009
2 answers
161 views
Hi.

I have reproduced the row drag drop demo between 2 grids. I can drag drop items from girdA to gridB. The problem arises when I check the enable scrolling checkbox in the smart tag of the gridB. The client side event OnRowDropping is fired but not OnRowDrop on server side (Postback is not called either). If I uncheck the scrolling, everything is fine again.

  <telerik:RadGrid ID="gridA" runat="server"   
        CssClass="style2" GridLines="None" 
        OnRowDrop="gridColumns_RowDrop" 
        OnNeedDataSource="gridA_NeedDataSource"   
        AllowMultiRowSelection="True">  
        <MasterTableView DataKeyNames="positionReport" AutoGenerateColumns="False"   
            ShowHeader="False">  
               <Columns> 
                   <telerik:GridBoundColumn DataField="namereportFR" UniqueName="column">  
                   </telerik:GridBoundColumn> 
               </Columns> 
               </MasterTableView> 
        <ClientSettings AllowRowsDragDrop="True">  
            <Selecting AllowRowSelect="True" /> 
            <Scrolling AllowScroll="True" UseStaticHeaders="True" /> 
            <ClientEvents OnRowDropping="onRowDropping" /> 
        </ClientSettings> 
    </telerik:RadGrid> 
      
       
        <telerik:RadGrid ID="gridB" runat="server"   
        CssClass="style1" GridLines="None" 
        OnRowDrop="gridColumns_RowDrop" 
        OnNeedDataSource="gridB_NeedDataSource"   
        AllowMultiRowSelection="True" AutoGenerateColumns="False"   
        ShowHeader="False">  
        <MasterTableView DataKeyNames="positionReport">  
               <Columns> 
                   <telerik:GridBoundColumn DataField="namereportFR" UniqueName="column">  
                   </telerik:GridBoundColumn> 
               </Columns> 
               </MasterTableView> 
            <ClientSettings AllowRowsDragDrop="True">  
                <Selecting AllowRowSelect="True" /> 
            </ClientSettings> 
        </telerik:RadGrid> 
        
André
Top achievements
Rank 1
 answered on 10 Apr 2009
2 answers
92 views
Hi I am using Radtoolbar, commbobox

when refresh browser page (i mean F5)
I get this message
    "to display the webpage again, IE needs to resend the info.... if you were making a purchase ... again."

How can I prevent this? What part in Radtoolbar ? I know is not bug but just want to see if there is a walk around to the popup.

Thanks,
Ifdev02
Top achievements
Rank 1
 answered on 10 Apr 2009
2 answers
135 views
Hi i am using the version  2008.3.1125.35

I need a good sample of busy icon while loading:
i have a grid and a pager tamplate in it.
whenever user tries to use the pagin related controls i want to show the busy icon till it loads.

the demo samples did not help me since i could not find the specified properties

Please give me some simple sample

thanks
-Krishna
Krishna
Top achievements
Rank 1
 answered on 10 Apr 2009
4 answers
94 views
I noticed an odd behaviour with the RadGrid pager when SEO is enabled. It seems when I set EnableSEOPaging="True", the pager rendering gets broken, it for some reason renders the button style from an earlier version of the control. When I remove the EnableSEOPaging="True" property from the grid, the pager renders correctly and with the lastest version of the button images.

If you could test this out on your end and tell me if this is happening to you.

Thanks.
Dimo
Telerik team
 answered on 10 Apr 2009
1 answer
54 views
Hi all,

I have a rad grid in my application.

On this rad grid, there is a context menu defined. When I rightclick on the radgrid, this context menu pops up. It has an option to open the details of the items listed in the grid. This works fine in a normal scenario.

But......

When I group the items in the grid, and Collapse the first group, and right click on the first item in the next group and open it's details, I find that the details of some other item are displayed. After the R&D I had done in this case, I find the following.

For example:
Consider a rad grid with the followin arrangement.
------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Group 1
    Row 1
    Row 2
    Row 3
Group 2
    Row 4
    Row 5
    Row 6
Group 3
    Row 7
    Row 8
    Row 9
    Row 10
------------------------------------------------------------------------------------------------------------------------------------------------------------------------

In the above arrangement, if I collapse Group 1 and right click on Row 4, the context menu popsup, and when I open the details of this row, I find that the details of Row 7 are being shown, which means Row 4 + 3 items = Row 7. There are 3 Rows in the First Group. It is adding up in the above fashion and showing the details of the wrong item.

This happens when ever I collapse groups and try opening the details of an item in the rad grid.

Kindly help me out at the earliest possible.
Pavlina
Telerik team
 answered on 10 Apr 2009
1 answer
151 views
Hi,

We're using the RadCalendar for showing available dates for a travel booking-service. We use the OnDayRender-event to disable days when it's not possible to book. This works like a charm. However, for a few travels it is only possible to book a few dates per year, for instance it may be possible to book only at 15th of january, 20th of april and 1st of september.
But if we disable all days except these ones we get a dialog-box saying "Date is out of range" if the user tries to navigate to the next month from April.

Would it be possible to let the calender automatically jump to next "valid" month (September) when the user tries to navigate to next month?

Btw, I agree this is not the most elegant solution when so few dates are actually available, but this is how the customer wants it as all travels should be booked in the same manner.

Edit: I notice that you won't get that error message I mentioned, but you have to go through all months from may to august (without any valid dates) before you get to september, so my question about jumping directly is still valid.
Pavlina
Telerik team
 answered on 10 Apr 2009
6 answers
236 views
Hi

I have a PC with IE6 on it that seems to do nothing then you click the Upload button. Has anyone else had this problem with IE6?

Thanks

Nick.
Veselin Vasilev
Telerik team
 answered on 10 Apr 2009
Narrow your results
Selected tags
Tags
+? more
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?