Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
583 views
Hello Sir,

How can i use radconfirm through server side.

means like this
i have some condition
if(str==4)
{
          then here i want to use radconfrm ("Are U want to save");
          if Yes then
           {
                   SAVE();
           }
}
i want to do some thing like this. Please help me.'
Thanks
Chandan Kumar
             






Princy
Top achievements
Rank 2
 answered on 23 Jul 2012
6 answers
203 views

Hello ,
I am working on telerik ListView with RadDatapager . RadDatapager event is not (fire) working on first click. Event working on second click. I send my code below:

<%@ Page Language="C#" ValidateRequest="false" EnableEventValidation="false" CodeBehind="UIPeople.aspx.cs"
    Inherits="myDoxii_WebRole.UIPeople" %>
  
<%@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" TagPrefix="telerik" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<head runat="server">
    <title></title>
    <link href="App_Themes/CustomTabStrip/TabStrip.CustomTabStrip.css" rel="stylesheet"
        type="text/css" />
    <link href="StyleSheet/MainStylesheet.css" rel="stylesheet" type="text/css" />
    <link href="App_Themes/ForestBlack/TabStrip.ForestBlack.css" rel="stylesheet" type="text/css" />
    <link href="App_Themes/CustomTabStripOffice2007/TabStrip.CustomTabStripOffice2007.css"
        rel="stylesheet" type="text/css" />
