Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
128 views
Hi,

I have one issue with RadContextMenu and Iframe. There are 2 or 3 RadManuItems in ContextMenu. Now if one PDF document is open in Iframe and I click on ContextMenu then PDF document overlaps tha Contextt Menu. I tried to update Z-index of Context menu but did not succeed. I am using latest DLL version. Please find attached image to to get proper idea.


Thanks & Regards

Prashan Shrinal
Prashant
Top achievements
Rank 1
 answered on 15 Dec 2011
2 answers
198 views
Hello..
i want to know how to bind data in girddropdown at serverside.
below source.

aspx :
   <telerik:RadGrid ID="gv" runat="server" AllowPaging="True" AutoGenerateColumns="False"
                    CellSpacing="0" GridLines="None" OnNeedDataSource="gv_NeedDataSource" Skin="Windows7"
                    Culture="ko-KR" OnUnload="gv_Unload" OnUpdateCommand="gv_UpdateCommand" >
                    <MasterTableView DataKeyNames="CODE_SECTION,CODE_GROUP" EditMode="InPlace">
                        <Columns>
                            <telerik:GridEditCommandColumn ButtonType="ImageButton" ItemStyle-Width="50px" />
                            <telerik:GridDropDownColumn ColumnEditorID="GridDropDownListEditor1" DataField="CODE_SECTION"
                                DropDownControlType="DropDownList" HeaderText="System" ListTextField="TEXT" ListValueField="VALUE"
                                UniqueName="Gubun" DataSourceID="????">
                            </telerik:GridDropDownColumn>
                       </Columns>
                  </MasterTableView>
 </telerik:RadGrid>

C# :
i want to bind data C# code in aspx.cs,  Not SqlDataSource in .aspx


KwangTae
Top achievements
Rank 1
 answered on 15 Dec 2011
1 answer
270 views
Hi,
1. I have the grid with 7 columns, in that 4 are readonly during Edit. two of them are editable and one is the "Select" checkbox.
When I click a button external to the grid, I am triggering the initinsert event. During this, I want to copy the data as is for the readonly columns, from the row that is checked to the row that got added thru the initInsert event. How can I do this? [ Editable fields are editable here too]
2. Now that when the user enters data, if he tries to enter same data as above for the new row, then I need to allow him to do so, but should not allow him to edit the old row and need to disable the Edit button for that row.
Please suggest.
Thanks and Regards,
Deepika Karanth
Jayesh Goyani
Top achievements
Rank 2
 answered on 15 Dec 2011
1 answer
132 views
I have a grid with ClientSelectColumn, EditCommandColumn and In-Place editing. When a user edits a record and tabs from control to control, when they get to the last text box and click tab, the focus is set on the checkbox in the ClientSelectcolumn of the next row. Is there a way , when the user gets to the last edit textbox and hits Tab, that the Update button in the EditCommandColumn receives focus?
Princy
Top achievements
Rank 2
 answered on 15 Dec 2011
2 answers
617 views
hi,
i am D.Srinivasa Rao, i have a problem to Clear RadTextBox using c# in Asp.Net, in my page i have a number of RadTextBoxes and RadNumericTextBoxes. now i want to clear all RadTextBoxes, RadNumericTextBoxes  using control Functions.

For TextBoxes i used the following Function to Clear all TextBoxes

protected void ClearTextBoxes(Control control)
    {
        foreach (Control c in control.Controls)
        {
            if (c is TextBox)
                ((TextBox)c).Text = "";
        }
    }


in the same way how can i clear the RadTextBoxes. 

Please Help me

Thanks
D.Srinivasa Rao.
D.SRINIVASA
Top achievements
Rank 2
 answered on 15 Dec 2011
1 answer
93 views
I have a Master Grid and Details Grid inside it, I can have context menu for rows in MasterGrid, but how can I set another context menu for child grid? Is this supported?

Regards
Mazdak
Shinu
Top achievements
Rank 2
 answered on 15 Dec 2011
3 answers
192 views
This is a Radwindows :-) with Statusbar = false and TitleBar = false.
I put a Button with position absolute to simulate Close Button.
I need change the double border by thick border
I search in windows.css but  I didn't found where set this border.



Can you help me?
Princy
Top achievements
Rank 2
 answered on 15 Dec 2011
1 answer
104 views
I want to show a "Search" keyword when filtering with radgrid.Hows that possible?
Shinu
Top achievements
Rank 2
 answered on 15 Dec 2011
2 answers
103 views
there is any server beghind function that can be called periodically to check reminder od scheduler?

i mean can be the reminders popup outside the page the scheduler is used?

Thanks

dlewis
Top achievements
Rank 1
 answered on 15 Dec 2011
0 answers
111 views
Hi:
I was getting a LoaderException and I was quite lost, but then I found the

Could not load file or assembly 'Telerik.Web.UI, Version=2010.3.1109.40, Culture=neutral,
PublicKeyToken=121fae78165ba3d4' or one of its dependencies. The located assembly's
manifest definition does not match the assembly reference. (Exception from HRESULT:
0x80131040)":"Telerik.Web.UI, Version=2010.3.1109.40, Culture=neutral, PublicKeyToken
=121fae78165ba3d4
I figure out that the Telerik.Web.UI.xml and Telerik.Web.UI.dll were different versions.  Hope this helps someone.
Phil
Phil
Top achievements
Rank 2
 asked on 15 Dec 2011
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?