Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
84 views
Dear Telerik,

I attached a screenshot of the weird shrink behaviour. Seems like all the data moves up
to the right side for some unknown reason. (Yes the data is correctly inserted in the series)
Perhaps you guys have an idea what's causing this ?

Kind Regards,
Kristof

The chart is completely build in code:
-
//Define layout
BaseChart.AutoLayout = true;
BaseChart.AutoTextWrap = false;
BaseChart.Appearance.FillStyle.MainColor = Color.White;
BaseChart.PlotArea.Appearance.FillStyle.MainColor = Color.White;
BaseChart.PlotArea.Appearance.FillStyle.FillType = Telerik.Charting.Styles.FillType.Solid;

//Define XAxis
BaseChart.PlotArea.XAxis.AutoScale = false;
BaseChart.PlotArea.XAxis.AutoShrink = false;
BaseChart.PlotArea.XAxis.LayoutMode = Telerik.Charting.Styles.ChartAxisLayoutMode.Between;

//Define YAxis
BaseChart.PlotArea.YAxis.AutoScale = true;
BaseChart.PlotArea.YAxis.AxisLabel.TextBlock.Text = "";
BaseChart.PlotArea.YAxis.AxisLabel.Visible = true;

//Define ChartTitle
BaseChart.ChartTitle.Appearance.Position.AlignedPosition = Telerik.Charting.Styles.AlignedPositions.TopLeft;
BaseChart.ChartTitle.TextBlock.Text = "";
BaseChart.ChartTitle.TextBlock.Visible = false;
 
 
// Rest is just adding normal series...
Kristof
Top achievements
Rank 1
 answered on 02 May 2011
5 answers
113 views
Hi,

We have a pplication that uses the RadScheduler to display appointments/Activities in the system. Now the appointments in the system allow to create daily recurring activity with options to occur every 1 ,2, 3 ...  days.

We also have implemeted the option of exporting the Scheduler Appointments in ICalendar format as shown in examples on this site.

However whenever there is a daily recurring appointment which occurs in an interval other than 1 (e.g. 2, 3)  the export finction crashes with following error.

"Cannot export appointments with daily recurrence and interval different than 1 in Outlook compatible mode."

I have tried the same in the examples shown on the site and they also crash whever i create a Dailly recurring activity with interval other than 1.

Please let us know how can this be fixed.

Thanks

Rajesh
Veronica
Telerik team
 answered on 02 May 2011
1 answer
68 views
Hi can you help me with my problem attached below?
Tsvetina
Telerik team
 answered on 02 May 2011
2 answers
320 views
I'm evaluating telerik for our company. I have three tabs created dynamically (copied mostly from your sample). Everything works. I can switch from tab to tab

However, if one of my tab content causes a postback, the only tab that actually loads is the first one. The other two, all I see are the tabs but no content.

From my observation, the "onTabSelecting" is called every time I select the tab but no postback (obviously this is due to the call to "args.get_tab().set_postBack(false);" inside the "onTabSelecting"). I suppose this is due to the fact that the tab has already been loaded. This is all fine. But, as soon as I cause a postback inside of one of my tab (done by clicking on a button in the content of my first tab, the second and third tabs no longer has any content). I notice when I caused the postback, the "onTabSelecting" is never called (which does make sense becuase I did not click the tab).

Any idea?
 

Dimitar Terziev
Telerik team
 answered on 02 May 2011
2 answers
93 views
Hi,

Is there any way to hide the NoRecordTemplete for Radgrid when the grid is on insert mode.

Your quick help will be highly appreciated.

Regards,
Saroj

Saroj Nanda
Top achievements
Rank 1
 answered on 02 May 2011
1 answer
72 views
Hello, i've got a couple of the comboboxes (combo1 and combo2) on a page, each of them has checkboxes...now, while I have seen and used the javascript method to update combo2 based on what someone checks on combo1, for certain requirements, I need to do this on the server side, using the checkbox's oncheckedchanged event, with autopostback true (otherwise, it doesn't do squat)

I also have everything withing an ajax update panel, but the checkboxes still cause a full postback...if I try to set the checkbox as the trigger for an async postback, I get the error saying the update panel can't find a control names chk1 (the name of the checkbox in the item template)

I even tried placing everything inside a RadAjaxPanel, and even then, the checkbox event causes a full postback...can anyone help me with this?

-----------------------------------

With that said, I'm trying to work from the server because when I work with the javascript, once I hit a button to do some server side process, combo2 acts, from the server side like it hadn't been changed at all...if I could resolve this, I wouldn't need to fire events from the checkboxes server-side...so if anyone has the solution for this, i'd be very grateful

I'm using both the combobox item template demo as sources as well as the Related Combobox demos, here are the links

http://demos.telerik.com/aspnet-ajax/combobox/examples/functionality/templates/defaultcs.aspx
http://demos.telerik.com/aspnet-ajax/combobox/examples/functionality/multiplecomboboxes/defaultcs.aspx

Thank you all in advance

----------------

Update:

Tried using RadAjaxManager instead of updatepanel:
<telerik:RadAjaxManager ID="rManager" runat="server">       
    <
AjaxSettings>           
       <
telerik:AjaxSetting AjaxControlID="chk1" EventName="CheckedChanged">
           <UpdatedControls>
                <telerik:AjaxUpdatedControl ControlID="chk2" />
                <telerik:AjaxUpdatedControl ControlID="silverlightControlHost" />           
           </
UpdatedControls>
       </
telerik:AjaxSetting>
    </
AjaxSettings><br>       
</
telerik:RadAjaxManager>  


chk1 is the checkbox item with the event. chk2 will be updated depending on what you check/uncheck, and silverlightControlHost is a div that contains a silverlight app that will also be updated...

While it doesn't give me the error the updload panel did, it still does a full postback...

Hope you can help me
Iana Tsolova
Telerik team
 answered on 02 May 2011
1 answer
137 views
Hi Telerik Team

What are max values allowed in MAXTextLength and MaxHTMLLength properties in RAD editor latest 2010 version?

Regards
Varun
Rumen
Telerik team
 answered on 02 May 2011
1 answer
82 views
Hi;
 We inherit our Asp.Net pages from a page which is called PageBase instead of System.Web.UI.Page . PageBase which has controls over buttons and other things on the page also is inherited from System.Web.UI.Page. Well; the problem starts from here;
 When we tried to write the example from " http://localhost:8301/radcontrols_aspnetajax/controls/examples/integration/gridandradasyncupload/defaultcs.aspx?product=upload " page our RadGrid1_InsertCommand is not fired. However; whenever Asp.Net pages are inherited  from System.Web.UI.Page, RadGrid1_InsertCommand is fired. How can i solve this issue? Why this happens?
Tsvetina
Telerik team
 answered on 02 May 2011
1 answer
181 views
hi

i have a problem whit radgrid in insert/edit mode!
i want in edit and insert mode see a dropdown box for a column that show all avilable string in the database table.

for example:
i have a course table whit courseid and coursename
and lesson table whit lessonid , lessonname , courseid(FK)

the radgrid will show the coursename and lessonname from a innerjoin of tables in datasource

now i want when click on insert or edit , see a dropdown box for coursename that show all avilable row in course table.

whit thanks
Shinu
Top achievements
Rank 2
 answered on 02 May 2011
5 answers
78 views
I'd like to use the RadMenu with our search engine appliance from Adobe (ie. Omniture). Typically search engines don't support ajax well. How can I configure RadMenu manually to not require ajax?


Eric
Simon
Telerik team
 answered on 02 May 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?