</head>
<body style="background-color: Transparent;">
    <form id="form1" method="post" runat="server">
    <telerik:RadScriptManager ID="RadScriptManager1" runat="server">
    </telerik:RadScriptManager>
    <telerik:RadAjaxManager ID="RadAjaxManager1" runat="server">
        <AjaxSettings>
            <telerik:AjaxSetting AjaxControlID="ListViewPanel1">
                <UpdatedControls>
                    <telerik:AjaxUpdatedControl ControlID="ListViewPanel1" LoadingPanelID="RadAjaxLoadingPanel1" />
                </UpdatedControls>
            </telerik:AjaxSetting>
        </AjaxSettings>
    </telerik:RadAjaxManager>
    <%--<telerik:RadAjaxLoadingPanel ID="RadAjaxLoadingPanel2" runat="server" MinDisplayTime="0" />--%>
    <%-- <asp:UpdatePanel ID="UpdatePanel1" runat="server">
    </asp:UpdatePanel>--%>
    <telerik:RadFormDecorator ID="RadFormDecorator1" runat="server" Skin="Black" EnableRoundedCorners="true" />
    <telerik:RadAjaxPanel ID="RadAjaxPanel1" runat="server" Height="100%" Width="100%"
        HorizontalAlign="NotSet" LoadingPanelID="RadAjaxLoadingPanel1">
        <div class="MainContent">
            <%-- <div id="ContactHeaderImage">
              
            <div id="ContactHeaderImageMiddle">
                <asp:Label ID="lblContactHeader" runat="server" Text="Contact" CssClass="cssContentHeader"></asp:Label>
            </div>
            <div id="ContactHeaderImageSearch">
                  
            </div>
        </div>--%>
            <div id="Contact_ListsMain">
                <fieldset class="flsContactListAll" style="float: left; width: 980px; min-height: 60px;
                    padding-bottom: 0px; padding-left: 7px; border: 0px;">
                    <telerik:RadTabStrip ID="RadTabStripContactList" runat="server" SelectedIndex="13"
                        Skin="CustomTabStripOffice2007" EnableEmbeddedSkins="False" Width="980px" Font-Size="10pt"
                        OnTabClick="RadTabStripContactList_TabClick">
                        <Tabs>
                            <telerik:RadTab runat="server" Text="ALL" Width="65.3px" Selected="True">
                            </telerik:RadTab>
                            <telerik:RadTab runat="server" Text="A-B" Width="65.3px">
                            </telerik:RadTab>
                            <telerik:RadTab runat="server" Text="C-D" Width="65.3px">
                            </telerik:RadTab>
                            <telerik:RadTab runat="server" Text="E-F" Width="65.3px">
                            </telerik:RadTab>
                            <telerik:RadTab runat="server" Text="G-H" Width="65.3px">
                            </telerik:RadTab>
                            <telerik:RadTab runat="server" Text="I-J" Width="65.3px">
                            </telerik:RadTab>
                            <telerik:RadTab runat="server" Text="K-L" Width="65.3px">
                            </telerik:RadTab>
                            <telerik:RadTab runat="server" Text="M-N" Width="65.3px">
                            </telerik:RadTab>
                            <telerik:RadTab runat="server" Text="O-P" Width="65.3px">
                            </telerik:RadTab>
                            <telerik:RadTab runat="server" Text="Q-R" Width="65.3px">
                            </telerik:RadTab>
                            <telerik:RadTab runat="server" Text="S-T" Width="65.3px">
                            </telerik:RadTab>
                            <telerik:RadTab runat="server" Text="U-V" Width="65.3px">
                            </telerik:RadTab>
                            <telerik:RadTab runat="server" Text="W-X" Width="65.3px">
                            </telerik:RadTab>
                            <telerik:RadTab runat="server" Text="Y-Z" Width="65.3px">
                            </telerik:RadTab>
                            <telerik:RadTab runat="server" Text="#" Width="65.3px">
                            </telerik:RadTab>
                        </Tabs>
                    </telerik:RadTabStrip>
                    <div class="ContactListView">
                        <asp:Panel ID="ListViewPanel1" runat="server">
                            <telerik:RadListView ID="rlstvContactSummary" runat="server" ItemPlaceholderID="ListViewContainer"
                                AllowPaging="True" PageSize="9" Skin="Black" OnSelectedIndexChanged="rlstvContactSummary_SelectedIndexChanged"
                                DataKeyNames="Contact_ID">
                                <LayoutTemplate>
                                    <asp:Panel ID="ListViewContainer" runat="server" />
                                    <table cellpadding="0" cellspacing="0" width="980px;" style="float: left; margin-left: -1px;
                                        margin-top: 8px; background-color: #FFFFFF;">
                                        <tr>
                                            <td>
                                                <telerik:RadDataPager ID="rdpContactSummary" runat="server" PagedControlID="rlstvContactSummary"
                                                    PageSize="9" Skin="Black" Width="979px" CssClass="rdpContactSummary">
                                                    <Fields>
                                                        <telerik:RadDataPagerButtonField FieldType="FirstPrev" />
                                                        <telerik:RadDataPagerButtonField FieldType="Numeric" />
                                                        <telerik:RadDataPagerButtonField FieldType="NextLast" />
                                                        <telerik:RadDataPagerGoToPageField CurrentPageText="<%$ Resources:LanguageResource, rPage%>"
                                                            TotalPageText="<%$ Resources:LanguageResource, rOf%>" SubmitButtonText="<%$ Resources:LanguageResource, rGo%>"
                                                            TextBoxWidth="15" />
                                                        <telerik:RadDataPagerTemplatePageField>
                                                            <PagerTemplate>
                                                                <asp:ImageButton ID="ContactAdd" runat="server" Height="22px" Width="22px" ImageUrl="~/Images/PeopleAddBtn.png" />
                                                                  <asp:ImageButton ID="ContactDelete" runat="server" Width="22px" Height="22px"
                                                                    ImageUrl="~/Images/PeopleDeleteBtn.png" />
                                                            </PagerTemplate>
                                                        </telerik:RadDataPagerTemplatePageField>
                                                    </Fields>
                                                </telerik:RadDataPager>
                                            </td>
                                        </tr>
                                    </table>
                                </LayoutTemplate>
                                <ItemTemplate>
                                    <fieldset class="flsContactList">
                                        <div class="ContactListItem">
                                            <div class="ContactListPhoto" style="width: 50px; height: 50px; float: left;">
                                                <%--<telerik:RadBinaryImage runat="server" ID="RadBinaryImage1" DataValue='<%#Eval("[Contact_Image]") %>'
                                        AutoAdjustImageControlSize="false" Width="50px" Height="50px" ToolTip='<%#Eval("[Contact_Image]", "Photo of {0}") %>'
                                        AlternateText='<%#Eval("Contact_Image", "Photo of {0}") %>' />--%>
                                                <img alt="test Image" longdesc="Images/image.png" src="Images/User.png" style="width: 45px;
                                                    height: 45px" />
                                            </div>
                                            <div class="ContactListData" style="float: left; height: 50px; width: 100px; padding-left: 5px;">
                                                <asp:LinkButton ID="LinkButton1" runat="server" CommandName="Select" CssClass="btnLink">
                                                    <%--<label>
                                                </label>--%>
                                                    <asp:Label ID="Label1" runat="server" Visible="false" Text='<%# Bind("[Contact_ID]")%>'></asp:Label><%#Eval("[First_Name]")%><br />
                                                    <%-- <label>
                                                </label>--%>
                                                    <%#Eval("[Address]")%><br />
                                                    <%#Eval("[Phone_Number]")%>
                                                </asp:LinkButton>
                                            </div>
                                            <div class="ContactListChk" style="float: right;">
                                                <asp:CheckBox ID="chkContactList" runat="server" />
                                            </div>
                                        </div>
                                    </fieldset>
                                </ItemTemplate>
                            </telerik:RadListView>
                        </asp:Panel>
                    </div>
                </fieldset>
            </div>
            <div id="ContactDetails">
                <div id="ContactDetailsTab">
                    <fieldset class="flsContactDetails" style="float: left; width: 980px; min-height: 400px;
                        margin-left: 3px; padding-left: 7px; padding-top: 5px; padding-bottom: 5px; border: 0px;">
                        <telerik:RadTabStrip ID="RadTabStrip1" runat="server" MultiPageID="RadMultiPage1"
                            UnSelectChildren="True" Skin="CustomTabStripOffice2007" EnableEmbeddedSkins="false"
                            ClickSelectedTab="True" AutoPostBack="True" SelectedIndex="0" Font-Size="10pt"
                            Width="980px">
                            <Tabs>
                                <telerik:RadTab runat="server" Text="<%$ Resources:LanguageResource, rDetails%>"
                                    Width="120px" PageViewID="RadPageView1" Selected="True">
                                </telerik:RadTab>
                                <telerik:RadTab runat="server" Text="<%$ Resources:LanguageResource, rSecurity%>"
                                    Width="120px" PageViewID="RadPageView2">
                                </telerik:RadTab>
                                <telerik:RadTab runat="server" Text="<%$ Resources:LanguageResource, rUsage%>" Width="120px"
                                    PageViewID="RadPageView3">
                                </telerik:RadTab>
                            </Tabs>
                        </telerik:RadTabStrip>
                        <telerik:RadMultiPage ID="RadMultiPage1" CssClass="rpvContactDetails" runat="server"
                            SelectedIndex="0" Width="980px" Height="100%">
                            <telerik:RadPageView ID="RadPageView1" runat="server">
                                <%--<asp:Button ID="btnEdit" runat="server" Text="Edit" CssClass="btnEdit" SkinID="Black" 
                                OnClick="btnEdit_Click" Height="22px" />--%>
                                <div id="ContactDetailsData">
                                    <fieldset class="fsContactSubDetails">
                                        <div style="float: right; padding-right: 30px;">
                                            <asp:Button ID="btnEdit" runat="server" Text="Edit" CssClass="cssButton_Black" OnClick="btnEdit_Click"
                                                Height="22px" />
                                        </div>
                                        <div id="ContactMasterInfo">
                                            <div id="ContactMasterInfoLeft" style="width: 475px; float: left">
                                                <div id="Image" style="width: 60px; height: 60px; float: left">
                                                    <asp:Image ID="imgContactDetails" runat="server" ImageUrl="Images/User.png" Width="50px"
                                                        Height="50px" />
                                                    <%--<telerik:RadListView ID="rdContactImage" runat="server" Width="50px" Height="50px">
                                                    <itemtemplate>
                                                        <telerik:RadBinaryImage runat="server" ID="rdbiContactImage" DataValue='<%#Eval("[Contact_Image]") %>'
                                                            AutoAdjustImageControlSize="false" Width="50px" Height="50px" ToolTip='<%#Eval("[Contact_Image]", "Photo of {0}") %>'
                                                            AlternateText='<%#Eval("Contact_Image", "Photo of {0}") %>' />
                                                    </itemtemplate>
                                                </telerik:RadListView>--%>
                                                </div>
                                                <ul>
                                                    <li><strong>
                                                        <asp:Label ID="lblFirstName" runat="server"></asp:Label>
                                                        <asp:Label ID="lblLastName" runat="server"></asp:Label>
                                                    </strong></li>
                                                    <li>
                                                        <asp:Label ID="lblCompanyName" runat="server"></asp:Label>
                                                    </li>
                                                    <li>
                                                        <asp:Label ID="lblJobTitle" runat="server"></asp:Label>
                                                    </li>
                                                </ul>
                                            </div>
                                            <div id="ContactMasterInfoRight" style="width: 475px; float: left">
                                                <ul>
                                                    <li>
                                                        <asp:Label ID="lblTitleUserID" runat="server" CssClass="cssLabelTitle" Text="User ID: "></asp:Label>
                                                        <asp:Label ID="lblUserID" runat="server"></asp:Label>
                                                    </li>
                                                    <li>
                                                        <asp:Label ID="lblTitleUserType" runat="server" CssClass="cssLabelTitle" Text="User Type: "></asp:Label>
                                                        <asp:Label ID="lblUserType" runat="server"></asp:Label>
                                                    </li>
                                                </ul>
                                            </div>
                                        </div>
                                    </fieldset>
                                    <fieldset class="fsContactSubDetails">
                                        <div id="ContactPersonalsInfo" style="width: 950px; float: left">
                                            <div id="ContactPersonalsInfoLeft" style="width: 475px; float: left;">
                                                <ul>
                                                    <li>
                                                        <asp:Label ID="lblTitleJobTitle" runat="server" CssClass="cssLabelTitle" Text="Job Title: "></asp:Label>
                                                        <asp:Label ID="lblJobTitle1" runat="server" Text=""></asp:Label>
                                                    </li>
                                                    <li>
                                                        <asp:Label ID="lblTitleAssistant" runat="server" CssClass="cssLabelTitle" Text=" Assistant:"></asp:Label>
                                                        <asp:Label ID="lblAssistant" runat="server" Text=""></asp:Label>
                                                    </li>
                                                </ul>
                                            </div>
                                            <div id="ContactPersonalsInfoRight" style="width: 475px; float: left">
                                                <ul>
                                                    <li>
                                                        <asp:Label ID="lblTitleBirthDay" runat="server" CssClass="cssLabelTitle" Text="Birth Day: "></asp:Label>
                                                        <asp:Label ID="lblBirthDay" runat="server" Text=""></asp:Label>
                                                    </li>
                                                    <li>
                                                        <asp:Label ID="lblTitleNickName" runat="server" CssClass="cssLabelTitle" Text="Nick Name: "></asp:Label>
                                                        <asp:Label ID="lblNickName" runat="server" Text=""></asp:Label>
                                                    </li>
                                                </ul>
                                            </div>
                                        </div>
                                    </fieldset>
                                    <fieldset class="fsContactSubDetails">
                                        <div id="ContactWebAddressInfo">
                                            <div id="ContactWebAddressInfoLeft" style="width: 475px; float: left">
                                                <ul>
                                                    <li>
                                                        <asp:Label ID="lblTitlePrimaryEmail" runat="server" CssClass="cssLabelTitle" Text="Primary Email: "></asp:Label>
                                                        <asp:HyperLink ID="hlPrimaryEmail" runat="server"></asp:HyperLink>
                                                        <%--<a id="mailtoPrimaryEmail"  href="mailto:" >
                                                <asp:Label ID="lblPrimaryEmail" runat="server" Text=""></asp:Label>
                                            </a>--%>
                                                    </li>
                                                    <li>
                                                        <asp:Label ID="lblTitleBusinessEmail" runat="server" CssClass="cssLabelTitle" Text="Business Email: "></asp:Label>
                                                        <asp:HyperLink ID="hlBusinessEmail" runat="server"></asp:HyperLink>
                                                        <%--<a id="mailtoBusinessEmail" href="mailto:">
                                                <asp:Label ID="lblBusinessEmail" runat="server" Text=""></asp:Label>
                                            </a>--%>
                                                    </li>
                                                </ul>
                                            </div>
                                            <div id="ContactWebAddressInfoRight" style="width: 475px; float: left">
                                                <ul>
                                                    <li>
                                                        <asp:Label ID="lblTitleWebSite" runat="server" CssClass="cssLabelTitle" Text="Web Site: "></asp:Label>
                                                        <%--//<asp:Label ID="lblWebSite" runat="server" Text=""></asp:Label>--%>
                                                        <asp:HyperLink ID="hlWebsite" runat="server" Target="_blank"> </asp:HyperLink>
                                                    </li>
                                                    <li>
                                                        <asp:Label ID="Label17" runat="server" Text=""></asp:Label>
                                                        <asp:Label ID="Label18" runat="server" Text=""></asp:Label>
                                                    </li>
                                                </ul>
                                            </div>
                                        </div>
                                    </fieldset>
                                    <fieldset class="fsContactSubDetails">
                                        <div id="ContactAddressAndPhonesInfo" style="width: 950px; float: left">
                                            <div id="ContactAddressInfo" style="width: 475px; float: left">
                                                <ul>
                                                    <asp:Label ID="lblTitleAddress1" runat="server" CssClass="cssLabelTitle" Text="Work: "></asp:Label>
                                                    <li>
                                                        <asp:Label ID="lblDescription1" runat="server" Text=""></asp:Label>
                                                    </li>
                                                    <li>
                                                        <asp:Label ID="lblStreetOne1" runat="server" Text=""></asp:Label>
                                                    </li>
                                                    <li>
                                                        <asp:Label ID="lblStreetTwo1" runat="server" Text=""></asp:Label>
                                                    </li>
                                                    <li>
                                                        <asp:Label ID="lblCity1" runat="server" Text=""></asp:Label>
                                                    </li>
                                                    <li>
                                                        <asp:Label ID="lblPostalCode1" runat="server" Text=""></asp:Label>
                                                    </li>
                                                </ul>
                                                <br />
                                                <br />
                                                <ul>
                                                    <asp:Label ID="lblTitleAddress2" runat="server" CssClass="cssLabelTitle" Text="Home: "></asp:Label>
                                                    <li>
                                                        <asp:Label ID="lblDescription2" runat="server" Text=""></asp:Label>
                                                    </li>
                                                    <li>
                                                        <asp:Label ID="lblStreetOne2" runat="server" Text=""></asp:Label>
                                                    </li>
                                                    <li>
                                                        <asp:Label ID="lblStreetTwo2" runat="server" Text=""></asp:Label>
                                                    </li>
                                                    <li>
                                                        <asp:Label ID="lblCity2" runat="server" Text=""></asp:Label>
                                                    </li>
                                                    <li>
                                                        <asp:Label ID="lblPostalCode2" runat="server" Text=""></asp:Label>
                                                    </li>
                                                </ul>
                                            </div>
                                            <div id="ContactPhonesInfo" style="width: 475px; float: left">
                                                <ul>
                                                    <li>
                                                        <asp:Label ID="lblTitleHomePhone" runat="server" CssClass="cssLabelTitle" Text="Home Phone: "></asp:Label>
                                                        <asp:Label ID="lblHomePhone" runat="server" Text=""></asp:Label>
                                                    </li>
                                                    <li>
                                                        <asp:Label ID="lblTitleWorkPhone" runat="server" CssClass="cssLabelTitle" Text="Work Phone: "></asp:Label>
                                                        <asp:Label ID="lblWorkPhone" runat="server" Text=""></asp:Label>
                                                    </li>
                                                    <li>
                                                        <asp:Label ID="lblTitleMobilePhone" runat="server" CssClass="cssLabelTitle" Text="Mobile Phone: "></asp:Label>
                                                        <asp:Label ID="lblMobilePhone" runat="server" Text=""></asp:Label>
                                                    </li>
                                                </ul>
                                            </div>
                                        </div>
                                    </fieldset>
                                </div>
                            </telerik:RadPageView>
                            <telerik:RadPageView ID="RadPageView2" runat="server">
                            </telerik:RadPageView>
                            <telerik:RadPageView ID="RadPageView3" runat="server">
                            </telerik:RadPageView>
                        </telerik:RadMultiPage>
                    </fieldset>
                    <%-- <%#Eval("[User_ID]")%>--%>
                </div>
            </div>
        </div>
    </telerik:RadAjaxPanel>
    <telerik:RadAjaxLoadingPanel ID="RadAjaxLoadingPanel1" runat="server" Skin="Black">
    </telerik:RadAjaxLoadingPanel>
    </form>
