Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
131 views
Hi

I am using Rotator with these Properties.

 <radr:RadRotator ID="thumbRotator" runat="server" ScrollDirection="Left" RotatorType="SlideShow"
                        Height="90px" SlideShowAnimation-Type="None" FrameDuration="500" Width="600px"
                        ItemHeight="90" ItemWidth="200" DataSourceID="sdsTemp">

its giving me problem in google chrome. when i mouse over it and move the mouse wheel its start scrolling. Any work arround would be greatly appreciated.

Thank you

Fiko
Telerik team
 answered on 04 Oct 2010
2 answers
123 views
Hey there,

I am using a RadGrid in which i am using a dataset as datasource and bringing complete database table on the grid.I am using Buttond for Edit,Delete and Save outside the grid on Row Select.I have made an asp:Panel under the grid to show the textBoxes for editing values for the selected row.Now my asp:panel contains 2 buttons save and cancel.

My problem is:--
   The values of the selected rows are shown in the textBoxes on panel for editing,And after editing when i click save I've hided the panel but values are not saved in the row.Unless postback takes place,like if i select another row and click edit then page postbacks and the row edited previously now shows the edited values in the gridRow.
 
  I am not using Need Data Suorces event of Grid.Is it mandatory to use?
  If so whats the proper method of implementing it in my case?


Thanks
Amit.
Amit
Top achievements
Rank 1
 answered on 04 Oct 2010
17 answers
1.1K+ views
Hi All,

Is there a way to make the editor start with a default font rather than Times New Roman ?

I've managed to restrict the fonts that appear in the Fonts drop-down by adding the following to my ToolsFile.xml file:

<fontNames>
   <item name="Arial" />
   <item name="Arial Narrow" />
   <item name="Arial Black" />
</fontNames>

However the default font when the editor opens is still Times New Roman.

Cheers,
Chris
Stanimir
Telerik team
 answered on 04 Oct 2010
1 answer
57 views
For the RadGrid, there is an event called OnHierarchyCollapsed.  Is there an equivalent event server side, or a way to emulate it?

Thanks.
Princy
Top achievements
Rank 2
 answered on 04 Oct 2010
1 answer
201 views
Hi, 

I would like to change the title background color for raddock controls using fine tune option in visual style builder? 
Is this possible? else how I can change the title background color for raddock?

Thanks
Nitin
Bozhidar
Telerik team
 answered on 04 Oct 2010
3 answers
109 views
Probably missing something simple here, but filtering is not working on a grid temple column containing a child table

<telerik:GridTemplateColumn  HeaderText="Country">
   <ItemTemplate>
       <asp:Literal ID="CountryLiteral" runat="server" Text='<%# Eval("Address.Country.Country1") %>' />
   </ItemTemplate>
</telerik:GridTemplateColumn>
Tables are: Company (PrimaryAddressID) > Address (CountryID) > Country.Country1 (country name) When attempting to filter the grid by the country name, there is no filtering taking place, error messages or any change in the grid at all. Thanks!
Pavlina
Telerik team
 answered on 04 Oct 2010
2 answers
198 views
Hi,

I have a tree view bound from the database, so that by clicking on a node I can found the text and corresponding data value field.

protected void GenerateCompanyTree()
{
DataTable DtCompany;
JOMCMiddleWare.BL.CompanyStructure oCompanyStructure = new JOMCMiddleWare.BL.CompanyStructure();

oCompanyStructure._Module_Id = oCompanyStructure._Module_Id;
oCompanyStructure._Language_Id = Convert.ToInt32(Session[JOMCSession.__Session_Lanuage_Id]);
oCompanyStructure._Company_Id = Convert.ToInt32(Session[JOMCSession.__Session_Company_Id]);
DtCompany = oCompanyStructure.GetDataAllTreeViewCompanyStructure();

if (DtCompany.Rows.Count > 0)
{
RadTreeViewCompany.DataSource = DtCompany;
RadTreeViewCompany.DataTextField = "Module_Content_Text";
RadTreeViewCompany.DataFieldID = "Company_Id";
RadTreeViewCompany.DataFieldParentID = "Company_Parent_Id";
RadTreeViewCompany.DataValueField = "Company_Id";
RadTreeViewCompany.DataBind();
RadTreeViewCompany.ExpandAllNodes();
}
}

Now, I have the requirement that I have to enable only those nodes at the bottom (leaf level) only.
Any idea, how to achieve this?

Thanks
Veronica
Telerik team
 answered on 04 Oct 2010
1 answer
333 views
Hi,

I'm a lamer for sure :-) but:
there is a following declaration on my .aspx page:
  <telerik:RadScriptManager ID="RadScriptManager1" runat="server" EnablePageMethods="true">
    <Scripts>
....
      <asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.jQuery.js">
      </asp:ScriptReference>
....
    </Scripts>
  </telerik:RadScriptManager>

But when I try to do something with jQuery, the jQuery object is undefined. What should I do to be able to use it?

Regards
Tomasz
Tsvetie
Telerik team
 answered on 04 Oct 2010
1 answer
134 views
I have a RadListBox in a radgrid with the editformtype template and I want to validate that the RadListBox have at least one item. Is there a way to validate that with a FieldValidator.
Princy
Top achievements
Rank 2
 answered on 04 Oct 2010
1 answer
401 views
Hello,

I have a problem in displying the radwindow control in the following manner:
I need to display the radwindow in 100% height and auto width. in other words, By clicking an image, the radwindow control must be displayed in maximum height (With no scrolling) and the radwindow control width must be as the width of its content (Please display the attached image)

Here is my code:

telerik

 

 

:RadWindowManager ID="RadWindowManager1" runat="server">

 

 

 

<Windows>

 

 

 

<telerik:RadWindow

 

 

 

id="RadWindow1"

 

 

 

runat="server"

 

 

 

showcontentduringload="false"

 

 

 

Height="100%"

 

 

 

VisibleTitlebar="false"

 

 

 

VisibleStatusbar="false"

 

 

 

title="Telerik RadWindow"

 

 

 

behaviors="Default">

 

 

 

</telerik:RadWindow>

 

 

 

</Windows>

 

 

 

</telerik:RadWindowManager>

 

 

 

<asp:Button ID="Button1" runat="server" Text="Button"

 

 

 

onclick="Button1_Click" />

 


protected

 

 

void Button1_Click(object sender, EventArgs e)

 

{

RadWindow1.VisibleOnPageLoad =

 

true;

 

}

Please, What I should do in order to achieve the requirements,
It is appreciated to send me the modified code.

Regards,
Bader


Georgi Tunev
Telerik team
 answered on 04 Oct 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
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
Want to show your ninja superpower to fellow developers?
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
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
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?