Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
285 views
Hi All,

I am using Vs 2008 sp1 and RadControl Q1 2008 asp.net ajax .

On my page i am using
RadAjaxManager and RadAjaxLoadingpanel, RadScriptManager,


I have added panel on page
Inside panel control i have added two textbox and one button.

One button  i added client side validation. and Serverside Button_click event is there to execute the code.


Issue
1>I added loading panel on button click.
  But when i did this it is not calling its serverside event when client validation return true.

I want to show loading panel on button click having clientside validation and serverside event .


Veli
Telerik team
 answered on 27 Aug 2008
4 answers
116 views
Hi,

I have put in a Radgrid control and binding it to a list of string values.  As i have set the pager mode to nextPreviousandadvanced so it has got a set of buttons to take the user to the specified page and even to change the paging size.  now i have tried reading almost all your manuals but still unable to find out how to make it work, as when i click on the next page it postbacks to the same page showing the page number as 1 and moreover user is also not able to change the size of the page.  Please tell me how to do it as i have read your manual almost 3-4 times.

Please help with required codes or if there is any specific property then please tell me where it is located exactly as you have a rich set of properties for this control.
Sebastian
Telerik team
 answered on 27 Aug 2008
4 answers
159 views
Hi,

I am struggling with my dropdownlist in my FormTemplate.  When I click on the Insert link it populates the dropdownlist just fine.

<radcb:RadComboBox
   ID="rcbTitles"
   AppendDataBoundItems="true"
   DataSourceID="odsTitles"
   DataTextField="Description"
   DataValueField="TitleID"
   Skin="WindowsGray"
   SelectedValue='<%# Bind("Titles") %>'
   runat="server">
   <Items>
      <radcb:RadComboBoxItem Text="Select" Value="" />
   </Items>
</radcb:RadComboBox>


My ItemCommand looks like:

if (e.CommandName == RadGrid.InitInsertCommandName)
{
   e.Canceled = true;

   ListDictionary newValues = new ListDictionary();
   newValues["Titles"] = "";
   //Insert the item and rebind
   e.Item.OwnerTableView.InsertItem(newValues);
}


I am using a FormTemplate.  I am not understanding my error, I have been struggling for 2 days, is there no one on this forum that can help me?  When I click on the Insert link and click cancel I get the following error:

DataBinding: 'Telerik.WebControls.GridInsertionObject' does not contain a property with the name 'Titles'.

What am I doing wrong?  Please can some try and help me??

Thanks
Brendan

Veli
Telerik team
 answered on 27 Aug 2008
1 answer
85 views
I have one div "DivContainer" on a page that workes as a container. inside "DivContainer" i have one more div element that is larger in height to the container div. So the container div displays scrollbars.

On the inner div i have sevaral controls along with a Rad DatePicker. Now when i open the calendar control and scrolls the div, all other controls scroll with div but calendar control remains static. Even the Date Input and Calendar Icon moves along with scrollbar except the calendar popup.

Waiting for some help.

Thanks & Regards,
Manoj Dwivedi
Bruno
Top achievements
Rank 2
 answered on 27 Aug 2008
3 answers
222 views
Having followed the online demo examples for showing the series value and concatonating this with text when hovering over a data point (on a line chart) I thought WOW this is great. A nice easy example to follow that works ....

However, I have now created several of these charts all exactly the same setup but with different data sources (Quantity, Sales Volume, Value, Margin etc)

These are all placed into sliding zones in a rad splitter. Visually this is very appealing. I have set the textbox.text to being transparent so that only the line shows over gridlines and want to show these as a toolitp. I recreated the onItemDataBound event for each graph using the event as below. But only the original chart renders the tooltip.(RadChart3)

I have a tooltip manager on the page with autotooltipifier set to true - so picks up all controls on the page. But still no joy. Am going round in circles
Can you help?

Imports

Telerik.Web.UI
Imports System.Data
Imports System.Data.OleDb
Imports System.Data.SqlClient
Imports System.Configuration
Imports Telerik.Charting.ChartItemDataBoundEventArgs

.................
.................
Protected
Sub RadChart1_ItemDataBound(ByVal sender As Object, ByVal e As Telerik.Charting.ChartItemDataBoundEventArgs) Handles RadChart1.ItemDataBound

