Telerik Forums
UI for ASP.NET AJAX Forum
0 answers
85 views
Several times when we have upgraded our solutions with your latest components, the structure of the components has totally changed and we have to make a lot of effort to make it work again and look the same. Last time we upgraded ASP.NET AJAX to latest version and we had to spend many hours on this, which was frustrating...

Please Telerik, stop changing calls, skins and other stuff in the components so upgrades can be made without major reconstruction!
Patrik
Top achievements
Rank 1
 asked on 09 Jul 2009
1 answer
70 views
Hello,

I have a RadGrid, and I'm trying to set it to export to Excel. The problem is I'm getting the widely discussed "The controls collection cannot be modified because the control contains code blocks (i.e. <%...%>)".

After searching around, I understand that any javascript must be within a RadCodeBlock in order to avoid this problem. Easier said than done. Long story short the people that wrote the application I'm working on were completely crazy, they are outputting javascript generated at runtime all over the page, the solution of using RadCodeBLocks it is not really practical or possible in my scenario, I think.

Is there any other way around this to make the export to Excel work ? all I need is to export to Excel, what is the relation between the export to Excel feature, and the JavaScript on the page ?

Thank you very much !!
Princy
Top achievements
Rank 2
 answered on 09 Jul 2009
9 answers
401 views

 

In our application we make quite a bit of use of your nested Radgrids, where we must be able to delete each element of the Grid (both parent and children) independently. We have logic that will delete the parent along with all of its children. This is invoked by way of a GridButtonColumn (like the one listed below) which is defined in the parent grid.

 

Within the parent Grid we have the command:

 

OnDeleteCommand="WBSGrid_DeleteCommand"

 

The above method is invoked successfully when we click the GridButtonColumn in the Parent Grid.

 

Within the GridTableView object contained within the DetailTables portion of the (child) grid we have the following entry:

 

 

<telerik:GridButtonColumn

    ConfirmText="Delete this Task?"

    ConfirmDialogType="RadWindow"

    ButtonType="ImageButton" 

    ImageUrl="~/images/Delete.gif"

    ConfirmTitle="Delete"

    CommandName="DeleteOption" Text="Delete this Task"

    UniqueName="DeleteOptionColumn"

    HeaderText = "Delete">

    <HeaderStyle Width="35px"  HorizontalAlign="Center"/>

    <ItemStyle HorizontalAlign="Center" />

</telerik:GridButtonColumn>

 

When we click one of the Delete Buttons in our child grid, a RadWindow pops up asking us if we wish to delete the entry. So far so good. But if we choose to delete, nothing else happens. Unlike the parent grid, where the OnDeleteCommand element is available to us, there seems to be no corresponding element for the nested grid.

 

And, if we do find out how to ‘hook up’ our delete button to a code-behind method, we are concerned that it may be awkward to obtain the correct key from the nested grid.

 

Do you have any suggestions?

Shinu
Top achievements
Rank 2
 answered on 09 Jul 2009
1 answer
134 views
hello All,

                 I am using a date column in rad grid I want that the sorting should take place in MM/DD/YYYY format instead it is doing sorting in DD/MM/YYYY.Do I have to set any kind of property .Plz reply soon.



Regards,
Ritzie
Shinu
Top achievements
Rank 2
 answered on 09 Jul 2009
2 answers
188 views
hello all ,
  I am using radTimepicker now it is taking 1 24 hr clock I want that it should take a 12 hr clock.
Please reply soon

Ritzie
Martin
Telerik team
 answered on 09 Jul 2009
3 answers
170 views
Hi all,

How can i set the Vertical appointment on the Day view... I.e i have five items for any date, and when i change the view and enter in to the Day view..all five item showed me in the Horizontal ... How can i set it to the Vertical....

Please help me out...
Regards
Samir
T. Tsonev
Telerik team
 answered on 09 Jul 2009
3 answers
136 views
Hello, 

I put two columns in my table [Calendar] : [RecurrenceParentID] and [RecurrenceRule].
Then, I add 2 Appointment with the same [RecurrenceParentID] and [RecurrenceRule]. It work well.

