Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
204 views
I'm not a style guy, I'm a database developer, but I've had some requests to modify the "Simple" style in the system I'm working on.

I found the Visual Style Builder and think it's quite interesting and was able to do just about everything I've wanted except for one thing.

My menu that I'm using is vertical.  The user wants the arrow on the root menu when there is sub menus.  I played around with the Style Builder and was able to get the arrow showing, but only when the menu is horizontal.  if the menu is vertical, it doesn't show.

Any idea as to why this is?  Is it something I can fix?  If necessary, I can get my current project in a place you can view it, if that helps.

Thanks for any help!
Kamen Bundev
Telerik team
 answered on 26 Oct 2010
5 answers
241 views
I'm using the "Letters" setting and am just curious.  When the Captcha image is created, does it have a list of profane or "naughty" letter combinations it won't use???

I realize the odds that a bad word will come up are extremely low, but I'd just like to know before I push this to the public site!

Thanks!
Pero
Telerik team
 answered on 26 Oct 2010
5 answers
140 views
I have a numeric textbox that is used to choose a birthday year.  I want the box to be blank when the form first comes up so I know if the user fills in the box or not.  I tried setting the value and it won't let me set to 0 since it is outside the Min/Max range.  Any suggestions?
Dimo
Telerik team
 answered on 26 Oct 2010
1 answer
85 views
Hi guys
I am trying to implement drag and drop rows in two grids in both way. It is possible in both direction, to and fro. But my delete is not working. Here is my script. anybody  can help to get deleted.
 

<script type="text/javascript">

            function onRowDropping(sender, args) {
                if (sender.get_id() == "<%=grdPendingOrders.ClientID %>") {
                    var node = args.get_destinationHtmlElement();
                    if (!isChildOf('<%=grdShippedOrders.ClientID %>', node) && !isChildOf('<%=grdPendingOrders.ClientID %>', node)) {
                        args.set_cancel(true);
                    }

                }
                else if (sender.get_id() == "<%=grdShippedOrders.ClientID %>") {
                    var node = args.get_destinationHtmlElement();
                    if (!isChildOf('<%=grdPendingOrders.ClientID %>', node) && !isChildOf('<%=grdShippedOrders.ClientID %>', node)) {
                        args.set_cancel(true);
                    }
                }

                else {
                    var node = args.get_destinationHtmlElement();
                    if (!isChildOf('trashCan', node)) {
                        args.set_cancel(true);
                    }
                    else {
                        if (confirm("Are you sure you want to delete this order?"))
                            args.set_destinationHtmlElement($get('trashCan'));
                        else
                            args.set_cancel(true);
                    }
                }
            }
            function isChildOf(parentId, element) {
                while (element) {
                    if (element.id && element.id.indexOf(parentId) > -1) {
                        return true;
                    }
                    element = element.parentNode;
                }
                return false;
            }

        </script>

Pavlina
Telerik team
 answered on 26 Oct 2010
1 answer
101 views
Hi,

Is it possible to do inline edits? On all fields?

http://www.yvoschaap.com/index.php/weblog/ajax_inline_instant_update_text_20

For all the forms, currently I have 2 different views, one for edit and one for viewing only. this causes almost 2wice the work. I would love it if telerik controls can have inline edits. Basically, it should look like you are viewing the values, but when you click on it, it should either turn into a textbox or the appropriate control.


Thanks.
Marin
Telerik team
 answered on 26 Oct 2010
1 answer
246 views
hi guys,
I have a grid with paging mode "NextPrevAndNumeric".

The numeric and page-size-selecting work fine, however, the Next and Prev buttons doesn't work. The page refreshes but data remain the same as before.

here is my code: (dataSource is set in .cs file)

<telerik:RadGrid runat="server" id="fr_grid"
    AutoGenerateColumns = "False" GridLines="None"
    Width="99%" Height="360px" HorizontalAlign="Right" Font-Size="Small"
    AllowPaging="True" AllowSorting="True" Visible="True"
    OnDataBound="grid_data_bound" PageSize="10"
    OnItemDataBound="fr_grid_ItemDataBound">
                         
   <HeaderStyle CssClass="fr_grid_header"/>
   <ItemStyle CssClass="fr_grid_row" />
   <AlternatingItemStyle CssClass="fr_grid_alt_row" />
   <SelectedItemStyle CssClass="fr_grid_selected_row" />
   <MasterTableView Width="100%" TableLayout="auto" />
   <PagerStyle Mode="NextPrevAndNumeric" AlwaysVisible="true" />
   <ClientSettings>
    <Selecting AllowRowSelect="True"></Selecting>
    <Scrolling AllowScroll="True" SaveScrollPosition="True" ScrollHeight="350px"></Scrolling>
   </ClientSettings>
</telerik:RadGrid>
Marin
Telerik team
 answered on 26 Oct 2010
1 answer
94 views
Hello, I am trying to get the value for a hidden column in the client-side OnRowSelected event.  I cannot figure out how to do this or if it is even possible.  I AM able to get the cell values for columns that are being displayed.  Please advise.

Thanks,
--nick
Princy
Top achievements
Rank 2
 answered on 26 Oct 2010
1 answer
160 views
Hello,

How do I programmatically select a row?

Thank you

Regards
Raj
Princy
Top achievements
Rank 2
 answered on 26 Oct 2010
1 answer
67 views
is is possible to declaratively set the pagesize of a child grid?

I have the parent grid defined with page size =  5, and the child grid (DetailTable) is defaulting to also have a page size = 5, but I'd like to have it have a different page size. 

Is that possible?
Debbie
Top achievements
Rank 1
 answered on 26 Oct 2010
3 answers
251 views
Hi

I want to be sure that I cannot do this:
Align the right border of the tooltip with my element (in example below Element=link).

              link
#### tooltip #####


The thing is that my tooltip is variable in length dependent on the content. So it could be 200 or 400 pixels for example.

              link
#### lots of text in tooltip #####


But since the link is on the right side of the window, it goes partially hidden.

The good solution would be to have a new position="RightAlign".

Let me know,
Francois
Francois
Top achievements
Rank 1
 answered on 26 Oct 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
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
Want to show your ninja superpower to fellow developers?
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
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
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?