Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
128 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
262 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
98 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
48 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
59 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
140 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
188 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
999 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
1 answer
65 views
Hello,

The only way I can get a list of skins to show is when I create the project as a Telerik Web Application. Then on each control I can select the skin. When I create just an ASP.NET project I only get the default with an error message that they are not available. I did what it says and restarted Visual Studio but did not work. So should I just create it as a Telerik Web Application for the sites I want to use the skins?

And last, for a page that has multiple Telerik controls do I assign the skin to each one by code? Or is there a way to set them all at once? I plan to allow the user to set the skin in a setup screen I have.

Thanks!
Bozhidar
Telerik team
 answered on 14 Apr 2014
1 answer
43 views
In my RadEditor, the InsertExternalVideo will only save if I also put text in the content area. I cannot figure out why I can't just place the iframe in the radeditor without also putting in other content. Can someone please help?
Ianko
Telerik team
 answered on 14 Apr 2014
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?