Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
107 views
i have some controls in page containing form. it also contains a radeditor. if i type some thing in the editor and press enter key for new line, it shows no problem. then if click on some other control in the same page and the control has autopostback=true, the new line in the editor is replaced by %0. THIS HAPPENS IN SAFARI BROWSER.

Ex.
Abcdfdfdkf
asdsakfl
dfdsfldf


this gets replaced as
Abcdfdfdkf%0asdsakfl%0dfdsfldf

plz suggest something on this, why it happens.
Lini
Telerik team
 answered on 30 Jun 2010
1 answer
103 views
I am usinge the Editor to create a form for data entry.

Do you have any code snippets to help me understand how I enter list items into a Select and create a group of radio buttons?

Your help would be much appreciated.

Thanking you in anticipation.

Roger
Rumen
Telerik team
 answered on 30 Jun 2010
1 answer
92 views
I am trying to find a way to attach event handler in javascript to completion of ajax response in radgrid. I cannot find a way to do it.

1. RadGrid does not recognize OnReponseEnd in ClientSettings>ClientEvents
2. RadAjaxManagerProxy does not expose ClientEvents at all

Can somebody enlighten me how to do it?
SamJ
Top achievements
Rank 1
 answered on 30 Jun 2010
1 answer
126 views

hi all,

i am new to ajax. i have downloaded AjaxControlToolkit 3.5 and right click on the toolkit and browse to the AjaxControlToolkit.dll

now i have all the ajax control in but i am not able to drag and drop AutoCompleteextender and some other controls to the design view

but at the same some controls can be draged and droped in to the design view
i have right click on the Textbox but i cant find "Add Extender" in the option

Please help

Kind  Regards

SamJ
Top achievements
Rank 1
 answered on 30 Jun 2010
1 answer
88 views

Hi,

We need to add 2 user controls to  an aspx file, these 2 user controls have one telerik ajax manager each. but telerik only allows one ajax manager in a web page. I am getting exception while running the app.

Is there any way work around for this?

Regards,

Joe.
SamJ
Top achievements
Rank 1
 answered on 30 Jun 2010
4 answers
101 views
Hello is there any demo or help article that shows how (using automatic data source operations) in radgrid I can inform the user if an update, insert or delete operation failed??  If not, how can I accomplish this??

Thanx,
Manuel
Shinu
Top achievements
Rank 2
 answered on 30 Jun 2010
5 answers
340 views
Dear Team,
How to remove the vertical white space in Radgrid.
Refer the attached screenshot.



<

 

telerik:RadGrid runat="server" ID="DGE" AllowSorting="false" AllowMultiRowSelection="true"

 

 

AutoGenerateColumns="false" EnableEmbeddedSkins="false" Skin="NextGen" Visible="true"

 

 

OnItemDataBound="Grid_ItemDataBound" EnableEmbeddedScripts="false" >

 

 

<ClientSettings EnableRowHoverStyle="true">

 

 

<Scrolling AllowScroll="true" ScrollHeight="120px" UseStaticHeaders="true" />

 

 

<Selecting AllowRowSelect="true" EnableDragToSelectRows="true" />

 

 

<Resizing ClipCellContentOnResize="true" AllowColumnResize="true" AllowRowResize="True" ResizeGridOnColumnResize="true" />

 

 

</ClientSettings>

 

 

<MasterTableView AutoGenerateColumns="false" GroupsDefaultExpanded="true" TableLayout="Auto">

 

 

<RowIndicatorColumn>

 

 

<HeaderStyle Width="20px"></HeaderStyle>

 

 

</RowIndicatorColumn>

 

 

<ExpandCollapseColumn>

 

 

<HeaderStyle Width="20px"></HeaderStyle>

 

 

</ExpandCollapseColumn>

 

 

<Columns>

 

 

<telerik:GridTemplateColumn HeaderStyle-HorizontalAlign="Center" HeaderText="" UniqueName="RecordCount"

 

 