</body>
</html>

Please help me...
Radoslav
Telerik team
 answered on 23 Jul 2012
2 answers
342 views
I need to create custom dropdown (combobox excel style)filters for a very complex hierarchy RadGrid. Now the filter column needs to be a dropdown (combobox) listing the types of values from the bound cells to filter by. The Telerik demo is great; however, they build the radgrid dynamically. I have the grid hierarchy (Master/Details) defined in the markup and would have a very difficult time building the grid dynamically. Has anyone done this with a Telerik RadGrid and if so can you provide me sample code?

I am updating my post to be more specific. My master/Details hierarchy has the filter bar across the top of the parent grid columns. Now, what I need is to either be able to replace the default filter dropdown with a listing from it's parent column data. I usually bind the data to the rad controls either through a generic list of strings or a simple datatable. I did try a variation of the Grid excel binding demo but it did not work. Somehow I need a dropdown, or something, to list the values of that column's cell then hook an event to allow me to apply a filter on the grid rows data based on the filter. I hope this explains what I am trying to do better.
 
One final update. I know how to do the filtering on the server side, with a postback, and how to bind it to either a generic list or datatable. All I really need is to make it look like an excel style filter with each filter above each column. The customer wants it to look like a spreadsheet and I can't have a serprate filter panel above the grid or anything like that. They are very picky so this is a tough one.

