

| <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> |
| ...... |
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&t=633868204660000000'></link>
Anyone know a solution?
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?
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!!
