Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
95 views
Hi,

I am using a RADFileUpload control. The file is first uploaded into a temporary location by the file upload control. From this temp location, my code copies this file into a repository. Once the file is copied into the repository, the temp file will be deleted automatically by the upload control. This is working fine with small files(upto 500MB). But for large files(1GB), when the file is being copied into the repository the uploader reuploads the same file into the temporary location rather than waiting for the copy process to complete and delete the temporary one. I am not sure why this is happening. Could you please help me to solve this issue?

Thanks,
Arun
Cori
Top achievements
Rank 2
 answered on 04 Feb 2011
2 answers
111 views
I'm using the RadControls for ASP.NET, specifically the MultiPage control and the tree view.

I'm trying to load a MultiPage control at runtime with a variable number of pageviews (about 5) with a tree view in each pageview.  Before the code runs the multipage control has one pageview control that is empty.  My code first creats a treeview in memory and adds the treeview to the existing pageviews controls collection.  Then the code runs through a loop to generate a new pageview in memory, generate a tree view in memory, add the tree view to the new pageview contols collection, and finally add the pageview to the multipage controls collection.  In theory this should work.  But in my case it's not.  When the page displays I don't see the control at all.  By looking at the html source I can see that the MultiPage did render along with the original pageview.  There is also a tree view inside the pageview as expected (except I can't see it).  But the strange part is that the other pageviews that were created at runtime are not there.  I'm guessing there is a property I'm missing to show the first pageview that is hidden in the html.  But I can't figure out why the other four pageview controls are not getting added to the collection.

Please help.
Kellie
Top achievements
Rank 1
 answered on 04 Feb 2011
5 answers
99 views
I have a page where I have placed 2 RadGrids for testing purposes.
the 2 grids are filled by the same data; but Grid 1 is binded automatically via an SQLDataSource, and Grid 2 is binded manually in my vb code.
I have a created a procedure to handle the update command of each grid.

The update event for grid 1 is executed successfully.
The update event for grid does not execute any statement of the procedure which makes me think that the i have to do something different for cases when a grid is binded manually:

For the record:
- all grids are using templates that are identical.
- the templates have buttons that are set to Update Command.

Can someone help me with this?
Arnaud
Top achievements
Rank 1
 answered on 04 Feb 2011
15 answers
208 views

Hi guys,
before I export grid to pdf I need to write couple of titles lines include header from another grid.My pdf format should look like this:
Title: NYC DEPT OF EDUCATION
        BUREAU OF COMPENSATION
        ROSTER - 9/08 thru 06/09
 Header coming from another grid:
        TOTAL DAYS - 80 TOTAL AMOUNT - 1900
 And then detail data which I exporting to PDF.

Please help me with that issue.So far I only have the following code:
PriReportGrid.ExportSettings.Pdf.PageTitle = "NEW YORK CITY DEPT.OF EDUCATION ";
PriReportGrid.MasterTableView.ExportToPdf();

 

 

Thanks so much      

Daniel
Telerik team
 answered on 04 Feb 2011
2 answers
143 views
I have a RadGrid and I don't use pager, but I want to get total ItemCount base on the filtering critiria. I saw the example of Telerik's "Filtering tamplate columns", that's sort of what I want but without using paging. Any suggestions?

Thank you,

Shannon
Shannnon
Top achievements
Rank 1
 answered on 04 Feb 2011
5 answers
138 views
 Rad Editor is not working properly in IE 8 When Update button is click.
I already set EnableDocking Property set False.

 The Detail of Telerik RadEditor is given below

Name :- RadEditor.Net2

Version :- 7.2.1.0

I also  attached Image to releated query.
Rumen
Telerik team
 answered on 04 Feb 2011
1 answer
47 views
I have a user that is unhappy that they cannot sort files and documents via the image or document manager by date. I assume there has to be a way to do this. Can someone point me in a direction to set this up - or - if this can even be accomplished. Thanks!
Rumen
Telerik team
 answered on 04 Feb 2011
5 answers
134 views
Hi!

Is there any way to make the spell checker work like the RadSpell Control when using your Html Editor?
Meaning, working like a word like one with the dialog opening up?

I've read in one of your docs that this can be possible by adding the following line to the tools.xml:
<tool name="SpellCheck" />

Instead of:
<tool name="AjaxSpellCheck" />

However it is not working.
A button appears with an exclamtion sign image and when you click on it it says "The command SpellChecker is not implemented yet"

I've tried making a customized button and calling the RadSpell control but I've been having problems when changing back the corrected text.

I'll really appreciate your help on this,
Thanks in advance for your support.

Kind regards
Rumen
Telerik team
 answered on 04 Feb 2011
1 answer
38 views
Hello,

I was trying to implement the code from the following article.
I'm using the server side approach, but i have a problem.

If i expand a parent that has childs and the parent was checked,
When i debug the NodeExpand event handler i see that the e.Node.Checked property of the parent node is always false.
Only if i checked the root parent of the tree i get the desirable result according to my action, the other sub-parents doesn't get it.
protected void RadTreeView1_NodeExpand(object sender, Telerik.Web.UI.RadTreeNodeEventArgs e)
{
//Debug here
RadTreeNode firstChild = new RadTreeNode("new child1", "new1");
firstChild.Checked = e.Node.Checked; //e.Node.Checked is always false!
}

In other words: I don't get any indication that the parent node is checked.(gets always false).
I tried with tristate mode and without tristate mode. and the CheckChildsNodes property is true.

i use version: 2010.3.1109.35

any ideas??

Thanks,
Oren
Nikolay Tsenkov
Telerik team
 answered on 04 Feb 2011
3 answers
53 views
Hi Telerik,
I need to add Template sentences from database with existing content.What can i do?.
Rumen
Telerik team
 answered on 04 Feb 2011
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?