Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
69 views

Hi , We are used hirarchichal grid, The detailed table, expanded row’s columns are not getting aligned to the columns in the parent row.  We have tried adjusting the right padding and right margin for the classes in .rgMasterTable as well as .rgDetailTable but none worked. we  even tried giving our own class definition in the code behind but that was getting overwritten by the default Rad classes.

Please let us know the workaround for this. Screenshot is shown below. 

Thanks
Rajani

 

 

Marin
Telerik team
 answered on 26 Oct 2010
1 answer
575 views
Hi,

I have a scenario where i have two GridBoundColumns. am loading the data from the database to these columns.
i want to add more rows to the existing grid. I want to have a text box to be added in the footer and have a button. on the button click i wanted to the data in the textbox to the gridboundcolumn. Help me how to add footer template with a button and a text box and extract the values.

i have temporarily added a textbox and button below the grid and achieved but i want to achieve the same within the grid.
Pls. help me

Thanks
Jidesh
Marin
Telerik team
 answered on 26 Oct 2010
1 answer
164 views
Hi:

I am testing a RadComboBox inside of a basic formview that is for a drop down selection of the months in a year. I want to display the months in the year in the combobox, then store the corresponding value in the database (e.g. If March is selected, then store "3").

I have set up the radcombobox as follows:

<telerik:RadComboBox ID="RadComboBox1"
                     runat="server"
                     Label="Month"
                     SelectedValue='<%# Bind("Month") %>'
                     LabelCssClass="right_Aligned_Labels"
                     MaxLength="2"
                     >
                     <Items>
                        <telerik:RadComboBoxItem runat="server" text="January" value="1" />
                        <telerik:RadComboBoxItem runat="server" text="February" value="2" />
                        <telerik:RadComboBoxItem runat="server" text="March" value="3" />
                        <telerik:RadComboBoxItem runat="server" text="April" value="4" />
                        <telerik:RadComboBoxItem runat="server" text="May" value="5" />
                        <telerik:RadComboBoxItem runat="server" text="June" value="6" />
                        <telerik:RadComboBoxItem runat="server" text="July" value="7" />
                        <telerik:RadComboBoxItem runat="server" text="August" value="8" />
                        <telerik:RadComboBoxItem runat="server" text="September" value="9" />
                        <telerik:RadComboBoxItem runat="server" text="October" value="10" />
                        <telerik:RadComboBoxItem runat="server" text="November" value="11" />
                        <telerik:RadComboBoxItem runat="server" text="December" value="12" />
                     </Items>
</telerik:RadComboBox>

My formview is set to default to edit mode. The record I am testing with has the month column value set to "9" so I know the value is in the item list. However, when I run this program I get the error:

Selection out of range
Parameter name: value

I have looked at many posts on this issue, but I still do not know why I am getting this error. The database column I am binding to definitely has a valid value in it (e.g. "9") which should cause "September" to display based on the current record. Yet, I get this error.

This seems like such a simple requirement. How can I get this working?

Thanks, Dan

Here is the stack trace:

[ArgumentOutOfRangeException: Selection out of range
Parameter name: value]
   Telerik.Web.UI.RadComboBox.PerformDataBinding(IEnumerable dataSource) +172
   Telerik.Web.UI.RadComboBox.OnDataSourceViewSelectCallback(IEnumerable data) +471
   System.Web.UI.DataSourceView.Select(DataSourceSelectArguments arguments, DataSourceViewSelectCallback callback) +31
   Telerik.Web.UI.RadComboBox.OnDataBinding(EventArgs e) +1234
   Telerik.Web.UI.RadComboBox.PerformSelect() +37
   System.Web.UI.WebControls.BaseDataBoundControl.DataBind() +73
   Telerik.Web.UI.RadComboBox.DataBind() +68
   System.Web.UI.Control.DataBindChildren() +211
   System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) +102
   System.Web.UI.Control.DataBind() +15
   System.Web.UI.Control.DataBindChildren() +211
   System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) +102
   System.Web.UI.Control.DataBind() +15
   System.Web.UI.Control.DataBindChildren() +211
   System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) +102
   System.Web.UI.Control.DataBind() +15
   System.Web.UI.Control.DataBindChildren() +211
   System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) +102
   System.Web.UI.WebControls.FormView.CreateChildControls(IEnumerable dataSource, Boolean dataBinding) +1461
   System.Web.UI.WebControls.CompositeDataBoundControl.PerformDataBinding(IEnumerable data) +57
   System.Web.UI.WebControls.FormView.PerformDataBinding(IEnumerable data) +12
   System.Web.UI.WebControls.DataBoundControl.OnDataSourceViewSelectCallback(IEnumerable data) +114
   System.Web.UI.DataSourceView.Select(DataSourceSelectArguments arguments, DataSourceViewSelectCallback callback) +31
   System.Web.UI.WebControls.DataBoundControl.PerformSelect() +142
   System.Web.UI.WebControls.BaseDataBoundControl.DataBind() +73
   System.Web.UI.WebControls.FormView.DataBind() +4
   System.Web.UI.WebControls.BaseDataBoundControl.EnsureDataBound() +82
   System.Web.UI.WebControls.FormView.EnsureDataBound() +166
   System.Web.UI.WebControls.CompositeDataBoundControl.CreateChildControls() +72
   System.Web.UI.Control.EnsureChildControls() +87
   System.Web.UI.WebControls.CompositeDataBoundControl.get_Controls() +15
   Telerik.Web.UI.RadFormDecorator.FindDataControls(Control parent) +80
   Telerik.Web.UI.RadFormDecorator.FindDataControls(Control parent) +437
   Telerik.Web.UI.RadFormDecorator.FindDataControls(Control parent) +437
   Telerik.Web.UI.RadFormDecorator.FindDataControls(Control parent) +437
   Telerik.Web.UI.RadFormDecorator.FindDataControls(Control parent) +437
   Telerik.Web.UI.RadFormDecorator.FindDataControls(Control parent) +437
   Telerik.Web.UI.RadFormDecorator.FindDataControls(Control parent) +437
   Telerik.Web.UI.RadFormDecorator.DecorateAspNetDataControls() +68
   Telerik.Web.UI.RadFormDecorator.ControlPreRender() +758
   Telerik.Web.UI.RadWebControl.OnPreRender(EventArgs e) +47
   System.Web.UI.Control.PreRenderRecursiveInternal() +80
   System.Web.UI.Control.PreRenderRecursiveInternal() +171
   System.Web.UI.Control.PreRenderRecursiveInternal() +171
   System.Web.UI.Control.PreRenderRecursiveInternal() +171
   System.Web.UI.Control.PreRenderRecursiveInternal() +171
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +842
Simon
Telerik team
 answered on 26 Oct 2010
