Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
219 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
62 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
111 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
535 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
0 answers
22 views
hgfygtsf
Shilpa
Top achievements
Rank 1
 asked on 22 Jul 2012
3 answers
72 views
I am using the RADEditor and noticed that when the content property on the server side return different html than the client side method radEditor.get_html();

I am looking for changes made in the content to post a message if the user trying to navigate away from the page (ie IsDirty). When the page is loaded with the RadEditor, and NO changes are made using the control. The comparison of Radeditor.Content <> radEditor.get_html();

Any ideas?

Luke
Amjad
Top achievements
Rank 1
 answered on 22 Jul 2012
2 answers
296 views
Hello,

I'm attempting to work with a multi-line RadTextbox and split the text contained in it into a string array based on which "line" the text is on. So, it would look something like this:

Text1
Text2
Text3
....

So, Text1, Text2, and Text3 would be each their own array item. The user is required to hit enter after each line entry, so I'm attempted to split the textbox based on each enter key entry. I attempted the following splits, but none of these worked:

RadTextbox.Text.Split("\r\n")
RadTextbox.Text.Split(vbCrLf)
RadTextbox.Text.Split(" ")
RadTextbox.Text.Split(CChar(" "))

Any help on this would be greatly appreciated.
Johnathan
Top achievements
Rank 1
 answered on 21 Jul 2012
5 answers
163 views
Hi

I am using commanditemtemplate in Radgrid to have   Add New Record,  Edit(This will put complete grid in Editmode) , Save and Cancel( This are visible in editmode only)  and excel button.  I defined them  all as  ASP buttons Specifically Save button I defined as <input type= "btn"  Visually they don't look good.

I want to use default AddNewRecord image  displayed  by telerik in CommandItem.

How to get those images to be used in commanitemtemplate.

Also I want to show the Excel Icon (the oneTelerik uses bydefault) towards the Right on the command Item Display.

Thanks

 .

NVB
Top achievements
Rank 1
 answered on 21 Jul 2012
0 answers
80 views
Dear All,
I am developing product in asp.net using c sharp and I have two listboxes namely ListBox1 and ListBox2 in my page and  i have list items in ListBox1 which is added dynamically and   i have list items in ListBox2 which is added statically
here i need to insert value against partcular ListBox2 item after inserting value corresponding listbox item are disabled perfectly but next item of last inserted items only enabled true due to insert value.

we can selecting ListBox1 items for ListBox2 items are visible based on inserted values to insert value. when i frequently select ListBox1 items,ListBox2 enabled true is not working some times.,
how to solve this issue,


Susi
Top achievements
Rank 1
 asked on 21 Jul 2012
1 answer
91 views
Hi,
I cant manage to update a radgrid which is in a usercontrol. My ajaxmanager is in the mainform.

my usercontol is TaniUC 
I manage to fire ajaxrequest event from usercontol. But i can not update radgrid. I use TaniEkle(ID) which is a public func in my usercontol,add a row to my radgrid.
It is adding but not updating on screen.


protected void RadAjaxManager1_AjaxRequest(object sender, AjaxRequestEventArgs e)
        {
            if(e.Argument=="taniekle")
            {
                int ID = DataReader.GetInt32(Request.Form["grdTanilarDClickedRowIndex"]);
                if (ID > 0)
                 {
                     ucpTani.TaniEkle(ID);
                 }
                return;
            }
}



<telerik:RadAjaxManager ID="RadAjaxManager1" OnAjaxRequest="RadAjaxManager1_AjaxRequest"
       runat="server">
       <AjaxSettings>               
        
 
           <telerik:AjaxSetting AjaxControlID="RadAjaxManager1">
               <UpdatedControls>
                  <telerik:AjaxUpdatedControl ControlID="grdHastalar" LoadingPanelID="RadAjaxLoadingPanel1" />
               </UpdatedControls>
           </telerik:AjaxSetting>
          <telerik:AjaxSetting AjaxControlID="grdHastalar" EventName="OnRowClick" >
               <UpdatedControls>
                   <telerik:AjaxUpdatedControl ControlID="TaniUC"  LoadingPanelID="RadAjaxLoadingPanel1" />
               </UpdatedControls>
           </AjaxSettings>
   </telerik:RadAjaxManager>
Nazım
Top achievements
Rank 1
Iron
 answered on 21 Jul 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?