e.SeriesItem.ActiveRegion.Tooltip = (

DirectCast(e.DataItem, DataRowView))("FNInvOrderDate").ToString() & ": Sales Qty: " & e.SeriesItem.YValue

End Sub

Protected Sub RadChart2_ItemDataBound(ByVal sender As Object, ByVal e As Telerik.Charting.ChartItemDataBoundEventArgs) Handles RadChart2.ItemDataBound

e.SeriesItem.ActiveRegion.Tooltip += (

DirectCast(e.DataItem, DataRowView))("FNInvOrderDate").ToString() & ": Sales Vol sq.ft: " & e.SeriesItem.YValue

End Sub

Protected Sub RadChart3_ItemDataBound(ByVal sender As Object, ByVal e As Telerik.Charting.ChartItemDataBoundEventArgs) Handles RadChart3.ItemDataBound

e.SeriesItem.ActiveRegion.Tooltip += (

DirectCast(e.DataItem, DataRowView))("FNInvOrderDate").ToString() & ": Sales £'s: " & e.SeriesItem.YValue

End Sub

Protected Sub RadChart4_ItemDataBound(ByVal sender As Object, ByVal e As Telerik.Charting.ChartItemDataBoundEventArgs) Handles RadChart4.ItemDataBound

e.SeriesItem.ActiveRegion.Tooltip += (

DirectCast(e.DataItem, DataRowView))("FNInvOrderDate").ToString() & ": C.O.S. £'s: " & e.SeriesItem.YValue

End Sub

Protected Sub RadChart5_ItemDataBound(ByVal sender As Object, ByVal e As Telerik.Charting.ChartItemDataBoundEventArgs) Handles RadChart5.ItemDataBound

e.SeriesItem.ActiveRegion.Tooltip += (

DirectCast(e.DataItem, DataRowView))("FNInvOrderDate").ToString() & ": Profit £'s: " & e.SeriesItem.YValue End Sub

Protected Sub RadChart6_ItemDataBound(ByVal sender As Object, ByVal e As Telerik.Charting.ChartItemDataBoundEventArgs) Handles RadChart6.ItemDataBound

e.SeriesItem.ActiveRegion.Tooltip += (

DirectCast(e.DataItem, DataRowView))("FNInvOrderDate").ToString() & ": % Margin: " & e.SeriesItem.YValue

End Sub

Giuseppe
Telerik team
 answered on 27 Aug 2008
1 answer
152 views
Hi.

i need help to display the point marks in every chartseriesitem of my chart.
please i need a simple xample to this.

thanks for reply.
Giuseppe
Telerik team
 answered on 27 Aug 2008
1 answer
108 views
Hello:

I have a table with columns:  Morning, Afternoon,Evening,Date.  I'm planning to have a line graph to display data.  I would like to know how got get the date column of the table in the x axis of the graph.  any ideas?
Giuseppe
Telerik team
 answered on 27 Aug 2008
0 answers
140 views
Hi All,

I am using rad treeview with 2 levels(Parent and Child) in my application and i enabled the checkbox
now i want the checkednodes without parent node
eg :  take 1 parent node and 3 child nodes, if i check the 3 child nodes parent node also checked(for validation) but i want only the three child nodes 
i am using  
ArrayList  = Treeview1.CheckedNodes
to get the checkednodes
Help me

Regards,
Rameh
 

cv
Top achievements
Rank 1
 asked on 27 Aug 2008
1 answer
200 views
I would like to be able to create an image of a chart created in my application so that i can attach it to an email or save as an image for archiving.  Can I create an image (bitmap,gif,jpeg,etc) object (System.Drawing.Image?) from the RadChart class with a given size or resolution (create an image of the chart scaled to 6"x9")?
Ves
Telerik team
 answered on 27 Aug 2008
3 answers
121 views
My scenario:

I want control the width of each grid item and header of a RadGrid.

RadGrid properties:
  • TableLayout="Fixed" 
  • UseStaticHeaders="True"
  • AllowScroll="True"
I set a CssClass to each grid item and to each grid header. I can control the width of headers, but got no effect with grid items.

Notes:
  • When I set UseStaticHeaders ="False" it works.
  • I can control the grid item height of both item and header.
Is there a solution for this scenario?
Sebastian
Telerik team
 answered on 27 Aug 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?