Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
141 views
I am working with Themes. Now on my page I have a dropdown that display a bunch of possible theme. Once the theme is selected, all the control in the page changes the color with help of css in the back. Now it was prity easy to do the theming for the rest of the telerik controls, but when it can to the chart ..i have no idea . how to handle this? Because RadChart uses predefined properties rather then css...But someone might have though a way out of this?
so please help me out...

http://www.telerik.com/help/aspnet-ajax/stylingstepbystepskinningexample.html
this link wasn't a real help ..
Thanks,
DIP 
Ves
Telerik team
 answered on 12 Sep 2008
1 answer
80 views
Is is possible to make something like this?

http://upload.wikimedia.org/wikipedia/commons/3/33/Gantt-chart.png
Giuseppe
Telerik team
 answered on 12 Sep 2008
1 answer
130 views
We are using a custom form template to edit a data record displayed in the rad grid. The template displays both when we click the "edit" or "add new record" links on the grid. Our goal is to change the display of one particular column, (ClientAccount below), so that when "editing", the corresponding text box is read only (ideally we'd like it to display as a label) and when "inserting" the textbox displays and is open for edit.

What event/sub for the grid (ItemDataBound, ItemCommand, etc) should the logic be placed to adjust the display and what is the syntax for referencing a control in the form template?

We've looked at the "Form template edit form" example for the radgrid for asp.net AJAX, but we can't find the right syntax to reach the template controls.

The following is a section of the aspx code:

<EditFormSettings EditFormType="Template">
<FormTemplate>
    <table id="Table2" cellspacing="2" cellpadding="1" width="100%" border="0">
        <tr class="EditFormHeader">
            <td colspan="2" style="font-size: small"><b>Account Details</b></td>
        </tr>
        <tr>
            <td valign="top">
                <table id="Table3" width="350" border="0"  class="module">
                <tr>
                    <td>Code:</td>
                    <td>
                        <
asp:TextBox ID="txtClientAccount" runat="server" Text='<%# Bind( "ClientAccount" ) %>'></asp:TextBox>
                    </
td>
                </tr>
                <tr>
                    <td>Description:</td>
                    <td>
                        <
asp:TextBox ID="txtAcctDescription" runat="server" Text='<%# Bind( "Description" ) %>' Width="300px"></asp:TextBox>
                    </
td>
                </tr>
                </table>
            </td>
            <td valign="top">
                <table id="Table1" width="350" border="0" class="module">
                <tr>
                    <td>
                        <table id="Table4" width="350" border="0" class="module">
                        <tr>
                            <td>Status:</td>
                            <td><asp:DropDownList ID="ddlStatus" runat="server" SelectedValue='<%# Bind("AccountStatus") %>' AppendDataBoundItems="True">
                                        <asp:ListItem Text="" Value=""></asp:ListItem>
                                        <asp:ListItem Text="Active" Value="Active"></asp:ListItem>
                                        <asp:ListItem Text="Inactive" Value="Inactive"></asp:ListItem>
                                    </asp:DropDownList>
                            </td>
                        </tr>
                        </table>
                    </td>
                </tr>
                </table>
            </td>
        </tr>
        <tr>
            <td align="right" colspan="2">
            <asp:Button ID="btnCancel" Text="Cancel" runat="server" CausesValidation="False" CommandName="Cancel"></asp:Button>
            </td>
        </tr>
</table>
</FormTemplate>
</EditFormSettings>


Daniel
Telerik team
 answered on 12 Sep 2008
1 answer
109 views
I need to use filtering in my grids, but it doesn't seem to be working.  When I click the filter button, all the filter options appear as a bullet list in the wrong spot.  So I click the filter button on a column on the right (or middle) the menu thats supposed to appear, shows as a bullet list on the left.  If I click the same filter button again, the filter options list now shows by the filter button I just clicked a second time but is still a bullet list which is non clickable.  I might also mention that the list that appears shows all options, meaning the VarByDataType isn't working either, and it appears to be behind the grid.

any ideas?
Rosen
Telerik team
 answered on 12 Sep 2008
1 answer
253 views
Never used the RadTabStrip before. I cant seem to find how to add a border around your table to fit with the table? Is there a setting for this? Do you have to create your own? I looked throught the forums and the demos and cant seem to find anything on how to do this. I tried to see if it was in the edit mode but it made a mess of my page so I couldnt find it in there either.

 __________________________
 |                 |________|_______|____________
 |                                                                   |
 |                                                                   |
 |                                                                   |
 |                                                                   |
 |______________________________________ |

Kind of like that. cant attach images here

sort of like this:
http://demos.telerik.com/ASPNET/Prometheus/TabStrip/Examples/ApplicationScenarios/Wizard/DefaultCS.aspx
jgig
Top achievements
Rank 1
 answered on 12 Sep 2008
2 answers
309 views
Hi,

I have created two radgrid using data table.

is there any example on which i can refer to which can allow me to retrieve data from the first radgrid and upon clicking a button it will display in the second radgrid table

Thank You
Yong
Top achievements
Rank 2
 answered on 12 Sep 2008
2 answers
204 views
Hi, All:

I am trying to use SqlDataSource.Update() to save records.

<

asp:SqlDataSource ID="sdsUpdateAll" runat="server" ConnectionString="<%$ ConnectionStrings:ConnString %>">
<UpdateParameters>
<asp:Parameter Name="billed" Type="DateTime" ConvertEmptyStringToNull="true" />
</UpdateParameters>
</
asp:SqlDataSource>

and:

sdsUpdateAll.UpdateCommand =

string.Format("update MyTable set  Billed = @billed " + ...

sdsUpdateAll.Update();

My question is: How to pass a value, say '5/10/2008', into parameter @billed.

thanks.

Stanley

Shanmug
Top achievements
Rank 1
 answered on 11 Sep 2008
0 answers
152 views
Hello,

I'm trying to integrate 'ExternalEdit in RadDock' and 'Repeater' feature from 'BlackPearl' Example of Scheduler. I have to issues:

1. Repeater controls doesnt work (from BlackPearl).
2. RadCloseCommand doesnt work (from ExternalEdit).

This Scheduler page inherits Master Page. So the 'runat=server' tag at the form level does not work since Master Page has a server tag. RadCloseCommand works fine if the page does not not inherit Master Page, but I need to have Master Page.

Any work around for this problem???

Thanks,
V.

vamshi
Top achievements
Rank 1
 asked on 11 Sep 2008
4 answers
63 views
I have a basic no frills web project set up to show this if you let me know where to send it.

I have a page that has 3 tabs. these 3 tabs all call the same control which fills in the multipages with a text box, an upload box and an rad editor.

When it loads it is on the first tab and everything is looking ok. When you move to tab 2 or 3 half of the editor is cut off. You can still see the design/html and preview icons at the bottom but the rest of the bottom half of the editor is cut off. If you go back to the first tab you see the whole editor so it is not an on change issue. It also works great in saffari.

Any idea on how to fix this? I can send you the files if you wish.

Thanks
chris
Top achievements
Rank 1
 answered on 11 Sep 2008
2 answers
125 views
I have developed a web app using radajaxpanels and have it running successfully outside of sharepoint.

In sharepoint the ajax mostly stops working and instead performs a postback.

On the few occasions where the ajax is still working such as when i click a grid row into edit mode, the page becomes unresponsive. A page refresh returns it back to the original state.

I have checked my web.config. What else am i missing? The app works fine outside of SharePoint.
thanks
Marcel
Marcel
Top achievements
Rank 1
 answered on 11 Sep 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?