4 answers
244 views
When selecting a an amount of text in the radeditor, I go about using the buttons provided by telerik to (in this order):
1) Change the font size
2) Change the font style
3) Any of bold or underline or italic buttons

1 and 2 behave as I would expect, when I get to 3, it changes the text back to the original font style and size and applies the bold or underline or italic property.

Additional information:
Problem seems to be specific to IE8. The sequence works in Firefox

Please assist with a solution
Thanks
Jonathan
Jonathan
Top achievements
Rank 1
 answered on 26 Oct 2010
1 answer
98 views

I have a design issue. When I get to the page for the first time the radupload control (in a usercontrol) looks normal. When I then delete the uploaded file and show the same user control again RadUpload looks strange. The button fall down and to the left of the input field a UL disc shows. If I set the EnableFileInputSkinning="false" the disc and the left-padding still be there. And the input field and the button height are very small. I would like it to retain its appearance. What’s the problem?
(2010.2.713.40)

Magnus
Top achievements
Rank 1
 answered on 26 Oct 2010
2 answers
126 views
Hi,

IM using radgrid with both contextmenu normal and filter but whe i try to use it, the combobox for the second condition is out of menu. See the image.

Best Regards,
Luis
Luis
Top achievements
Rank 1
 answered on 26 Oct 2010
1 answer
83 views
I can't get rid the content top padding in this example: http://twitpic.com/3110jq

<telerik:RadEditor
    ID="txtMessage"
    runat="server"
    Width="500px"
    Height="250px"
    EditModes="Design"
    ValidationGroup="NewPost"
    ContentAreaCssFile="~/Community/themes/EditorContentAreaStyles.css"
    Skin="Sitefinity">
    <Tools>
        <telerik:EditorToolGroup Tag="Forum">
            <telerik:EditorTool Name="AjaxSpellCheck" />
            <telerik:EditorTool Name="SelectAll" />
            <telerik:EditorTool Name="Cut" />
            <telerik:EditorTool Name="Copy" />
            <telerik:EditorTool Name="Paste" />
            <telerik:EditorTool Name="InsertLink" />
            <telerik:EditorTool Name="InsertDate" />
            <telerik:EditorTool Name="InsertTime" />
            <telerik:EditorTool Name="Bold" />
            <telerik:EditorTool Name="Italic" />
            <telerik:EditorTool Name="Underline" />
            <telerik:EditorTool Name="StrikeThrough" />
            <telerik:EditorTool Name="InsertOrderedList" />
            <telerik:EditorTool Name="InsertUnorderedList" />
        </telerik:EditorToolGroup>
    </Tools>
</telerik:RadEditor>

Rumen
Telerik team
 answered on 26 Oct 2010
1 answer
158 views
I am trying to see the demos at http://sharepoint.telerik.com

It is prompting for User Name and Password.

What is the user name and password. If anyone knows, please post it.

Telerik, please update the user name and password in the Web site.

Thanks,

Tsvetoslav
Telerik team
 answered on 26 Oct 2010
2 answers
151 views
Hi

Can you confirm if the radEditor supports spell checking as you type i.e. like Microsoft Word where red lines appear beneath incorrectly spelled words as you type them.

thanks
Phil
Top achievements
Rank 1
 answered on 26 Oct 2010
1 answer
78 views
Hi,
 I have Devloped Composit control(RADMaskedTExtbox,RadButton).i have written javascript as Follows in Composit Control Test page

var

 

 

Input1 = $find("<%= TextBox1.ClientID %>");

 

Input1.SetValue(15);

It is throughing an error Null object.

Please help me how to resolve this

Radoslav
Telerik team
 answered on 26 Oct 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
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
Want to show your ninja superpower to fellow developers?
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
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
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?