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

How can I set the scroll position of the vertical scroll bar in the grid either to the selected(highlighted) row or to a particular row at runtime?

Please treat this as urgent.

Thanks in advance,
Manish
Princy
Top achievements
Rank 2
 answered on 27 Feb 2009
1 answer
108 views
Hi,

Is there anyway to enable tab reorder in the tabstrip control? I would like users to be able to swap the positions of tabs.

Thanks,

Antony
Shinu
Top achievements
Rank 2
 answered on 27 Feb 2009
2 answers
92 views

Hi,

I have a Rad Grid, which causes a horizontal scroll bar to appear when the data in it large. I need to fix the column width and also wrap the text such that the text come in multiple lines instead of a single line.


Regards
Siddharth
Princy
Top achievements
Rank 2
 answered on 27 Feb 2009
1 answer
165 views
As the subjext shows, when I have a RadWindow open and am using
<div style="width:100%; background-color:red">some strange text</div>

the header bar appears as expected except for the fact that there is about 1/2 an inch of horizontal scroll.  How do I eliminate this?
Chase Florell
Top achievements
Rank 1
 answered on 27 Feb 2009
2 answers
131 views
Hi,

I have a Rad Grid, which causes a horizontal scroll bar to appear when the data in it large. I need to fix the column width and also wrap the text such that the text come in multiple lines instead of a single line.


Regards
Siddharth
Siddharth
Top achievements
Rank 1
 answered on 27 Feb 2009
1 answer
121 views

Good day there,

I would like to modify my filter expression on the server side in c#. The problem is that my radgrid rgAuditTrails_NeedDataSource event is not firing. I am declaring the events correctly as such;

  <telerik:RadGrid ID="rgAuditTrails" AllowFilteringByColumn="true" 
runat="server" SkinID="MySkin" ClientSettings-Selecting-AllowRowSelect="true"
AutoGenerateColumns="False" GridLines="None" AllowPaging="True" 
DataSourceID="dsAuditTrails" PageSize="15" 
onitemcommand="rgAuditTrails_ItemCommand" 
onneeddatasource="rgAuditTrails_NeedDataSource
">

and I am making sure that EnableViewState="True" here.

  <MasterTableView EnableViewState="true" DataKeyNames="AuditTrailID" DataSourceID="dsAuditTrails">

Could you perhaps come with any suggestions.

Thanks

RB

Shinu
Top achievements
Rank 2
 answered on 27 Feb 2009
1 answer
139 views
Hi

Is it possible to enable renaming only by right clicking ?

So instead of going into edit mode when clicking twice it will unselect the node on second click.
Jeppe
Top achievements
Rank 1
 answered on 27 Feb 2009
1 answer
190 views
Hi,

I am binding a datatable ( which has 3 columns & 3 rows) to a grid.
And after that now I am adding externally one more column called Image (contains image) to grid using ItemTemplate column as follows:

<

telerik:RadGrid ID="RadGrid1" runat="server" >

 

 

 

<MasterTableView

 

 

 

<Columns>

 

 

 

<telerik:GridTemplateColumn HeaderText="image" UniqueName="TemplateColumn">

 

 

 

<ItemTemplate>

 

 

 

<asp:ImageButton ID="Img" runat="server" ImageUrl="~/images/image1.gif" />

 

 

 

</ItemTemplate>

 

 

 

</telerik:GridTemplateColumn>

 

 

 

</Columns>

 

 

 

</MasterTableView>

 

 

 

</telerik:RadGrid>

but I want to add 3 different images in 3 rows how could I do that ?
can any one help out solving the problem

Thanks,

 

 

Shinu
Top achievements
Rank 2
 answered on 27 Feb 2009
1 answer
140 views
Hi -

I have a RadGrid with the following EditTemplate and I need to populate the ddlPeatBU RadComboBox:

 

<telerik:GridTemplateColumn DataField="PeatBusinessUnitName" FilterImageUrl="../images/arrow_dn.gif"

 

 

SortAscImageUrl="../images/SortAsc.gif" SortDescImageUrl="../images/SortDesc.gif"

 

 

HeaderText="PEAT Business Unit" SortExpression="PeatBusinessUnitName" UniqueName="PeatBusinessUnitName"

 

 

Visible="true" AllowFiltering="true">

 

 

<HeaderStyle CssClass="RadGridHeader" Width="19%" />

 

 

<ItemStyle Width="19%" />

 

 

<ItemTemplate>

 

 

<asp:Label Text='<%# Eval("PeatBusinessUnitName") %>' runat="server" Width="220" ID="lblPeatBUName"></asp:Label></ItemTemplate>

 

 

<EditItemTemplate>

 

 

<telerik:RadComboBox ID="ddlPeatBU" Width="99%" runat="server" >

 

 

</telerik:RadComboBox>

 

 

<asp:RequiredFieldValidator ID="PeatBURequired" runat="server" ControlToValidate="ddlPeatBU"

 

 

ErrorMessage="Peat BU Required," Display="Dynamic"></asp:RequiredFieldValidator>

 

 

</EditItemTemplate>

 

 

</telerik:GridTemplateColumn>

How can I do this?

Thanks,
Leo

 

Shinu
Top achievements
Rank 2
 answered on 27 Feb 2009
3 answers
112 views
Hi,

I am using the RadScheduler control in one of my aspx web pages.  All is working well with it,

However, we have been given a new requirement for a new release to Localize our applications contents to German, Spanish, Japanese and diferent flavours of English.

Therefore, what would I need to do to take account of localizing property text such as the following properties in the Scheduler control:

DataStartField

 

="Start"

 

 

DataEndField="End"

 

Localization-ConfirmDeleteText

 

="Are you sure you wish to delete this schedule item?"

 

 

 

 

 


We will most likely need to use the browsers locale settings to determine the locale to display the appropriate text strings.

Will I be able to use aspx techniques such as the meta keyword to populate the above or do I need to do something else?

Thanks,

Ross 

 

Princy
Top achievements
Rank 2
 answered on 27 Feb 2009
Narrow your results
Selected tags
Tags
+? more
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?