Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
108 views
Hello ALL,

              I have one radwindow, which contains grid with checkboxex, on click of Close button i have to pass datakey of each row which have been checked from radgrid using client side scritption, can you please tell me how can i get checked row from grid using javascript or something else.


Thanks
Kaushal
Shinu
Top achievements
Rank 2
 answered on 01 Nov 2010
3 answers
989 views

Hi All,

we are using RAdgrid for displaying data, the grid uses custom skin, due to that we are not able to
see the sorting up/down images while sorting.

We want either completely remove that images or they should display while sorting.

We tried but did not get any solution to change in the CSS class.

Please help me.

Dimo
Telerik team
 answered on 01 Nov 2010
4 answers
110 views
I have created a grid and it has group header controls that I create in the prerender event so that it will not be reset during postback.  I originally did it in the itemdatabound but it disappears during postback and since I need to access a dataitem value this was my only option but my problem now is that I cannot add the onclick handler.  Anyone have any iteas how I can do this? 

My group header current looks like ( Field_Value_Label_control  Add_New_Link_Button ) or as an example it would be (Computers  Add New Category) both of which have text from an sql database.

Any help would be appreciated.
Enigma
Top achievements
Rank 1
 answered on 01 Nov 2010
7 answers
414 views
I'm working on a project that needs a menu system very close to the menu at the top of this page. I need to use a background image for the main menu, a different background image for the rollover state and yet another image for the "current" page state. I started off with the Web2.0 skin and made everything work but the current page part. (rollover and current both match in my skin and when I try and separate the hover from the current state in the CSS file it stops working).

Could someone please help me either find a skin that is all ready set up with a current page graphic or walk me through the steps involved in creating/modifying a skin so it shows the current page like the menu above where community is the current state. I don't mind starting over with a new skin file if needed.

I am a designer not a programmer so if coding is needed please give me step by step instructions :)

Thanks in advance
Jay




Peter
Telerik team
 answered on 01 Nov 2010
1 answer
93 views
OK I've just been working on an app that passes recurring appointment data between the scheduler for ASP.net and the one for WinForms.  Tricky but I'm getting there.  I have found something utterly idiotic and sorry but that is the only word for it.

The ASP implementation of the RecurrenceDay has None = 0, Sunday = 1, Monday = 2 etc. 

The corresponding implementation in WinForms of a WeekDays enum is None = 0, Monday = 1, Tuesday = 2 etc. 

Presumably the WPF version has the week starting on Wednesday and Silverlight is Thursday ?

I think that there should be some big glaring article in the help pages of both ASP.Net and WinForms control sets warning people of this mismatch.  I'm now going to have to have a small helper translation function to handle it.  I'm just pleased that I noticed this before going live.

Jon
Dobry Zranchev
Telerik team
 answered on 01 Nov 2010
1 answer
307 views
Hello,
I have got RadGrid placed inside RadPanelBar. I've got GridButtonColumn ("Submit"). When user click of submit button it ask for confirmation. I want to submit details when user click on OK button. How do access the GridButtonColumn ("Submit") to submit details.  

Here is my code..


<
telerik:RadPanelBar ID="RadPanelBar1" runat="server">

 

 

<Items>

 

<telerik:RadPanelItem runat="server" Text="Journals" Font-Bold="False">

 

 

 

<Items>

 

 

 

 

<telerik:RadPanelItem runat="server" Value="PanelItem1">

 

 

 

 

<ItemTemplate>

 

<telerik:RadGrid ID="TestRadGrid" runat="server" AutoGenerateColumns="False">

 

 

 

<MasterTableView>

 

<Columns>  

 

 

<telerik:GridBoundColumn DataField="Name" HeaderText="Name" UniqueName="Name" />

 

 

 

<telerik:GridButtonColumn UniqueName="Submit" Text="Submit" ButtonType="LinkButton"  

 

 

CommandName="Submit" ConfirmDialogType="RadWindow" ConfirmText="Are you sure you want to submit this request?">  
<
/telerik:GridButtonColumn>

 

</Columns

 

 

</MasterTableView 

 

 

</telerik:RadGrid

 

 

 

</ItemTemplate 

 

 

</telerik:RadPanelItem 

 

 

</Items 

 

 

</telerik:RadPanelItem>

 

 

 

 

</Items 

 

</telerik:RadPanelBar>