HeaderStyle-Width="23px" Visible="true">

 

 

<ItemStyle HorizontalAlign="Center" />

 

 

<ItemTemplate>

 

<%

# Container.ItemIndex + 1 %>

 

 

</ItemTemplate>

 

 

</telerik:GridTemplateColumn>

 

 

<telerik:GridBoundColumn HeaderStyle-HorizontalAlign="Left" >

 

 

<HeaderStyle Wrap="false" />

 

 

</telerik:GridBoundColumn>

 

 

<telerik:GridBoundColumn AllowSorting="false" DataField="PaymentAmount" HeaderStyle-HorizontalAlign="Left"

 

 

>

 

 

<HeaderStyle Wrap="false" />

 

 

<ItemStyle HorizontalAlign="Right" Wrap="false" />

 

 

</telerik:GridBoundColumn>

 

 

<telerik:GridBoundColumn DataField="PaymentCurrency" HeaderStyle-HorizontalAlign="Left"

 

 

">

 

 

<HeaderStyle Wrap="false" />

 

 

<ItemStyle Wrap="false" />

 

 

</telerik:GridBoundColumn>

 

 

<telerik:GridBoundColumn HeaderStyle-HorizontalAlign="Left" >

 

 

<ItemStyle Wrap="false" />

 

 

</telerik:GridBoundColumn>

 

 

<telerik:GridTemplateColumn >

 

 

<ItemTemplate>

 

 

<asp:Label ID="lblSM" runat="server"></asp:Label>

 

 

<telerik:RadToolTip ID="ttMsg" Text='' runat="server" RelativeTo="Mouse" AutoCloseDelay="50000"

 

 

EnableEmbeddedSkins="false" Skin="NextGen" TargetControlID="lblSM" EnableViewState="false">

 

 

</telerik:RadToolTip>

 

 

</ItemTemplate>

 

 

<ItemStyle Wrap="false" />

 

 

</telerik:GridTemplateColumn>

 

 

</Columns>

 

 

</MasterTableView>

 

 

<FilterMenu EnableTheming="True">

 

 

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

 

 

</FilterMenu>

 

 

<ClientSettings AllowDragToGroup="false" AllowGroupExpandCollapse="true" ReorderColumnsOnClient="false">

 

 

<Selecting AllowRowSelect="True" />

 

 

</ClientSettings>

 

 

<GroupingSettings UnGroupTooltip="true" />

 

 

</telerik:RadGrid>


Expecting your reply.

 

Florence D
Top achievements
Rank 1
 answered on 30 Jun 2010
2 answers
173 views
hi,
I have a RadGridView. In the edit form template i have 2 RadTimePciker Control. So using add new command i can get the edit template for enter 2 times.

My requirement is when i select one time in first time picker i need to change the startTime of the second time picker to the next interval. SO i can avoid one validation.
For eg:
 If i select 7:30 in the first time pciker and the time interval is 15 minutes the second time picker's start time is 7:45 only

Any possibility to do in the client side. I saw one evet called onclientTimeSelected But not get any set_StartTime or something like that to set a new start date and also how to get the object in the edit form template in clientside
Akhil Raj
Top achievements
Rank 1
 answered on 30 Jun 2010
4 answers
86 views
Dear All,

On a webpage, i have a asp.net menu  and a Telerik Scheduler.
It's fine , but only a little problem in rsAllDay css
This div generated by telerik scheduler will cover my menu.
I rewrited a style file like this:

.rsAllDay
{
    z-index:-1;
}

but, it doesn't work.

Is there anyone know where the problem is?

Thanks

Vincent
Vincent Lew
Top achievements
Rank 1
 answered on 30 Jun 2010
2 answers
777 views
I have a GridButtonColumn defined in within a Grid control which needs to display diffeent images depending on the data source row. 

However, there doesn't seem to be a way of setting the ImageURL property of this control from a data source column value.  How can this be done?
Rich
Top achievements
Rank 1
 answered on 29 Jun 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
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
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
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
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?