Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
215 views
Hi,

we have a Toolbar set up with a RadToolbarDropDown which is aligned to the right. When the DropDown menu opens it is left-aligned with the Button in the Toolbar, but drawn crossing the window border.

How can we manage that the DropDown Menu does not open to the right but to the left, so that the page is not resized.

See attached screenshot regarding the problem.

Kind regards
Kate
Telerik team
 answered on 27 Mar 2013
2 answers
61 views
hello,

i have project where i use artisteer and the telerik menue.

but the subitems of the menue are always behind the content.
thats the link to the portal:
http://new2.aevo.at/Shop.aspx

i changed the z-index and overflow but nothing works.

i write this into the stylesheet:

.RadMenu { overflow:visible !important; z-index: 30000 !important; }

thanks for help
dnn
Top achievements
Rank 1
 answered on 27 Mar 2013
1 answer
306 views
Hi,
I have a RadMultiPage in a RadAjaxPanel where each page has usercontrol and each usercontrol displays a number of input controls.
When all controls on all pages are filled in the user clicks a Save button. Now I want the RadMultiPage with all its contained controls to be refreshed, as if the whole page was reloaded but of course in a ajaxified manner and without having to go through all child controls and clearing them.
How can this be achieved?
Cheers,
Christian

Andrey
Telerik team
 answered on 27 Mar 2013
1 answer
89 views
Is there a limit to the number of controls that should display properly in IE9? I would hope not.

I have several pages that seem to function properly but do not display the CSS for controls after a certain number.

here is an attachment showing how a raddock is missing its style.  Removing the tool tip will get it to work, but then the next item will not display properly? I still need to add 1 more control as well, but when I try the page is more fouled up.

I need to roll this website out within 1 week. I have been doing most of my testing in Chrome, and I do realize IE has some quirks.

Page works fine in Firefox, chrome, safari, opera.

Help??

Thanks,

Marty

SOLVED: I added RadStyleSheetManager and my issue is now resolved in  ie9



Slav
Telerik team
 answered on 27 Mar 2013
1 answer
124 views
Hi, by default, a time slot in the scheduler has a limited amount of space.
I'm looking for a way to include more information into the display.
And it should also be possible to print the schedule with the detailed information.
So displaying more information in a lightbox or pop-up would not be an option.

So do you have any suggestions for this?
Boyan Dimitrov
Telerik team
 answered on 27 Mar 2013
1 answer
113 views
i have insert data in database but som colums are insertit in html form using tags (<img></img><p></p>) wen i display in my datagridview i will display the html code
how can i display this in text fromat not html
i have use the  grid-NestedViewTempalet Relations 









sorry for my english
Andrey
Telerik team
 answered on 27 Mar 2013
1 answer
62 views
Hi Team,

I am using the radgrid with filter and I am getting error on "|" character and "\" character  is automatically removed/ignored by control. So please let me know list of character that are not being supported as input in filter textbox.

Thanks,
Manish

Antonio Stoilkov
Telerik team
 answered on 27 Mar 2013
2 answers
74 views
This is not a feedback but somewhere i read i can post my issue here,
please fwd it , if this is not the right place



Issue: I have scenario where i have tp show the delete/Edit option in a menu.

Approach: so i was adding  dropdown in the Item Template, but i am not able to get the event of it at code behind, then i try button also same thing happens. Can you please help how to do it.


Thanks,
Sumit Kanchan
kanchan_s@hcl.com
Shinu
Top achievements
Rank 2
 answered on 27 Mar 2013
5 answers
200 views
I have an edit form inside of a grid and i need to set the data source for the RadComboBox to be populated from a LINQ query that runs on page load. I cant figure out how to do this:

The LINQ statement used is: tudc.Users.Select(f => f.Team).Distinct().ToArray();

                        <EditFormSettings EditFormType="Template">
                        <FormTemplate>
                            <table id="ET" cellpadding="1" cellspacing="0" width="100%" border="0" rules="none" style="border-collapse: collapse; background: white;">
                                <tr class="EditFormHeader"><td colspan="2">User Details</td></tr>
                                <tr>
                                   <td class="FieldName">Last Name:</td><td><telerik:RadTextBox runat="server" Skin="Office2010Blue" ID="rtb_LastName" Text='<%# Bind("Name_Last") %>' /></td>
                                </tr><tr>
                                   <td class="FieldName">First Name:</td><td><telerik:RadTextBox runat="server" Skin="Office2010Blue" ID="rtb_FirstName" Text='<%# Bind("Name_First") %>' /></td>
                                </tr><tr>
                                   <td class="FieldName">Username:</td><td><telerik:RadTextBox runat="server" Skin="Office2010Blue" ID="rtb_Username" Text='<%# Bind("Username") %>' /></td>
                                </tr><tr>
                                   <td class="FieldName">Password:</td><td><telerik:RadTextBox runat="server" Skin="Office2010Blue" ID="rtb_Password" TextMode="Password" Text='<%# Bind("Username") %>' /></td
                                </tr><tr>
                                   <td class="FieldName">Type:</td><td><telerik:RadComboBox runat="server" Skin="Office2010Blue" ID="rcb_Type" SelectedValue='<%# Bind("Type") %>' DataSource='<%# (new string[] {"Team Lead", "EDA", "Hybrid", "Admin"}) %>' /></td>
                                </tr><tr>
                                   <td class="FieldName">Team:</td><td><telerik:RadComboBox runat="server" Skin="Office2010Blue" ID="rcb_Team" SelectedValue='<%# Bind("Team") %>' DataSource='<%#?!?!?!?! WHAT GOES HERE %>' /></td>
                                </tr>
                            </table>
                        </FormTemplate>
                        </EditFormSettings>
Shinu
Top achievements
Rank 2
 answered on 27 Mar 2013
5 answers
668 views
If the image field is NULL, an error will be got : Unable to cast object of type 'System.DBNull' to type 'System.Byte[]' 
peter
Top achievements
Rank 1
 answered on 27 Mar 2013
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?