Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
178 views
We are using a custom edit control for editing a row in a rad data grid and on that form is a rad slider.
When we edit the row in IE, the slider shows up appropriately, however in FireFox, the slider only partially renders.  And when I say only partially renders, I mean when we look through the html using FireBug, most of the markup is simply not present.

To throw in another piece of mystery into the pot, when we click on another row (while leaving the first row open), the slider will render correctly from there on out.  I do in the code behind ensure that when we switch from editing one row to editing another row, I close all instances of editing row before opening the new row for edit.

I figured it might be similar to the issue when the slider is rendered inside of a hidden div and that we should do a Render() after the control is loaded...  So what I did was in the OnClientLoaded event, I performed a sender.Redraw(), which did not seem to make any difference.

Any ideas?
Tsvetie
Telerik team
 answered on 18 Aug 2010
3 answers
137 views
So I have started working with RadMenu for the first time. It seems you can set an OnClientItemClicking event for the RadMenu, but not the RadMenuItems. Unless I'm missing something, I will have to put all the client-side onClicking logic into one function....does anyone else wish that RadMenuItems had their very own OnClient events?

~Tom
Peter
Telerik team
 answered on 18 Aug 2010
5 answers
279 views

Hi
I have a project with the RadAjaxManger on the MasterPage and on the Default.aspx I have a button which is updated with the help of a RadAjaxManagerProxy. However, I want the page to do a full postback when I click on this button. How can I accomplish this
?

- Thorgeir

Pavlina
Telerik team
 answered on 18 Aug 2010
3 answers
322 views
hi,


i want to give text to edit button in the coding , also i want to change the name depending on my need, all i have to do in the coding
How to give name to the PushButton button in the GridEditCommandColumn  (in coding)

<telerik:GridEditCommandColumn  UniqueName="EditCommandColumn1"  
         ButtonType="PushButton" EditText="Reload"    HeaderStyle-Width="9%">
 </telerik:GridEditCommandColumn>


actually how to change the EditText="Reload" to some other name,

regards
priya
Princy
Top achievements
Rank 2
 answered on 18 Aug 2010
1 answer
137 views
The right clcik on a normal html textbox yields the following menu options
1)Undo
2)Copy
3)Paste etc
but when I right click in a RadTextBox control the "Undo" option is always disabled even if I type some value in the text box. Pls. provide your suggestions.
Dimo
Telerik team
 answered on 18 Aug 2010
2 answers
106 views
Quick question -

I am exporting data from a radgrid, and I want to put some of this data on a new worksheet, not a new workbook, just a new sheet within the same workbook. 

Can I do that?  If so, is there an example, or some documentation I can review?

Thanks!
GP
Top achievements
Rank 1
 answered on 18 Aug 2010
1 answer
78 views
Hi,

I've just updated to the Q2 2010 release and changed my RadEditor from and iframe to a div using ContentAreaMode="Div", because we were having issues with the iframe.  It seems to be working well except that it has broken the emoticon button that I had set up.

This line of javascript now give an error of "editor.getToolByName("Emoticons") is null":

editor.getToolByName("Emoticons").get_element().className = "Emoticons";


My emoticon button is set up via a ToolsFile as follows:

