Telerik Forums
UI for ASP.NET AJAX Forum
7 answers
443 views
Hi, is it possible to change the shape of the points in a line chart, so that for example we could have a star instead of a circle, if so how is this achieved ?

Thanks a lot,

Pete.
Giuseppe
Telerik team
 answered on 10 Mar 2009
1 answer
120 views
Hi,

I have a combo box that has a number of options in them, some with just a single word some with multiple words separated with spaces.  the combobox also has a AutoCompleteSeparator set of "; ".  The problem occurs when I scroll through the options in the drop down using my keyboard.  As an option is highlighted it is shown in the selection box, fine, as I move down to an option with multiple words all the words are shown in the selection box, but as i move to the next option only the last word of the previous option is over written in the selection box.


Any ideas?

Cheers,

Jeff
Simon
Telerik team
 answered on 10 Mar 2009
2 answers
150 views
Sorry for double posting, I originally put this on the RadCalendar area, but not recieved any reply.

This is my aspx code for a RadDatePicker used in an Edit template on a RadGrid.

The problem is when I try to add new record the selected date doesn't exist and I get a cast error, I've tried an iif and isdbnull. but cant get it to work, can anyone help.

                                <div>

                                    <label class="gridlabel">Review Date:</label>

                                    <telerik:RadDatePicker  ID="txtReviewDate" runat="server" MinDate="2000-01-01" EnableEmbeddedSkins="False" Skin="Expert" EnableEmbeddedBaseStylesheet="False"  Width="100px" SelectedDate='<%# Eval("ReviewDate") %>' >

                                    <DateInput EnableEmbeddedSkins="False" LabelCssClass="radLabelCss_Expert" Skin="Expert" DateFormat="dd/MMM/yyyy"></DateInput>

                                    <Calendar EnableEmbeddedSkins="False" Skin="Expert" UseColumnHeadersAsSelectors="False" UseRowHeadersAsSelectors="False" ViewSelectorText="x" FastNavigationNextImage="~/App_Themes/Expert/Calendar/fastNavRight.gif" FastNavigationPrevImage="~/App_Themes/Expert/Calendar/fastNavLeft.gif" NavigationNextImage="~/App_Themes/Expert/Calendar/arrowRight.gif" NavigationPrevImage="~/App_Themes/Expert/Calendar/arrowLeft.gif"></Calendar>

                                    <DatePopupButton CssClass="radPopupImage_Expert" HoverImageUrl="../App_Themes/Expert/Calendar/datePickerPopupHover.gif" ImageUrl="../App_Themes/Expert/Calendar/datePickerPopup.gif"/>

                                    </telerik:RadDatePicker>

                                </div>

Thanks

Andy

 

 

 

 

 

 

 

Andy Green
Top achievements
Rank 2
 answered on 10 Mar 2009
1 answer
103 views
I am implementing custom filtering in my grid using the gridfiltertemplate.
I want my filter menu to look like the default filter menus with a textbox and an arrow next to it that pops up a list with some values.
I want to display some custom values in the popup list and want my textbox to be read only so that after filtering it displays the filtered value.

is it possible to achieve that?
Princy
Top achievements
Rank 2
 answered on 10 Mar 2009
1 answer
106 views
We use a GridTemplateColumn to show a picture which we will use to show all Details of the selectes Row in a nwe window.

It works fine when I cklick on the Picture in the RadGrid: the procedure wikke be calles and the new Window will be shown.

If I cklick on one of the pictures in the next rows (not the the first) the procedure will be called, BUT after this the event handler Page_Init and Page_Load are called again, so that the procedure doen't work.

What ist wrong?

Christian
Christian
Top achievements
Rank 1
 answered on 10 Mar 2009
1 answer
128 views
Are there some examples how to insert a buttom column with vb.net into a RadGrid.

I need to call a procedure with this button

or

should we use better GridHyperLinkColumn?

thanks
Christian
Top achievements
Rank 1
 answered on 10 Mar 2009
0 answers
124 views
I have 2 tab pages each containing web user control.
TabPage1 contains the ctrl1 and TabPage2 contains the ctrl2
Inside the ctrl1 i have RadGrid with list of not added items while inside the ctrl2 i have list of already added items.
Once i remove an added item i want it to reflects the items to be added. Which means i want to redind the ctrl1's RadGrid.

So when i remove an item and click the tabpage1 i want to see the removed item in the list. I tried this:

Protected Sub RadTabStrip1_TabDataBound(ByVal sender As ObjectByVal e As Telerik.Web.UI.RadTabStripEventArgs) Handles RadTabStrip1.TabDataBound 
     CType(Me.FindControl("ctrl1").FindControl("RadGrid1"), RadGrid).DataSource = GetItemsToBeAdded 
     CType(Me.FindControl("ctrl1").FindControl("RadGrid1"), RadGrid).DataBind() 
End Sub 

But it doesn't work even if i get no errors.

Thanks
El
Top achievements
Rank 1
 asked on 10 Mar 2009
1 answer
121 views
Hi,
 There are instances when loading the edit page of a list form, which has the rad editor v5.2.2 list-item feature activated, that the following JS error is displayed: Error while executing filter IECleanAnchorsFilter - [object Error]

Serveral users are experiencing this issue with IE7. Are you aware of this issue? Is there a fix?

Tom.
Stanimir
Telerik team
 answered on 10 Mar 2009
1 answer
114 views
I have a user control that contains a grid and a few other controls that it works flawless on its own, but now I have a requirement to include that user control as a column in another grid. Everything looks wonderful when first rendered, but as soon as the outer grid issues any command for paging or edit/insert the inner grid gets blanked out. The other controls on the user control are fine and any interaction with the user control will refresh the inner grid. The user control is in a template column that is defined in markup and not programmatically.  Also, the user control functions correctly while nested in the table aside from the noted problem. What am I missing?

Many thanks,

Wade
Sebastian
Telerik team
 answered on 10 Mar 2009
2 answers
207 views
Hai,
I have a rad menu & and a link button in a row.
On link button click I'm calling a modal rad window.
All other items in the page will now be under the rad window, but the menu is over the rad window.
Plz help.
kollam2003
Top achievements
Rank 1
 answered on 10 Mar 2009
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?