Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
97 views
Hi all,

Are there any ways to change background color of selected Item of Menu in Server side?

Thanks.

Andy.

Shinu
Top achievements
Rank 2
 answered on 31 Jan 2011
3 answers
141 views
Hi,

I have a radgrid as image attached below.
Which have column with header text is "Title (linked to item with edit menu)", which have data type is string and values is hyperlink, i want to sort this column to ascending/descending. I know when RadGrid do sorting, it will sort values in datatable, but this values is a html string so sorting result after sorting will not as desired. Please give me a solution to solve this problem.

Thanks in advance
Phu Dang
Dave
Top achievements
Rank 1
 answered on 31 Jan 2011
2 answers
219 views

Hello all,

I do a submit by a ComboBox, AutoPostBack set to True, CausesValidation is set to True and the ValidationGroup is set
In this simple example is only validating the TextBox with a RequiredFieldValidator
And that works, ValidationSummary is showing the message.

<telerik:RadScriptManager ID="RadScriptManager1" runat="server">
</telerik:RadScriptManager>
<telerik:RadComboBox ID="RadComboBox1" runat="server" AutoPostBack="True" 
    ValidationGroup="item" CausesValidation="True">
    <Items>
        <telerik:RadComboBoxItem runat="server" Text="RadComboBoxItem1" Value="RadComboBoxItem1" />
        <telerik:RadComboBoxItem runat="server" Text="RadComboBoxItem2" Value="RadComboBoxItem2" />
    </Items>
</telerik:RadComboBox>
<asp:TextBox ID="TextBox1" runat="server"></asp:TextBox>
<asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="TextBox1"
    ErrorMessage="RequiredFieldValidator" ValidationGroup="item"></asp:RequiredFieldValidator>
<asp:ValidationSummary ID="ValidationSummary1" runat="server" ValidationGroup="item" />

But the ComboBox is changing to the chosen index while the ValidationGroup is not valid.
How can I prevent the changing of the ComboBox when the ValidationGroup is not valid?
A solution could be to check if the form is valid, and if not then set the ComboBox to its previous value but I don’t know how to check the form and return a True or False, like the method it is done by a PostBack event?

Thanks,

Marco

Marco
Top achievements
Rank 2
 answered on 30 Jan 2011
3 answers
93 views
Hi,


        I have Query. Can we Customize the Grid Filter Column.
        I want to add a Rad ComboBox to the Grid.

        Is it is possible? How ? Can u give me some Example?
Kiara
Top achievements
Rank 1
 answered on 30 Jan 2011
2 answers
73 views
One of our developers is using a Radeditor inside a wizard. The editor uses a tools file. Modules have been stripped down to RadEditorStatistics and RadEditorHtmlInspector, and all tools definitions have been deleted. However, whenever he switches to Design view, the toolbars reset (the TOOLS section contains definitions for all toolbars/tools) and the modules are back to the full list. Remove it, change to design view, the same thing happens again.

Any ideas? Would the problem have anything to do with the editor being used inside a wizard?
Derek
Top achievements
Rank 1
 answered on 29 Jan 2011
0 answers
55 views
how to set visibility of Radtabstrip menu with the dynamic changing heading title on same page. So that whenever we click any menu tab, Heading title on page gets change according to menu clicked. This should be happen in same page.
madhuri
Top achievements
Rank 1
 asked on 29 Jan 2011
0 answers
56 views
Hi, This is Anand I wish to work with Telerik control as it is best it seems, but the when I started and cretaed a sample application, it works wonderful  in local but not working in my web server, please help me out of this problem as I have to submit the project.
The web server link is :http://projects.bbcinteriors.com/projects/testRad/
plz suggest what to do.

Thanks and Regards,
Anand.
Anand
Top achievements
Rank 1
 asked on 29 Jan 2011
7 answers
348 views
Dear Forum,

Is there any way to set the autofilter property in Excel when exporting a table from RadGrid?

