Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
160 views
hi to all

   i need rad ajax 2.0 control.. i don't much about this product.. i want to know about rad ajax 2.0.. how to use in asp.net 2.0 ..

thanks in advance.....

syed
Top achievements
Rank 1
 answered on 09 Sep 2008
1 answer
79 views

Hi,

I encountered a graphical bug when I use RadAjaxManager on a page in a site web (with using a Rad Menu).
In the page there's this code (VB) :

Protected Overrides Sub OnInit(ByVal e As System.EventArgs) 
MyBase.OnInit(e)
Dim ajaxManager As RadAjaxManager = New RadAjaxManager()
ajaxManager.AjaxSettings.AddAjaxSetting(ddlPartner, ddlZone, Nothing)
Page.Form.Controls.AddAt(0, ajaxManager)
End Sub

And in the asp code :

<asp:Content ID="Content1" runat="server" ContentPlaceHolderID="filtersContent">
<asp:Panel runat="server" ID="pnl1">
<div id="center" style="left: auto">
<table>
<tr>
<td><asp:Label runat="server" AssociatedControlID="ddlPartner" Text="Partner: " /></td>
<td><asp:DropDownList runat="server" ID="ddlPartner" CssClass="normal" DataValueField="code" DataTextField="libelle" AutoPostBack="True" style="width:167px" /></td>
<td><asp:CheckBox runat="server" ID="chkbxAllPartners" ToolTip="All partners (active and inactive)" AutoPostBack="true" /></td>
<td><asp:Label runat="server" AssociatedControlID="ddlZone" Text="Zone: " /></td>
<td><asp:DropDownList runat="server" ID="ddlZone" CssClass="normal" DataValueField="code" DataTextField="libelle" /></td>
</tr>
</table>
</div> 
</asp:Panel>
</asp:Content>

So, when I choose an item in the ddlPartner the menu disappear. I used the "IE Developer Toolbar" and saw that it was always on the page but behind the Master Page at the top/left position.
And when I resize the page it appeared.


Thanks.

Atanas Korchev
Telerik team
 answered on 09 Sep 2008
1 answer
145 views
Hi,

When using custom attributes with the RADScheduler in the Advanced Edit/Insert form the attribute is displayed in a text box by default.  Is there a way to control the properties of the text box control in code-behind without using a custom advanced form?  I want to make the text box larger.

<telerik:RadScheduler ID="RadScheduler1" runat="server"

CustomAttributeNames="Format" DataEndField="End" DataKeyField="ID"

DataRecurrenceField="RecurrenceRule"

DataRecurrenceParentKeyField="RecurrenceParentID" DataSourceID="SqlDataSource1"

DataStartField="Start" DataSubjectField="Subject"

EnableCustomAttributeEditing="True">



Peter
Telerik team
 answered on 09 Sep 2008
3 answers
1.0K+ views
Hi Telerik

I create custom date filter column that was working very good until 2007- Q3 .
This custom date picker do the between comparison  for the date type.

when  I upgraded to 2008 - Q2 [rad controls for asp.net Ajax]  I'm tried to filter the grid using my custom fiter it give me an exception

"Operator '>=' incompatible with operand types 'Object' and 'DateTime'"

at this line of code

filterItem.FireCommandEvent(

"Filter", new Pair("Between", this.UniqueName));

I searched the internet and found that this problem raised becuase of LINQ

Please provide me with  the solution as quik as possible

thanks




Sebastian
Telerik team
 answered on 09 Sep 2008
1 answer
87 views
hi,

I am using  a custom control in  a Rad Ajax panel. in this control i am having two comboboxes. if i load first one and the second one gets disabled. this feature works fine in the microsoft update panela and also in postback.

so please help me in this process.

thanks
veda.S   
Sebastian
Telerik team
 answered on 09 Sep 2008
3 answers
110 views
Hi I'm building some series in a chart Line type, and I'm adding labels the the first and last point of the series. is there any way i can layout those labels like outside the plot area. cause when i used the Y property of the appearance of the serie the label goes underneath the graph instead of above. ok more easy, i want to brings those label to the from of the plot area.. is that possible?
Giuseppe
Telerik team
 answered on 09 Sep 2008
3 answers
152 views
Which localization languages do you support in the AJAX version beside the 3 default languages ?

When do you intend to support more languages ?

thanks,
yaniv
Rumen
Telerik team
 answered on 09 Sep 2008
1 answer
192 views
Hi,

        Can i use nested  RadTabStrip.. If yes can you please help me finding the sample coe?


Thanks
Ravi
Shinu
Top achievements
Rank 2
 answered on 09 Sep 2008
3 answers
153 views
Hi.

I am using a radgrid in an update panel. In the radgrid, i have a radeditor.

When inserting, the data in the radeditor is lost.

How can i make the data go through during the insert event?
Sebastian
Telerik team
 answered on 09 Sep 2008
2 answers
221 views
Hi
Just wondering if there is some way of having each of my data series from a separate data table within a single dataset. I have tried creating two series, and then returning data from a database in two different tables (but within the same dataset), and the RadChart seems to ignore the second table completely. If all the data must be in a single table, this makes it extremely difficult to return the data as I need to dynamically create tables in SQL with different numbers of columns, and union all my data results into a single table, which also wastes a lot of bandwidth as I would have a lot of null value columns because each series of data must include nulls for all the values from the other series.
Thanks

mike
Top achievements
Rank 1
 answered on 09 Sep 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?