Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
181 views

I am getting a resource key missing error from the new release of ASP.Net controls

Error
----------------------------------
Error:  Cannot find a string resource with key 'ClearClass' in App_GlobalResources/RadEditor.Main.resx. Please, make sure that your custom localization has all needed resource strings, or copy the original localization resources from your installation folder to App_GlobalResources. 

 Exception:  System.InvalidOperationException: Cannot find a string resource with key 'ClearClass' in App_GlobalResources/RadEditor.Main.resx. Please, make sure that your custom localization has all needed resource strings, or copy the original localization resources from your installation folder to App_GlobalResources. at Telerik.Web.LocalizationStrings.GetString(String key) at Telerik.Web.UI.Editor.MainStrings.get_ClearClass() 
Stack Trace:  at Telerik.Web.LocalizationStrings.GetString(String key) at Telerik.Web.UI.Editor.MainStrings.get_ClearClass() 


Build
---------------------------------------------
RadControls_for_ASP.NET_AJAX_2008_2_1001_dev_hotfix.zip

Krishna Rudraiah
Top achievements
Rank 1
 answered on 07 Oct 2008
3 answers
206 views
I am using Radwindow's Confirmation window. I have .pdf file inside Iframe template on my page. When I open confirmation window, it opens on PDF file. So I am not getting the window Clearly.  I got the window with some part missing, meaning whatever the part of ConfirmWindow goes on that pdf file,doesn't get displayed (pdf file overlayes it).  And I have noticed after opening the window whole page get disabled except that pdf file. User can still click on pdf file with having confirmwindow on page. so i also want user not to click on anywhere until they close the window.

I have set the Radwindows Overlay Peoperty to True. Is there any other property that I need to set or what extra code do I need to write?

Here is my Code,

<telerik:RadWindowManager id="Singleton" runat="server" EnableEmbeddedSkins="false" Overlay="true" Behaviors="Move,Close" > </telerik:RadWindowManager>

<asp:Button ID="btn1" runat="server" Text="Submit" 
 OnClientClick="radconfirm('Are you sure ?', confirmYes, 300, 100); return false;"/>

function confirmYes(arg)
{
if(arg == true){
__doPostBack(
'btnYes','')}
}

 

Please give me any solution.

Thanks,
Tarulatta Patel.

Georgi Tunev
Telerik team
 answered on 07 Oct 2008
7 answers
480 views
I have a RadGrid binding via ObjectDataSource which always returns all the data. I enabled the column filtering and rely on RadGrid filtering functionality which works fine. However, when rebinding the grid the filter values are preserved in the filter texboxes but all the data are displayed as if no filter applied. Is that the behaviour by design?
I use the latest grid version.
miksh
Top achievements
Rank 1
Iron
 answered on 07 Oct 2008
1 answer
442 views
Hello,

I have problem with setting values to combobox on client by javascript.

sender.set_value("Value");  
sender.set_text("Text");  
// sender.get_value() is null here!!!

but 

sender.set_text("Text");  
sender.set_value("Value");  
// sender.get_value() has proper value 

Is it by design?

Thanks,
Eugene
Rosi
Telerik team
 answered on 07 Oct 2008
2 answers
127 views
Note:  You must be watching this page from 8:45-4:45 EST USA

http://finance.yahoo.com/actives?e=o

I love how the rows and columns update realtime, please tell me you have this
Mike
Top achievements
Rank 1
 answered on 07 Oct 2008
1 answer
152 views

Hi,
I am using a treeview in combobox. I am calling a javascript function on OnClientNodeChecked event.

 

rdTreeView.OnClientNodeChecked =

"nodeChecked";
This is working fine as long as I am not passing any parameter in the function. 

 

function nodeChecked()

{

var tree = $find('RadComboBox1_i0_RadTreeView1');

var comboBox = $find('RadComboBox1');

var nodes = tree.get_checkedNodes();

 

var strText = 'you have selected ' + nodes.length + ' nodes';

comboBox.set_text(strText);

 

}

 

 

If I pass the value of combobox and treeview as parameter in function, it is being called on OnInit event and this is throwing javascript error.

As we are adding all controls at runtime and we are not sure how many controls will be added, we need to pass the Combobox and treeview as parameter.

What is the way of passing these parameters in this function?

Thanks,
Pankaj

Veselin Vasilev
Telerik team
 answered on 07 Oct 2008
9 answers
200 views
Is it possible to display a custom control on the scheduler in addition to the default appointment functionality? This could be as simple as a label or an image for my purposes.
Rex Chappell
Top achievements
Rank 1
 answered on 07 Oct 2008
3 answers
96 views
Hi All,

I am using RadSchedular in my aplication.

I want to bind the data to radschedular on runtime.
ie.
1>when change the view type (from day to month)
2>on Calender date change
3>and on Nevigation button.

 which server side event should i used to fullfill the condition.

Thanks

Peter
Telerik team
 answered on 07 Oct 2008
1 answer
91 views
In IE 6 we're having a very serious issue - whenever a radwindow is shown all the drop downs on the page disappear - but they don't reappear when the radwindow is closed. We are using some non-standard drop downs but it wasn't an issue until the most recent upgrade. If any other information is required I'll be happy to post it here.

The old post in the Asp.Net controls about resetting the disabled property doesn't appear to work either. Have you changed the way you're hiding the controls? display:none; or something else?

Thanks
Georgi Tunev
Telerik team
 answered on 07 Oct 2008
3 answers
756 views
I have a grid with a GridButtonColumn, but can't seem to figure out how to set the CssClass or SkinID to the button.  It won't compile when setting the CssClass and doesn't recognize the skin when setting SkinID to the column.  I set the CssClass for the ItemStyle, but it applied the class to the row, not the button.  Please help.
Rob
Top achievements
Rank 1
 answered on 07 Oct 2008
Narrow your results
Selected tags
Tags
+? more
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?