Thank you,
Celeste
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
 answered on 29 Jan 2011
1 answer
146 views
Hi,

How to control the height and width of the ModuleManager in RADEditor so that the additional white space (height) is not shown. Also, is it possible to control the display width based on the module name length; Attached is the sample screen shots from the demo website; and the desired output, what I am looking for is to get rid of the whitespace after the "Statistics" module name and also to limit the width either based on the max width of the named modules or programmatically (let's say 200px width).

Thanks.
Rumen Jekov
Top achievements
Rank 1
 answered on 28 Jan 2011
5 answers
611 views
I have installed/reinstalled and Reinstalled telerik again, but to no avail.  Every time i attempt to use a Telerik control on a new web project it comes up with Error Rendering control with the following error:

An unhandled exception has occured
Could not load file or assembly 'Telerik.Web.UI, Version=2009.2.701.35, Culture=neutral, PublicKeytoken=121fae78165ba3d4' or one of its dependencies.  the System cannot find the file specified. 

in bin i have:
 Telerik.Web.UI.dll and Telerik.Web.UI.xml

in the web.config i have:
     under controls
          <add tagPrefix="telerik" namespace="Telerik.Web.UI" assembly="Telerik.Web.UI"/>
     under httpHandlers i have:
          <add path="ChartImage.axd" type="Telerik.Web.UI.ChartHttpHandler" verb="*" validate="false" />
          <add path="Telerik.Web.UI.SpellCheckHandler.axd" type="Telerik.Web.UI.SpellCheckHandler" verb="*" validate="false" />
          <add path="Telerik.Web.UI.DialogHandler.aspx" type="Telerik.Web.UI.DialogHandler" verb="*" validate="false" />
          <add path="Telerik.RadUploadProgressHandler.ashx" type="Telerik.Web.UI.RadUploadProgressHandler" verb="*"   
          validate="false" />
          <add path="Telerik.Web.UI.WebResource.axd" type="Telerik.Web.UI.WebResource" verb="*" validate="false" />
     under httpModules i have:
          <add name="RadUploadModule" type="Telerik.Web.UI.RadUploadHttpModule"/>
          <add name="RadCompression" type="Telerik.Web.UI.RadCompression"/>
     under modules i have
          <add name="RadUploadModule" type="Telerik.Web.UI.RadUploadHttpModule"/>
          <add name="RadCompression" type="Telerik.Web.UI.RadCompression"/>
     under Handlers i have:
          <add name="ChartImage_axd" path="ChartImage.axd" type="Telerik.Web.UI.ChartHttpHandler" verb="*"
          preCondition="integratedMode,runtimeVersionv2.0" />
          <add name="Telerik_Web_UI_SpellCheckHandler_axd" path="Telerik.Web.UI.SpellCheckHandler.axd" 
          type="Telerik.Web.UI.SpellCheckHandler" verb="*" preCondition="integratedMode,runtimeVersionv2.0" />
          <add name="Telerik_Web_UI_DialogHandler_aspx" path="Telerik.Web.UI.DialogHandler.aspx"
          type="Telerik.Web.UI.DialogHandler" verb="*" preCondition="integratedMode,runtimeVersionv2.0" />
          <add name="Telerik_RadUploadProgressHandler_ashx" path="Telerik.RadUploadProgressHandler.ashx"
          type="Telerik.Web.UI.RadUploadProgressHandler" verb="*" preCondition="integratedMode,runtimeVersionv2.0" />
          <add name="Telerik_Web_UI_WebResource_axd" path="Telerik.Web.UI.WebResource.axd"
          type="Telerik.Web.UI.WebResource" verb="*" preCondition="integratedMode,runtimeVersionv2.0" />




I've had a co-worker looking at it who deals with telerik more extensivly, but even he sees nothing wrong.  Hopefully someone here can help me understand this error. 

Also:  I have telerik installed to C:\Program Files (x86)\Telerik



mike
Top achievements
Rank 1
 answered on 28 Jan 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?