Thanks,


Steve Holdorf
Marin
Telerik team
 answered on 23 Jul 2012
3 answers
190 views
right now I have following setup



and the code behind is :

RadTreeNode category1 = new RadTreeNode("Group1", "Group1");
  RadTreeNode Category1Nodes;
  RadTreeNodeCollection radCollection = new RadTreeNodeCollection(category1);
  for (int i = 10 - 1; i >= 0; i--)
  {
      Category1Nodes = new RadTreeNode(i.ToString(), i.ToString());
      category1.Nodes.Add(Category1Nodes);
  }
  RadTreeView1.Nodes.Add(category1);
       
 
  RadTreeNode category2 = new RadTreeNode("Group2", "Group2");
  RadTreeNode Category2Nodes;
  radCollection = new RadTreeNodeCollection(category2);
  for (int i = 5 - 1; i >= 0; i--)
  {
      Category2Nodes = new RadTreeNode(i.ToString(), i.ToString());
      category2.Nodes.Add(Category2Nodes);
  }
  RadTreeView1.Nodes.Add(category2);


now, I want to add Category3, but I am wondering if I can attach a treeView to that

Thanks,
-Aarsh
Princy
Top achievements
Rank 2
 answered on 23 Jul 2012
3 answers
144 views
Hi ,

