Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
106 views
Hi,
    How can I get the original text of the edited node ?

With Thanks & Regards
Manoj
Manoj
Top achievements
Rank 1
 answered on 18 Dec 2008
2 answers
156 views

Hi all,

I'm trying to use Anthem.DropDownList control to fill RadEditor content.
When selecting a new item on Anthem.DDL it will call the SelectedIndexChanged event of this DDL, and change the RadEditor content.

ASPX file:
 
<anthem:DropDownList id="ddl" runat="server" AutoCallBack="true" onselectedindexchanged="ddl_SelectedIndexChanged" />
<telerik:RadEditor ID="RadEditor1" Runat="server"></telerik:RadEditor>
<telerik:RadAjaxManager ID="RadAjaxManager1" runat="server">
<AjaxSettings>
<telerik:AjaxSetting AjaxControlID="ddl">
<UpdatedControls><telerik:AjaxUpdatedControl ControlID="RadEditor1" /></UpdatedControls>
</telerik:AjaxSetting>
</AjaxSettings>
</telerik:RadAjaxManager>

CS file:

protected void ddl_SelectedIndexChanged(object sender, EventArgs e)
{RadEditor1.Content = "BLA BLA";}

It doesn't work =(..Tried with the classic asp.net DropDownList control (changed from anthem: to asp:) and it works (but I need the Anthem one)
Thanks for help,
Ben.

Tervel
Telerik team
 answered on 18 Dec 2008
3 answers
113 views
Hello,

I I've just set <Scrolling AllowScroll=True UseStaticHeaders=true /> on my grid and now the Group text is not aligned with the expand\collapse control and the first one has it's text missing.  How can I correct this ?

I've read a few other posts but don't really understand the skins and style sheets so that may be my issue. 

Cheers,
Dale

<

 

telerik:RadGrid ID="rgLog" runat="server" AutoGenerateColumns="False" GridLines="None"

 

 

OnItemDataBound="rgLog_ItemDataBound" OnNeedDataSource="rgLog_NeedDataSource" OnPreRender="rgLog_PreRender"

 

 

Width="100%" OnDetailTableDataBind="rgLog_DetailTableDataBind" Skin="Office2007" OnLoad="rgLog_Load" OnDataBound="rgLog_DataBound" OnItemCommand="rgLog_ItemCommand" Height="800px">

 

 

<GroupHeaderItemStyle Font-Bold="False" Font-Italic="False" Font-Overline="False"

 

 

Font-Strikeout="False" Font-Underline="False" VerticalAlign="Bottom" Wrap="True" />

 

 

<MasterTableView HierarchyLoadMode="ServerBind" TableLayout="Fixed">

 

 

<RowIndicatorColumn>

 

 

<HeaderStyle Width="20px" />

 

 

</RowIndicatorColumn>

 

 

<ExpandCollapseColumn Visible="True">

 

 

<HeaderStyle Width="20px" />

 

 

</ExpandCollapseColumn>

 

 

<DetailTables>

 

 

<telerik:GridTableView runat="server" Name="History">

 

 

<RowIndicatorColumn>

 

 

<HeaderStyle Width="20px" />

 

 

</RowIndicatorColumn>

 

 

<ExpandCollapseColumn>

 

 

<HeaderStyle Width="20px" />

 

 

</ExpandCollapseColumn>

 

 

</telerik:GridTableView>

 

 

</DetailTables>

 

 

</MasterTableView>

 

 

<ClientSettings>

 

 

<Resizing

 

 

AllowColumnResize="True" ></Resizing>

 

 

<Scrolling AllowScroll=True UseStaticHeaders=true />

 

 

<ClientEvents OnColumnResized="ColumnResized" />

 

 

</ClientSettings>

 

 

<FilterMenu EnableTheming="True" Skin="Office2007">

 

 

<CollapseAnimation Duration="200" Type="OutQuint" />

 

 

</FilterMenu>

 

</

 

telerik:RadGrid>

 

Dimo
Telerik team
 answered on 18 Dec 2008