When I want to delete it, I have the choice to delete all or juste one, I choose all but I have his message : 
Sys.WebForms.PageRequestManagerServerErrorException: Cannot locate the parent of appointment with ID = '16347'. Ensure that the parent appointment with ID = '9' exists and is loaded.

Do you know what it could be ? 


Thank

Jean-Yves
Yana
Telerik team
 answered on 09 Jul 2009
1 answer
72 views
I am having a problem with IE6 and the transparent pngs that are used by the scheduler control.  We have an htc file in our project that acts as a fix for all other transparent pngs in the site, but it breaks the layout of the scheduler control.  I was just wondering if someone could tell me what fix telerik uses on their demo site to display transparent pngs for IE6.

Thanks,
Laura
Kamen Bundev
Telerik team
 answered on 09 Jul 2009
1 answer
124 views
i tried radtabstrip1.selectedtab = "Tab2" and it doesn't work but with radtabstrip1.selectedindex = 1 then it works fine. Is that function disable? or did i do something wrong? please help thanks.
Shinu
Top achievements
Rank 2
 answered on 09 Jul 2009
1 answer
75 views
 

Hi i have css file for my anchor links defined below .this works fine for IE7 but when open the page in firefox the button
 image goes longer. I googled as that firefox has background position bug but no matched solution.
How to a fix for this issue? thanks

The css file is below

 

 
/* button settings */ a.RadForm_CustomSkins, a.RadForm_CustomSkins span { background-imageurl('FormDecorator/ButtonSprites.gif'); background-repeat:no-repeatcursor:hand; cursor:pointerdisplay:inline-block; }  
 
a.RadForm_CustomSkins.rfdInputDisabled:hover { background-position: 0% 0%; }  
 
a.RadForm_CustomSkins .rfdInner, a.RadForm_CustomSkins.rfdInputDisabled:hover .rfdInner { margin-right11pxmargin-left11pxbackground-position: 0 -21pxcolor#fffffffont-size:11px; }  
 
a.RadForm_CustomSkins.rfdInputDisabled:hover .rfdOuter { background-positionrightright 0%; }  
 
a.RadForm_CustomSkins:hover { background-position: 0 -42px; }  
 
a.RadForm_CustomSkins:hover .rfdInner { background-position: 0 -63pxcolor#ffffff; }  
 
a.RadForm_CustomSkins:hover .rfdOuter { background-positionrightright -42px; } /* end of button settings */ 
 
/* clicked button styles */ a.RadForm_CustomSkins.rfdClicked { background-imageurl('FormDecorator/ButtonSprites.gif'); background-position: 0 -84pxbackground-repeatno-repeat; }  
 
a.RadForm_CustomSkins.rfdClicked span { background-imageurl('FormDecorator/ButtonSprites.gif'); }  
 
a.RadForm_CustomSkins.rfdClicked .rfdInner { background-position: 0 -105pxbackground-repeatrepeat-x; color#ffffff; }  
 
a.RadForm_CustomSkins.rfdClicked .rfdOuter { background-positionrightright -84pxbackground-repeatno-repeat; } /* end of clicked button styles */ 
 
/* do NOT change these settings, otherwise the skinned buttons will be broken when used within a decoration zone */ a.rfdSkinnedButton.RadForm_CustomSkins { -moz-user-select: none !important; outlinenone !important; text-decorationnone !important; cursordefault !important; text-aligncenter !important; background-colortransparent !important; border: 0 !important; displayinline-block !important; background-position: 0% 0%; }  
 
 
 

and the rendered html as asp:button is




 <id="_rfdSkinnedctl00_signOut" class="rfdSkinnedButton RadForm_CustomSkins"
 href="javascript:void(0)" style="width: 80px;"><span class="rfdOuter">
<span class="rfdInner">Çıkış</span></span></a><input id="ctl00_signOut" 
class="rfdRealButton" type="submit" value="Çıkış" name="ctl00$signOut" 
_rfddecoratedid="_rfdSkinnedctl00_signOut"/> 
   
Martin
Telerik team
 answered on 09 Jul 2009
Narrow your results
Selected tags
Tags
+? more
Top users last month
Simon
Top achievements
Rank 2
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
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?