I am having RadGrid for which I am binding data on clientside in pageLoad() using pageMethods .
In OnRowDataBound() I am able to get particular column using 

args.get_item().get_cell('UniqueColumnName')

Now my requirement is I want to add RadControl ClientSide

Please suggest for the same.

Thanks & Regards,
Somnath 


Antonio Stoilkov
Telerik team
 answered on 23 Jul 2012
0 answers
105 views
Hi,


  This is Rathan  menu control is  working fine IE and chrome but not working in firefox .please let me know how to work in all browsers  and  all versions properly .



Thank you.
Rathan
Top achievements
Rank 1
 asked on 23 Jul 2012
1 answer
260 views
Hello,

Here is my bound column in Telerik Grid. I want to display blank, if there is no date for that value in datafield.

Right now, it is displayin Jan 01, 0001 as default value. How can I do that.

Is there any setting in bound html. ?

      <telerik:GridBoundColumn DataField="ExpirationDate" UniqueName="ExpirationDate" HeaderText="Expiration Date" DataFormatString="{0:MMM d, yyyy}" ></telerik:GridBoundColumn>
Shinu
Top achievements
Rank 2
 answered on 23 Jul 2012
0 answers
81 views
I am looking to invest in RadControls for ASP.NET Ajax in a month or two but would like clarification of these points please:

1. The database is going to be massive, something close to 20 million rows with 5 columns of data.

The functionality I want to have is this grid style.
In this demo, based on the 300,000 rows of data and applying a filter, it took around 1.6 seconds from filter(search box) to render/display.
 
  •   I could eventually have 30 million rows of data, can you give an estimated time for this size of data to filter and explain the basis of your estimate? It is 100 times the data in the demo, so how many multiples of 1.6 seconds should I expect?
  • Can you confirm my understanding is correct that the grid, on first loading, only pulls off the first page of results (and so does not pull of all records at once) but also gets the number of records for use in the pager,    and   that the filter is applied to the whole data-set and not just the first page of results as this thread seemed to suggest. Could you also clarify why in that thread the Telerik staff said that the whole data-set is pulled to populate the grid for use with filtering? Is this a special case for custom paging only? (I don't really understand the difference).

2. I would like to add customized searching/filtering to the Grid:

Instead of using a filter search box which you have to press enter to apply, I wanted to replace it with this auto-complete search box, one above each column  and as the user is typing their search term into this box:  the actual grid updates in real-time. The grid narrows again if the user clicks on one of the suggestions brought up by the auto-complete search box (so a filter that also acts as an auto-complete box).

(To clarify the process is: type a word into the search box, the grid updates as if this was a filter box, at the same time a box of suggestions appears matching their search term, if the user adds more letters, the grid responds immediately and updates the filter, the auto-complete box refreshes its suggestions, the grid finally filters down again if the user clicks any of the suggestions).Example: http://www.trirand.net/demoaspnetmvc.aspx 

  • If this dual filter/auto-complete search box arrangement is possible, can the suggestions be limited in the following way to reduce the waiting time: only suggest the closest 10,000 results in order of whole word matches first, for example?
  • Based on this setup, what would your time estimate be to display 10,000 suggestions under these conditions given that the data to search is 30 million rows deep?

I hope I have made my questions clear enough, I am not yet a customer so I hope I have posted to the right forum, and thank you for helping me clarify these points (I hope you can address each point individually and as clearly as possible, as I really need to be clear myself on these before buying).

Steve
Steve
Top achievements
Rank 1
 asked on 22 Jul 2012
1 answer
146 views
hi,
     I am going to create a Web Application without MVC for a project and going to use Razor syntax in web application web forms. Which kind of Telerik controls can be used for this Web Application with Razor Syntax, whether AJAX Controls Q2012 or Q2012 MVC Controls?
Jayesh Goyani
Top achievements
Rank 2
 answered on 22 Jul 2012
5 answers
600 views
Hi all,
i have stored files in BLOBs at the insert time it works fine but when i am going to edit a records how can i add those files data in RadAsync FileUpload and stored files shown in file uploader

Dimitar Terziev
Telerik team
 answered on 22 Jul 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
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
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
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
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?