5 answers
355 views
I set a DatePicker.Enable = false at server-side. At client-side, I use a checkbox to set the DatePicker enabled. Although the DateInput textbox is enabled, but the popup calendar doesn't work.
Dimo
Telerik team
 answered on 18 Dec 2008
5 answers
225 views
Hi,

I've integrated RadUpload into my application. There is one question that I have: What happens if different users upload files with the same name? If user A upoads a file called 'myfile.txt' and then user B uploads a file with the same name, will die file by user A be overwritten?
If users upload two files at the same time, does the UploadedFiles collection always refer to the "correct" files (the ones uploaded within the current session)?

Best regards,
Robert
Alaa Majzoub
Top achievements
Rank 2
 answered on 18 Dec 2008
2 answers
132 views
A radupload control is used in our web application. It is working fine in the testing environment. When it is used on our live site, it is working fine most of the time. Once in a while, without showing any error message, the file is not uploaded onto the server, but the file name is written into the table. We couldn't find a pattern to duplicate this error.

Any suggestion to resolve this issue will be really appreciated.

Thanks,
Fangwei
Alaa Majzoub
Top achievements
Rank 2
 answered on 18 Dec 2008
1 answer
94 views
Hi

I got a couple of dynamically generated heirachical RadGrids in run time. The insert/edit functions were implemented by a popup RadWindow. The situation was the RadGrids were refreshed when the insert/edit completed its implementation, which would collasped the expanped sub grids. I just wonder if there are anyways to keep those sub grids expanded as they were before the insert/edit action took place.

Thanks in advance!
Shinu
Top achievements
Rank 2
 answered on 18 Dec 2008
1 answer
71 views
I have a grid, how can I display a "double" rounded to 2 decimal place?
Vlad
Telerik team
 answered on 18 Dec 2008
1 answer
245 views
hai All,

        I have a radgrid in my page. I have add ,save,cancel and edit options for the same.once i save it will bind in the grid.i have highlighted the selected row. I would like to highlight the newly added record in the grid.and also while doing delete, it should highlight the previous row in the grid. It will be very helpful if some body help me in resolving this issue. Thanks.
Shinu
Top achievements
Rank 2
 answered on 18 Dec 2008
1 answer
227 views
I want to identify the index of the tab clicked. I always get zero no matter if i click the first , second or third.

<

telerik:RadTabStrip ID="RadTabStrip2" runat="server" MultiPageID="RadMultiPage1" AutoPostBack =true >

 

 

<Tabs>

 

 

<telerik:RadTab PageViewID="PageView1" Text="Details">

 

 

</telerik:RadTab>

 

 

<telerik:RadTab PageViewID="PageView2" Text="Measures">

 

 

</telerik:RadTab>

 

 

<telerik:RadTab PageViewID="PageView3" Text="Folder Tracker">

 

 

</telerik:RadTab>

 

 

</Tabs>

 

 

</telerik:RadTabStrip>

 

 

 

<telerik:RadMultiPage ID="RadMultiPage1" runat="server">

 

 

<telerik:RadPageView ID="PageView1" runat="server">

 

 

<Table><tr>Test1</tr></Table>

 

 

</telerik:RadPageView>

 

 

<telerik:RadPageView ID="PageView2" runat="server">

 

 

<Table><tr>Test2</tr></Table>

 

 

</telerik:RadPageView>

 

 

<telerik:RadPageView ID="PageView3" runat="server">

 

 

<Table><tr>Test3</tr></Table>

 

 

</telerik:RadPageView>

 

 

</telerik:RadMultiPage> 

 

Protected

Sub RadTabStrip2_TabClick(ByVal sender As Object, ByVal e As Telerik.Web.UI.RadTabStripEventArgs) Handles RadTabStrip2.TabClick

 

 

Select Case RadTabStrip2.TabIndex

 

 

Case 0

 

Response.Write(

"Test1")

 

 

Case 1

 

Response.Write(

"Test2")

 

 

Case 2

 

Response.Write(

"Test3")

 

 

End Select

 

 

 

 

End Sub

 

 


Princy
Top achievements
Rank 2
 answered on 18 Dec 2008
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?