<tools>
    <tool Text="             " Name="Emoticons" type="dropdown" ItemsPerRow="5" Width="20px" PopupWidth="170px" PopupHeight="117px">
        <item name="<img src='/images/emoticons/1.gif'/>" value="/images/emoticons/1.gif" />
        <item name="<img src='/images/emoticons/2.gif'/>" value="/images/emoticons/2.gif" />
        <item name="<img src='/images/emoticons/3.gif'/>" value="/images/emoticons/3.gif" />
        <item name="<img src='/images/emoticons/4.gif'/>" value="/images/emoticons/4.gif" />
        <item name="<img src='/images/emoticons/5.gif'/>" value="/images/emoticons/5.gif" />
        <item name="<img src='/images/emoticons/6.gif'/>" value="/images/emoticons/6.gif" />
        <item name="<img src='/images/emoticons/7.gif'/>" value="/images/emoticons/7.gif" />
        <item name="<img src='/images/emoticons/8.gif'/>" value="/images/emoticons/8.gif" />
        <item name="<img src='/images/emoticons/9.gif'/>" value="/images/emoticons/9.gif" />
        <item name="<img src='/images/emoticons/10.gif'/>" value="/images/emoticons/10.gif" />
        <item name="<img src='/images/emoticons/11.gif'/>" value="/images/emoticons/11.gif" />
        <item name="<img src='/images/emoticons/12.gif'/>" value="/images/emoticons/12.gif" />
        <item name="<img src='/images/emoticons/13.gif'/>" value="/images/emoticons/13.gif" />
        <item name="<img src='/images/emoticons/14.gif'/>" value="/images/emoticons/14.gif" />
        <item name="<img src='/images/emoticons/15.gif'/>" value="/images/emoticons/15.gif" />
        <item name="<img src='/images/emoticons/16.gif'/>" value="/images/emoticons/16.gif" />
        <item name="<img src='/images/emoticons/17.gif'/>" value="/images/emoticons/17.gif" />
        <item name="<img src='/images/emoticons/18.gif'/>" value="/images/emoticons/18.gif" />
        <item name="<img src='/images/emoticons/19.gif'/>" value="/images/emoticons/19.gif" />
        <item name="<img src='/images/emoticons/20.gif'/>" value="/images/emoticons/20.gif" />
        <item name="<img src='/images/emoticons/21.gif'/>" value="/images/emoticons/21.gif" />
        <item name="<img src='/images/emoticons/22.gif'/>" value="/images/emoticons/22.gif" />
        <item name="<img src='/images/emoticons/23.gif'/>" value="/images/emoticons/23.gif" />
        <item name="<img src='/images/emoticons/24.gif'/>" value="/images/emoticons/24.gif" />
        <item name="<img src='/images/emoticons/25.gif'/>" value="/images/emoticons/25.gif" />
    </tool>
</tools>

This works fine when I have ContentAreaMode="Iframe" but is broken with ContentAreaMode="Div".

Any suggestions?

Thanks
Andrew Dixon
Rumen
Telerik team
 answered on 18 Aug 2010
4 answers
236 views
I have a combobox with Loadondemand and I keep getting deplicates on scrolling:

 

 

 

<telerik:RadComboBox ID="radcmbInmate" runat="server" Width="200px" Height="150px" AllowCustomText="false" EmptyMessage="Select an Inmate" EnableLoadOnDemand="True" ShowMoreResultsBox="true" Filter="None" EnableVirtualScrolling="true" MarkFirstMatch="true" HighlightTemplatedItems="true" DataTextField="FullName" DataValueField="InmateID" OnItemsRequested="radcmbInmate_ItemsRequested">
</telerik:RadComboBox>

 

 


 

private DataSet GetInmateDataSet(string inmateText)
{
     string errorMsg = string.Empty;
     DataSet DS = new DataSet();
     Inmate.GetByName(FacilityID, inmateText, ref DS, ref errorMsg);
     return DS;
}
  
protected void radcmbInmate_ItemsRequested(object sender, RadComboBoxItemsRequestedEventArgs e)
{
     DataSet data = GetInmateDataSet(e.Text);
     radcmbInmate.DataSource = data;
     radcmbInmate.DataBind();
}
Jeff Reinhardt
Top achievements
Rank 1
 answered on 18 Aug 2010
2 answers
157 views
I wonder if someone could explain why the layout of a page with a couple of RadListBoxes on it changes if I ajaxify 'em.
SS1.jpg shows the page without a RadAjaxManager and SS2.jpg with one.

The only difference in the code is this ...
<telerik:RadAjaxManager ID="RadAjaxManager1"
                        runat="server">
    <AjaxSettings>
        <telerik:AjaxSetting AjaxControlID="RadListBox1">
            <UpdatedControls>
                <telerik:AjaxUpdatedControl ControlID="RadListBox1"/>
                <telerik:AjaxUpdatedControl ControlID="RadListBox2"/>
            </UpdatedControls>
        </telerik:AjaxSetting>
    </AjaxSettings>
</telerik:RadAjaxManager>

Enquiring minds, and all that ...

-- 
Stuart
Stuart Hemming
Top achievements
Rank 2
 answered on 18 Aug 2010
3 answers
316 views
I have a grid which uses gfrouping. I remove the header border lines using the following for my data columns:

<

 

HeaderStyle HorizontalAlign="Left" BorderStyle="None"></HeaderStyle>

 


How do I do the same for the GridGroupSplitterColumn?
Dimo
Telerik team
 answered on 18 Aug 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?