Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
158 views
Upgraded to 2011.3.1115.35 and everything in my site is broken.  Every thing works fine using 2011.2.915.35.

Getting the following error on all pages with telrik controls.
[L]A critical error has occurred.
Telerik.Web.UI.RadPanelBar with ID='RadPanelBar1' was unable to find embedded skin with na#e 'Black'# Please, make sure that you spelled the skin na#e correctly, or if you want to use a custom skin, set EnableEmbeddedSkins=false.
Radoslav
Telerik team
 answered on 23 Nov 2011
6 answers
804 views

 

We have used telerik controls in our project for development. Veracode has scan the code dlls and found security issues. Below are few secuirty issues.

Cross-Site Scripting - Improper Neutralization of Script-Related HTML Tags in a Web Page (Basic XSS)
telerik_web_ui_dll.Telerik.Web.UI.Appointment Appointment Clone()
telerik_web_ui_dll.Telerik.Web.UI.GridGroupPanel bool AddGroupByFromTableView(GridTableView, int, ref int)
telerik_web_ui_dll.Telerik.Web.UI.RadAjaxManager string RenderUserControl(string, object)
telerik_web_ui_dll.Telerik.Web.UI.GridAttachmentColumn System.Web.UI.WebControls.IButtonControl InitializeButtonInCell(GridItem)
telerik_web_ui_dll.Telerik.Web.UI.GridAttachmentColumn System.Web.UI.WebControls.IButtonControl InitializeButtonInCell(GridItem)
telerik_web_ui_dll.Telerik.Web.UI.GridAttachmentColumn System.Web.UI.WebControls.IButtonControl InitializeButtonInCell(GridItem)

there are many such items ,do have any justfication to prove that that these are not a secuirty concerns?
Lini
Telerik team
 answered on 23 Nov 2011
1 answer
92 views
Hi,

I need to do a demo for tomorrow using your ajax dock control.

But I've got some problem by only trying to reproduce your sample.

You have a method "OnClientInitialize" which call the javascript method "SetHandleDock".

But in this method:
function SetHandleDock(dock, args) {
            dock.set_handle(document.getElementById("Handle_" + dock.get_id()));
        }

with the dock.get_id(), I receive something like "with the dock.get_id(), I receive something like 
"ctl00_MainContent_RadDock1"

Because it's looks like that asp.net has changed my id(which was on start the RadDock1).

Then, when trying to get the element by id, will try to access to "Handle_ct100_MainContent_RadDock1" which doesn't exist, the one which exist has the name Handle_RadDock1.

How to avoid this behavior? Can I eventually specify to the RadDock the handle's id?

Slav
Telerik team
 answered on 23 Nov 2011
6 answers
458 views
Dear Team,

I have a RadGrid in which i group all the items and totals like below

GROUP:Income
ItemName                               Amount
Housing                  20000
Allowance                 40000
 TOTAL INCOME 60000
GROUP:Deduction
Transport                                  10000
Coffee                            10000
TOTAL  INCOME                       20000
Net(TOTAL INCOME-TOTAL DEDUCTION):40000                    

Right now, I can do the grouping on my RadGrid, but can't
A). Display Group Total as show above(I can display something like TOTAL:60000). I want the total Format to be like shown above
B).Get the difference between TOTAL INCOME - TOTAL DEDUCTIONS.
Please can some help me 
(i).FORMAT group sum of each group with different name e.g TOTAL DEDUCTION,TOTAL INCOME other than displaying the same name.
(ii). Compute the difference between the TOTAL INCOME-TOTAL DEDUCTION and call it 'NET'

I would also be glad to look at any demo.

Robert
TX.       

Radoslav
Telerik team
 answered on 23 Nov 2011
3 answers
125 views
Hi Telerik,

I'm using RadDateTimePicker and I have an issue: When I set Culture "vi-VN" or "vi", it's cannot change datetime from 2:00 AM to 2:00 PM (with "vi-VN" is 2:00 SA to 2:00 CH).
You can view my source code download link below, it's "CultureError.aspx" form

And the issues that I reported to you earlier in the article: http://www.telerik.com/community/forums/aspnet-ajax/editor/problems-when-using-toolproviderid-with-ajaxpanel.aspx, it still happens in the latest Q3 2011 version.
That issues source code is also attached at the link below, it's "WithAjaxPanel.aspx" form

Thanks

http://www.mediafire.com/?m0i1e55ayo14mu1
Martin
Telerik team
 answered on 23 Nov 2011
9 answers
228 views
hi,,,,

          i am velmurugan from chennai.

                                            i need a selecting all checkbox  column in radgrid when i click the header checkbox selecting all checkbox
i have attached link example.this is using one column in  gridview but i need 5 columns(ADD,EDIT,DELETE,NONE,VIEW)using radgridview
http://www.codeproject.com/KB/webforms/SelectingAllCheckBoxes.aspx

help me,,,,

THANKZ....
Princy
Top achievements
Rank 2
 answered on 23 Nov 2011
1 answer
113 views
Hi,
i want to close my radtabstrip using a closing image button and a radconfirm message,
the problem is that the tab is closed automatically after showing the message without waiting the user confirmation
can you help me please, i will need a function that stops the execution until the user's confirmation.


thanks!
Kate
Telerik team
 answered on 23 Nov 2011
2 answers
85 views
Hello,
I have an AJAX control which contains an IFRAME which load a page and grid on it. Like this:
parent page -> AJAX control -> IFRAME -> grid
I'd like to subscribe grid's rowSelected event from my control. That's what I do:
1. Searching for grid:
this._grid = this._frame.contentWindow.$find(this._frame.contentWindow.gridID);
if (this._grid != null) {
            this._grid.add_rowSelected(this._onRowSelected);
        }
_onRowSelected: function (sender, args) {
    },
this._grid object in my control is a valid grid object so it must start my handler when event fires. But it never starts. I tried to subscribe rowSelected event within page in iframe and it works fine. What's wrong? Is that because grid and my control are on "different" pages? I quote this because they're all defined within a single DOM and they should "know" about each other.
Please help.
Tsvetina
Telerik team
 answered on 23 Nov 2011
1 answer
123 views
I have a self-referencing radgrid that utilizes row reordering.  The reordering works great when dropping 'above' or 'below' a row, but the problem I'm having is that it seems the drop position is never equal to 'over'.  An 'over' drop position would indicate that the dropped row should be a child of destination row.  Is there a property setting that needs to be set or something?  I'm at a loss for ideas.

Veli
Telerik team
 answered on 23 Nov 2011
1 answer
97 views
i Deleted Css files from TFS and added new css files those i merged in to main.but if anyone take latest they are not getting latest means Css files are not including to Project wat is the problem please give me any suggestion
Vinkel
Top achievements
Rank 1
 answered on 23 Nov 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?