Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
178 views
Hello,

I try to stick to block the images, when i use the paste.

when you make a copy and paste an article I would keep the text and formatting any external links, but not paste images.
how do I do?


Ch.



Schlurk
Top achievements
Rank 2
 answered on 11 May 2010
1 answer
230 views
I have created a ticket for this as well, but I thought I would submit here as well and see if anyone has seen this behavior.

I am having an issue with the RadGrid and partial postbacks.  For the partial postbacks I am using the RadScriptManager, RadAjaxManager, and the RadAjaxLoadingPanel.  

The scenario is pretty basic.  I click a button, some data is retrieved, and bound to the grid.  The issue that is happening is the data retrieval process is pretty lengthy (upwards of 15-30 seconds).  When the partial postback returns the grid has all of the data, but the styling for filtering, sorting, etc is all messed up.  

A couple troubleshooting steps I have taken is to hard code the data being returned so it is faster.  That actually fixes the problem and the grid comes back styled perfectly, so I am thinking it has to be the time to return is causing issues.  I did find another person on the forum who described possibly a similar problem, and the recommendation was to increase the ScriptManager.AsyncPostBackTimeout value, which I have done, and that did not help.

Any assistance would be greatly appreciated.  I am under the gun to get this done asap!  Thanks
Dimo
Telerik team
 answered on 11 May 2010
3 answers
167 views
Dear Telerik Team,

I build my project in 2009.3.1208.20 version with custom skin everything working good. Now I upgraded the version to 2010.1.415.35 then Button and Datepicker control css are not working properly. I am getting disturbed css for button and date pickers in a form. I hope you will understand the problem.


Thanks and Regards
---------------------------
Pradeep
Dimo
Telerik team
 answered on 11 May 2010
5 answers
199 views
  <radspl:RadSplitter ID="spltSrchRes" runat="server" Skin="Outlook" Width="100%"   
        Visible="true" ResizeWithParentPane="true" ResizeWithBrowserWindow="true" ResizeMode="EndPane" Height="700">  
         <radspl:RadPane ID="pnRefSrch" runat="server" Width="100%" Scrolling="None" >    
 
   <Telerik:RadGrid Width ="100%"  ID="dgResults" EnableAJAX="True" HorizontalAlign="Center" runat="server" AllowPaging="True" AllowSorting="True" 
                    Font-Names="Tahoma" OnItemCommand="dgResults_OnItemCommand" OnPageIndexChanged="dgResults_OnPageIndexChanged" Font-Size="X-Small" GridLines="None" Skin="Office2007" 
                    OnSortCommand="dgResults_SortCommand" OnPreRender="dgResults_PreRender" OnExcelExportCellFormatting="dgResults_ExcelExportCellFormatting">  
                    <AlternatingItemStyle  Font-Size="8pt" CssClass="MyAlternatingClass" /> 
                    <ItemStyle Font-Names="Tahoma" Font-Size="8pt" CssClass="MyClass" wrap="False" /> 
                    <HeaderStyle Font-Bold="True" Font-Size="9pt" ForeColor="Black" Wrap="False" HorizontalAlign="Center"/>  
                    <ClientSettings AllowColumnsReorder="false" ReorderColumnsOnClient="false" AllowAutoScrollOnDragDrop="false"   > 
                    <Resizing AllowColumnResize="True" ClipCellContentOnResize="False" ></Resizing>  
                    <Scrolling AllowScroll="True" UseStaticHeaders ="true"  ScrollHeight="550px" /> 
                     <Selecting AllowRowSelect="True" /> 
                        <ClientEvents OnGridCreated="GridCreated"  /> 
                    </ClientSettings>                      
                    <MasterTableView Width ="99%" >   
                    <Columns>   
 
......  
 
   
 
 
 
Hi Telerik experts:

I use static headers in my grid. As I need to show many columns, I expect there is a horizontal scroll bar to scroll the grid when the number of columns increases.

1) However, with static headers=true, there is no horizontal scroll bar. I had the scroll bar when I didn't use static hearders (which default is false.)

2) Also, another problem is: with static headers, the column shows with equal width. But I need it to be shown with content width (auto instead of fixed.)

For your reference, I put some part of my code above.

Thanks.





Pavlina
Telerik team
 answered on 11 May 2010
3 answers
200 views
I have asp:textbox that is not visible when the page loads. With a click event I make it visible. I am using RadAjaxManager. The textboxes that have watermark extenders, when they become visible the corners are not rounded, but the textboxes without watermark extenders do have rounded corners. Can someone please help.
Georgi Tunev
Telerik team
 answered on 11 May 2010
2 answers
176 views
It only removes the selected item from the radgrid but it's still persisting into database.
How do i delete selected record using GridClientDeleteColumn? Thanks
El
Top achievements
Rank 1
 answered on 11 May 2010
3 answers
152 views
I can't understand why Telerik_stylesheet is outside the <head> tag! I think this error comes from the FormDecoration controller, how do I fix this? I want to validate the page in XHTML 1.0 Strict but then this line cant be outside the <head> tag.

<link class='Telerik_stylesheet' type='text/css' rel='stylesheet' href='/WebResource.axd?d=Jrxutc3vSdTzoSVKhoRbNbLAGkfkSThA4sXBLKFVWon0-07Eq60btA2OqfMCMirxw0AjXrkVjtb91j1gAS9olg2&amp;t=633868204660000000'></link>

Anyone know a solution?
Basel Nimer
Top achievements
Rank 2
 answered on 11 May 2010
3 answers
167 views
 

I am experiencing an issue with the RadEditor, and I believe that I have recreated the issue in a simple Visual Studio web application solution.

 

We are currently using the 2009.3.1314.35 version of the Rad AJAX controls .

 

With the RadEditor, when viewing the page with Safari, the context menu for Tables is not  working. We can view the context menu when we right-click the table, but when we click on one of the menu entries (ie. table properties, cell properties, etc.), the menu just disappears.

 

To recreate, display a page with the radeditor control on it (ie. default.aspx in my attached solution). In the editor, add a 2x2 table, with text in each of the cells. Now shrink the Safari window that shows only a portion of the radeditor vertically, and so that only the bottom 2 cells are showing at the top of the window's view. Right-click on of those cells, and then click on "insert row after". You will notice that nothing happens.

 

Now position the window's view so that the top of the page is at the top of the window's view. Increase the size of the window vertically so that you can see the 2x2 table. Right-click on a cell, and then click "insert row after". Now the row is added.

 

It seems that if the window's view is paged down in some manner, none of the context menu entries work.

 

This only happens in Safari 3.x and 4.x for Windows an dMac. It does not happen for other browsers (ie. IE, FF, etc.).

 

We are also seeing other anomalies with toolbar items (ie. trying to change color of text, but it not working), but I'll start with the context menu issue first.

 

Is this a known issue with Telerik? Safari?

Dominick Griffin
Top achievements
Rank 1
 answered on 11 May 2010
1 answer
51 views

I have a radPanel bar on a webpage. I am adding panel items dynamically with userControl in each panel item. User Control have a save button  which sends postback. Right now when user opens one panel item and clicks save button on that user control it’s sending post back to this parent page. How do I avoid this?

On this button save click I just want to reload this current panel item.

Thanks!!

Maria Ilieva
Telerik team
 answered on 11 May 2010
2 answers
199 views
am using two rad grid
cos of that master page vertical scrool bar is enabled so
a large empty space below the page is visible
i wanna restrict that master page scrool vertical bar

even if i add 30 to 40 controls in a page am not getting vertical scroll bar from master page
if i add rad grid am getting
Dimo
Telerik team
 answered on 11 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?