Telerik Forums
UI for ASP.NET AJAX Forum
4 answers
232 views
Can't find any properties or style sheets in order to set the z-index of the Image Area.
Greg
Top achievements
Rank 1
 answered on 14 Apr 2014
1 answer
113 views
Hi,

I've a grid with headers grouping. This doesn't work properly. The group title doesn't scroll horizontally. Also it performs really slow on IE6.

Please can someone suggest a solution?


Thanks
Pavlina
Telerik team
 answered on 14 Apr 2014
3 answers
155 views
Hi All. I'm trying to create input control for entering a person lastname. The list of possible lastnames is stored in oracle table.
When user types a letters i want to show a list of possible last names according to inputed letters. (incremental search).
Does anyone have an idea how to make such functionality?  Sorry for my english ))
Al
Top achievements
Rank 1
 answered on 14 Apr 2014
2 answers
321 views
Hi,


  I want to implement dashed line in radhtmlchart and Binding Url on Point as in Rad Chart Is It Possible in RadhtmlChart.


Thanks,
Santhosh
Santhosh
Top achievements
Rank 1
 answered on 14 Apr 2014
3 answers
131 views
Hi,
I am trying to filter GridBoundColumn  
I am using web Api as data source Take a Walk on the Client Side with WebAPI and WebForms – Part 2
my grid :
<telerik:RadGrid runat="server" ID="grdUsers" AllowPaging="true" AllowSorting="true"
                                    AllowFilteringByColumn="true" PageSize="5">
                                    <MasterTableView AutoGenerateColumns="False" DataKeyNames="Id" ClientDataKeyNames="Id,FullName,UserName,Email,RegisterationDate">
                                        <PagerStyle Mode="NumericPages" />
                                        <Columns>
                                              <telerik:GridImageColumn DataType="System.String" DataImageUrlFields="CustomerID" AlternateText="User image" DataAlternateTextField="ContactName"
                                                    ImageAlign="Middle" ImageHeight="50px" ImageWidth="50px" AllowFiltering="false" HeaderText="">
                                                </telerik:GridImageColumn>
                                            <telerik:GridBoundColumn  DataField="UserName" HeaderText="User Name"  
                                                  DataType="System.String">
                                            </telerik:GridBoundColumn>
                                            <telerik:GridBoundColumn  DataField="FullName" HeaderText="Name"  
                                                  DataType="System.String">
                                            </telerik:GridBoundColumn>
                                            <telerik:GridBoundColumn  DataField="Email" HeaderText="Email"  
                                                  DataType="System.String">
                                            </telerik:GridBoundColumn>
                                            
                                             <telerik:GridBoundColumn DataField="RegistrationDate" HeaderText="Registration Date"  
                                                   UniqueName= "RegistrationDate" DataFormatString="{0:dd/MM/yyyy}">
                                               </telerik:GridBoundColumn>
                                            <telerik:GridButtonColumn UniqueName="btnEdit"  ButtonType="PushButton" Text="Edit" CommandName="Edit"></telerik:GridButtonColumn>
                                            <telerik:GridButtonColumn UniqueName="btnDelete" ButtonCssClass="del" ButtonType="PushButton" Text="Delete" CommandName="Delete"></telerik:GridButtonColumn>
                                        </Columns>
                                    </MasterTableView>
                                    <ClientSettings>
                                        <Selecting AllowRowSelect="True" />
                                        <ClientEvents OnCommand="RadGridCommand" />
                                        <DataBinding Location="/SecuHostapi/Security/Role/Load_Users"  ResponseType="JSON">
                                            <DataService TableName="SecuHostUser" Type="OData" />
                                        </DataBinding>
                                    </ClientSettings>
                                </telerik:RadGrid>

my data source :    
 public partial class SecuHostUser : IdentityUser
    {
        public string FullName { set; get; }
        public string Email { set; get; }
        public string Image { set; get; }
        public DateTime RegistrationDate { set; get; }
    }
but the result appear with no filtering for  RegistrationDate column 
the result in attachment 

I want to display Just the date

Thanks.


Konstantin Dikov
Telerik team
 answered on 14 Apr 2014
1 answer
68 views
Hi,

I'am having a Radcombobox with checkbox in item template field.and iam using telerik 2010 version .Iam displaying selected checkbox values in my combo box.Everything is working fine but  at the time i clicked on the EDGE of any single item template field that single value is appearing in my text field.irespective of what values iam selected.please help me to solve this bug.Even I Used Stop Propagation Function.But Only after clicking EDGE it will gives me a problem. .

Thank You

Deekshith  

Nencho
Telerik team
 answered on 14 Apr 2014
2 answers
79 views
So I have an OrgChart within a RadTabStrip and with FF and Chrome it renders great but within IE11 it all sits on top of each other.  If I move the OrgChart outside of the RadTabStrip/RadPageView than it has no issues with IE11.  Attached is a picture of what I'm seeing.

Is this just a bug or is there something else I should try?

Thanks,

DJ
Richard
Top achievements
Rank 1
Veteran
 answered on 14 Apr 2014
4 answers
174 views
Hi,

I am working with latest controls of Telerik ASP.Net Ajax set.

I need grid paging mode as "Slider" along with DropDown for "PageSize" selection as it appears with Advanced paging.

Thanks,
Avi
Eyup
Telerik team
 answered on 14 Apr 2014
9 answers
217 views
When the PagerStyle is set to "Slider", is there any way to offer the user a Page Size selection dropdown(similar to the one you get when the PagerStyle Mode is "NexPrevAndNumeric"?

Thanks.
Eyup
Telerik team
 answered on 14 Apr 2014
3 answers
1.0K+ views
Hi,
I'm working with AutoCompleteBox and have problem with dropdown list position.
I build a site with 2 nested Master Pages. As you see in attachment:
- One is marked Red, the container, fixed position.
- One is marked Blue (main content) is nested in the Red. The content in Blue is scrollable if it is too long.
I use AutoCompleteBox within the Blue.
The issue is that, after the dropdown list appears (see FirstAppear.png), I scroll down the Blue area. The dropdown list is not move along with the textbox, but seems to be fixed at the screen (see AfterScrolling.png)

View HTML source I see that the dropdown list is generated as <div>, placed as the first child of <form> element (wherever the AutoCompleteBox is)
I found is that <div> has position: absolute, but there is not parent tag has position: relative. Therefore, the <div> relates to the top-most <html> tag - Red Area, this area is not move when we scroll the Blue area up/down.
I think that's why we see the dropdown list not scroll up/down belong with the Blue area.

<html>
    <body>
        ...
        <form name="aspnetForm" id="aspnetForm"... >
             <div class="racSlide" style="left: 282.22px; top: 159.95px; ...">
             ...
             </div>
             ...
        </form>
        ...
    </body>
</html>


Please help to have investigation.
Thanks.
Ivan Zhekov
Telerik team
 answered on 14 Apr 2014
Narrow your results
Selected tags
Tags
+? more
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?