Many thanks.

 

 

 

 

 

Shinu
Top achievements
Rank 2
 answered on 01 Nov 2010
0 answers
131 views
Hi,

I have used telerik: RadCombobox with ModelPopupExtender in my application.
I am unable to populate data.
Refer code block to suggest solution.
Kindly Suggest on urgent basis.
Thanks in advance.
<cc1:ModalPopupExtender ID="pop_email"  runat="server" TargetControlID="btn_EmailReport" PopupControlID="pan_email" OkControlID="btn_email_Send" CancelControlID="btn_email_cancel"/>
<asp:Panel ID="pan_email" runat="server"  CssClass="PopUpControl_Pannel" Style="display: none">
<asp:UpdatePanel ID="up_email" runat="server" UpdateMode="Conditional">
                                <ContentTemplate>
                                    <asp:Table ID="tbl_email" runat="server">
                       
                                        <asp:TableRow>
                                    
                                            <asp:TableCell Width="10px">
                                               <telerik:RadComboBox ID="RadCmbBox_email_to" runat="server"
                                                    DataTextField="company" DataValueField="email" 
                                                    AllowCustomText="true" EmptyMessage="" ZIndex="100000999" ShowDropDownOnTextboxClick="true">                                                                                           
                                             <ItemTemplate>
                                                        <div>
                                                              <asp:Label ID="lbl_emailID1" runat="server" Text="Alapattah" />
                                                               <asp:Label ID="lbl_emailID2" runat="server" Text="Brickell Avenue" />
                                                               <asp:Label ID="lbl_emailID3" runat="server" Text="Downtown Miami" />
                                                        </div>
                                                    </ItemTemplate>
                                                </telerik:RadComboBox>
                                      
                                            </asp:TableCell>
                                        </asp:TableRow>                                           
                                    </asp:Table>
                               </ContentTemplate>
                            </asp:UpdatePanel>
                        </asp:Panel>
ok
Top achievements
Rank 1
 asked on 01 Nov 2010
4 answers
85 views
Hi
I need to know how to make the grid to be opened at edit mode.
This must be happened after the grid is bind
Arash
Top achievements
Rank 1
 answered on 01 Nov 2010
2 answers
147 views
Good day!
Our boss wants Edit Popups in RadGrids to look the same like RadWindows do =(
now hey look like at attached picture 1 and he wants them to look like RadWindow at picture 2 - with nice border, rownded corners and so on.
What can I do to make this standard popup windows to look like RadWindows?
thank you!
lina fetisova
Top achievements
Rank 1
 answered on 01 Nov 2010
3 answers
2.8K+ views
Hi,
I am using RadToolbar with radttoolbarbutton on defautl.aspx page.OnClientButtonClicked, Radwindow form
(manageuser.aspx) get open.but
when i clicked save button inside Radwindow form(manageuser.aspx) then i get the following  error.how to fix it

Script control 'RadWindowManager1' is not a registered script control. Script controls must be registered using RegisterScriptControl() before calling RegisterScriptDescriptors().
Parameter name: scriptControl

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.ArgumentException: Script control 'RadWindowManager1' is not a registered script control. Script controls must be registered using RegisterScriptControl() before calling RegisterScriptDescriptors().
Parameter name: scriptControl

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.


Stack Trace:

 

[ArgumentException: Script control 'RadWindowManager1' is not a registered script control. Script controls must be registered using RegisterScriptControl() before calling RegisterScriptDescriptors().

Parameter name: scriptControl]

   System.Web.UI.ScriptControlManager.RegisterScriptDescriptors(IScriptControl scriptControl) +635960

   Telerik.Web.UI.RadWebControl.RegisterScriptDescriptors() +82

   Telerik.Web.UI.RadWebControl.Render(HtmlTextWriter writer) +108

   System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +240

   System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +240

   System.Web.UI.HtmlControls.HtmlForm.RenderChildren(HtmlTextWriter writer) +253

   System.Web.UI.HtmlControls.HtmlForm.Render(HtmlTextWriter output) +87

   System.Web.UI.HtmlControls.HtmlForm.RenderControl(HtmlTextWriter writer) +53

   System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +240

   System.Web.UI.Page.Render(HtmlTextWriter writer) +38

   System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +11020923

   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +4240

 


Trent
Top achievements
Rank 1
 answered on 01 Nov 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?