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

I have a silverlight app that calls javascript function in the host page to shows RadWindow. I also added an html button to test the functionality. When Window shows up I cant click on the html button ( which is expected) but I can click on the silverlight area (which is not expected). Also when I click on silverlight area, it hides the RadWindow. I moved radwindow above, after and inside div but it makes not difference.

<

 

head>

 

 

<script type="text/javascript">

 

 

function ShowModalWindow(url) {

 

 

var oWnd = $find("<%=RadWindow1.ClientID%>");

 

oWnd.setUrl(url);

oWnd.show();

}

 

</script>

 

</

 

head>

<

 

body style="height: 100%; margin: 0;">

 

 

<form id="form1" runat="server" style="height: 100%;">
<asp:ScriptManager ID="ScriptManager1" runat="server">

 

 

</asp:ScriptManager>

 

 

<div style="height: 100%;">

 

 

<button onclick="ShowModalWindow('http://www.google.com'); return false;">

 

Click..

</button>

 

 

<tk:RadWindow ID="RadWindow1" runat="server" Modal="true" VisibleStatusbar="true"

 

 

VisibleTitlebar="true" AutoSize="true">

 

 

</tk:RadWindow>

 

 

<asp:Silverlight ID="Xaml1" runat="server" Source="~/ClientBin/App.xap"

 

 

MinimumVersion="2.0.31005.0" Width="100%" Height="100%" />

 

 

</div>

 

 

</form>

 

</

 

body>

 

Georgi Tunev
Telerik team
 answered on 11 May 2009
5 answers
213 views
Hi,

 I dont know if this is a right question to ask here, but is there a time spinner control available by Telerik for ASP.NET AJAX.
The control should have the current time displayed by default, and then user can edit the time, and also control should allow users to increment and decrement the current time.

Regards,
Abhishek
Yavor
Telerik team
 answered on 11 May 2009
1 answer
71 views
Hi,

   I need to select some items which are displayed on left end and press of button which is at center, appear selected items to right end. Is there this implemented in Telerik. If so, please let me know Url of it.



Thanks,
Josh.
Princy
Top achievements
Rank 2
 answered on 11 May 2009
1 answer
99 views
I create a web form that will create any number of RadTextBoxes and RadComboBoxes based upon the results of a stored proc.  The initial load runs creating the controls, adds them to a placeholder and then the controls are added to a collection, then saved to a session object.  On post back, the session object repopulates the collection  and then the collection is loop thru to place the controls back on the page.  On the post back I am getting this error:  

Script controls may not be registered after PreRender.

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.InvalidOperationException: Script controls may not be registered after PreRender.


Does anyone know how to fix this, has a work around or has a better solution to this?

Thanks.

Tim
Pavlina
Telerik team
 answered on 11 May 2009
1 answer
95 views
hello to all expert,

                            i would like to ask help from you guys about radcombobox as my filtering inside the grid, then populating that combobox with the data, and how to get the selected value.. i tried to follow the given sample but i'm getting error on it..please help

sample codes is highly appreciated

thanks to all
Pavlina
Telerik team
 answered on 11 May 2009
1 answer
138 views
Hi
Issue 1:
    I used the sample program with Telerik with Asp.Net. I insert the input values to Page to Database and Redirect the Page for Grid page. This grid page shows all the datas form Data Base.  When i Click the Save Button. The Data Saved the Data base and return the Grid page Taking time 12 Sec. I want to reduce this time with in 3 sec. How is possible for reduce this time. I think that the page rediect time taking long sec. and aslo Telerik Control loading time is over.. But the DataBase hit taking only one sec. Let me know how can i improve the performance.
          The Page Include 4 tabs ... and their controls

Issue 2:
      The Simlar problem for update mode the above page created the user and thier user control call the Edit mode in Grid. When i Click the Edit Mode that time Taking long sec for loading Telerik User control Edit mode page. how can i reduce the edit mode clik showing time.  and also herewith edit mode used in C# Code behind.
    Simlarlly the Issue one is repeated for update mode aslo


Issue 3:
      I used t he Rad Grid Edit Control. The Edit Mode with in User Conrol . the I wrote the code for retrieveal in Code behine C#.Net not the Eval Method. remaind to u. i used the C#.Net  Method.  ok  the Data' s retrieving the properly. it  is good. when edit some think and clcik the drop down sleected changed event that time. the preious edited data is disapper and showing old data that means the database data. How can i solve this problem,




Pavlina
Telerik team
 answered on 11 May 2009
1 answer
126 views
Hi,
my client want that in filter mode, active columns display with other background colour and funnel with other colour.
How can I do that with css files?
Image shows funnel that I want to change with filtering:
http://img100.imageshack.us/img100/3048/lejekgrid.jpg
Of course, when I will filter with columns "ID" only this funnel and this column will have other colour.
Pavlina
Telerik team
 answered on 11 May 2009
2 answers
164 views
There's no exposure of a "Separator" attribute in the EditorTool Collection Editor, and I can't see any obvious technique for creating one with this editor, or in the aspx.  Is this possible, or is it required to create a ToolsFile in order to use a separator?
Christopher H.
Top achievements
Rank 1
 answered on 11 May 2009
1 answer
403 views
It states in the demo and general areas that you can use RadMaskedInput for email, but I cant find any examples and was not sure how to achieve this. Does anyone have any suggestions? Thanks.
Shinu
Top achievements
Rank 2
 answered on 11 May 2009
1 answer
98 views
Hi 

In Rad grid of we set AllowFilteringByColumn = True we can filter on the text entered in the text box provided above the GridColumn.
Here instead of entering the text is it possible to type the text there so that the Items matching with the text should populate for the text box.  Its like Autopopulate like how a combo box works. 
  In Rad combo box we have AllowCustomText= true and By using "ItemsRequested" event we can populate the matching items in the combo.  Can we use the same for Grid for filtering columns?
 Waiting for ur Reply...

Thanks
Siva Kumar KB
Princy
Top achievements
Rank 2
 answered on 11 May 2009
Narrow your results
Selected tags
Tags
+? more
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?