Just wondering which is better for performance to use embedded skins, or create using theme builder and use a custom skin.
I prefer to use a custom skin as I can tweak the css to suit, rather than target the correct specificity to change an inbuilt skin.
What I used to do was take the skin form the skin folder and rename / edit that, but have found that using the Theme builder files the CSS doesn't match exactly the built in skins, so I'm thinking about going back to the built in, but curious about performance.
Andy
var
tree = $find(
"<%= RadTreeView1.ClientID %>"
);
var
node = tree.get_selectedNode();
var
ParentFolder = tree.get_selectedNode().get_text();
Hi,
I have created an OrgChart and added a rendered field using RadOrgChart.RenderedFields.ItemFields.Add().
Is there a suitable way that I can add additional data to each Node/Group Item in the OrgChart without displaying it to the user and be able to access it from the client-side? Could this be done through a hidden field or through additional rendered fields?
Thanks,
Mark
<telerik:RadAjaxManagerProxy ID="RadAjaxManagerProxy1" runat="server"> |
<AjaxSettings> |
<telerik:AjaxSetting AjaxControlID="JawbCategoryComboBox"> |
<UpdatedControls> |
<telerik:AjaxUpdatedControl ControlID="JawbOccupationComboBox" /> |
</UpdatedControls> |
</telerik:AjaxSetting> |
</AjaxSettings> |
</telerik:RadAjaxManagerProxy> |
It is the <telerik:AjaxUpdatedControl> line that is causing the issue. If I comment it out, the error goes away. I read the other posts about code within the <head> tags, but the only code in the <head> section is stylesheet code. There aren't any <% %> tags anywhere in the <head> section of the master page or any of the children. Here is the exact error:
[HttpException (0x80004005): The Controls collection cannot be modified because the control contains code blocks (i.e. <% ... %>).]
System.Web.UI.ControlCollection.AddAt(Int32 index, Control child) +8669270
Telerik.Web.UI.RadAjaxControl.MoveUpdatePanel(Control initiator, Control updated) +132
[HttpException (0x80004005): Please, see whether wrapping the code block, generating the exception, within RadCodeBlock resolves the error.]
Telerik.Web.UI.RadAjaxControl.MoveUpdatePanel(Control initiator, Control updated) +180
Telerik.Web.UI.RadAjaxControl.PerformRender() +375
Telerik.Web.UI.RadAjaxControl.OnPageRender(HtmlTextWriter writer, Control page) +1222
Telerik.Web.UI.RadAjaxControl.RenderPageInAjaxMode(HtmlTextWriter writer, Control page) +95
System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +256
System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +19
System.Web.UI.Page.Render(HtmlTextWriter writer) +29
System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +27
System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +99
System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +25
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1266
What else causes this error?
Thanks,
Bill
I have been looking for a bit, and have not found the answer. I feel like I just might have overlooked it.
How does the RadSiteMap control know where to break the items into the next column. I am using one of your demos (loading it with XML from code behind - which doesn't work straight out of the ZIP btw). The menu item is set up with a RadSiteMap control with three columns. I can add and remove items from each of the groups, and it will continue to break in the same place. There are two groups under the first column, and one group under each of the others. How does it know, or - more importantly - how do I tell it when to break to another column?
Hi,
how i can compare cell value to his grand total (for after change color).
I try in CellDataBound, but how access to the grand total ?