Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
150 views
Hello,

I have zip file on my machine. in which i have csv file.

i need to unzip that file and read the data from csv file.

Is there any way in Telerik to unzip , zip file on machine.

Thanks
Princy
Top achievements
Rank 2
 answered on 05 Dec 2011
3 answers
95 views
I have a rad combo box which is being databound as follows...

'Now populate the Managers Drop down
           rsMain = GeneralDataMethod.GetAllApprovedManagers
           While rsMain.Read
               cboManager.Items.Add(New RadComboBoxItem(rsMain("Manager"), rsMain("ManagerID")))
 
           End While
           cboManager.Items.Insert(0, New RadComboBoxItem("- Please select -", ""))

I would like to add a 3rd item from the database into the combo box (email address, the sp gives me this) but not display in the drop down but have it available to me when the user selects a manager from the drop down.

Is this possible using code behind?

TIA.

S


Dimitar Terziev
Telerik team
 answered on 05 Dec 2011
2 answers
115 views
Hi all,
I am using RADGRiD to develop my Web App.
In my RadGrid I use "radio button" in it. => every row in Grid, We have a radio button.

When I click on a radio button=> this radio button is checked.
And then I continue click on the other RADIO Button=> tat Radio button is checked too but the previous Radio button is still Check.

What I want: WHen I click on the second RADIO Button=> the First Radio button will be unchecked.

Please view the image in attached file.

Please help me to do it.
Thanks alot!

Ky
Top achievements
Rank 1
 answered on 05 Dec 2011
4 answers
119 views
Hi,

I was working on Exporting RADGrid data to Excel using ExcelML approach. While exporting I have given and want following name (IncomeStatement_MSFT_xNAS) to the file. I have set this using RadGridFS.ExportSettings.FileName property.

Most of the times, exported file has correct name but randomly it start appending garbage character to it. Given below are different names with random garbage characters appended by grid exporter:
IncomeStatement_MSFT_xNASCAN3IT2H
IncomeStatement_MSFT_xNASCAJPY7HM

What could be the issue? Any help/fix?

Thanks in anticipation.
Daniel
Telerik team
 answered on 05 Dec 2011
1 answer
143 views
I have a splitter control within a User control on a page containing two panes with a grid in each and am trying to size the splitter control on load to fit the available space. I have added a hook to the javascript function with OnClientLoaded="sizeSplitter".

The javascript I'm using is:

function sizeSplitter(sender, args) {
                var w = browserWidth() - 10;
                var h = browserHeight() - 200;
                alert('height=' + h + ' width=' + w);
                sender.get_element().style.height = h;
                sender.get_element().style.width = w;
            }

This returns the browser width and height fine and displays them using the alert, but the splitter seems to be stubbornly remaining the same size as defined.
Dobromir
Telerik team
 answered on 05 Dec 2011
1 answer
74 views
When will the Metro skin be available as a base skin in the Skin Builder?
Thanks!
Bill
Ivan Zhekov
Telerik team
 answered on 05 Dec 2011
1 answer
37 views
Hi,

I am using the RADEditor SharePoint version and also got the fullpledged tool from the telerik URL but when trying to apply the "Apply CSS" option page is going to "No Reponse" mode and never coming up

Do we need to have some pre-defined classes in places ?

Regards
-Roopesh
Rumen
Telerik team
 answered on 05 Dec 2011
1 answer
64 views
Hey guys, i know this one might be a bit wierd.  I have a client who is trying to design an html page using the RadEditor (upgraded to the latest internal build this week).  The HTML has some IE tags enclosed in html comment fields.  they do some browser detection and then write out the <HTML> tag with the appropriate style tags added.  They want the code to look like this:

<!doctype html>
<!--[if IEMobile 7]><html class="no-js iem7 oldie"><![endif]-->
<!--[if lt IE 7]><html class="no-js ie6 oldie" lang="en"><![endif]-->
<!--[if (IE 7)&!(IEMobile)]><html class="no-js ie7 oldie" lang="en"><![endif]-->
<!--[if (IE 8)&!(IEMobile)]><html class="no-js ie8 oldie" lang="en"><![endif]-->
<!--[if gt IE 8]><!--><html class="no-js" lang="en"><!--<![endif]-->
<!--[if (gte IE 9)|(gt IEMobile 7)]><!--><html class="no-js" lang="en"><!--<![endif]-->

but when i insert this into the RadEditor it comes out looking like this:

<html class="no-js" lang="en"><!--<![endif]--><!--[if (gte IE 9)|(gt IEMobile 7)]><!--><!--<![endif]-->

How can i configure, or what can i add to my editor code to prevent this re-write from occurring?

Thanks!
-Mark
Rumen
Telerik team
 answered on 05 Dec 2011
1 answer
94 views
Don't have this to work if i use DataSource
When i click on a item, it lost the the state after postback....

http://test.junis.org/test/
Princy
Top achievements
Rank 2
 answered on 05 Dec 2011
4 answers
313 views
Hi,

I'm using the RadAsyncUploader control to allow a user to upload images.  After the upload, all uploaded images are displayed in a RadListBox, where they can be reordered.  I am also using the RadAjaxManager.

The problem is that I'm also allowing the user to delete uploaded images from the same page, which requires a postback.  If the user has selected images to upload, then highlights an image in the listbox and clicks "delete", the image is deleted as expected but the new images are uploaded at the same time.

It's not the biggest deal in the world, but it's still not appropriate behaviour.  Is there a way that I can prevent the RadAsyncUploader from processing the uploaded files unless the user clicks a specific "Upload" button?  If not, may I suggest adding this ability?  It seems less than ideal to have the upload occur on every postback, regardless of the source.

Thanks,

Allan
Peter Filipov
Telerik team
 answered on 05 Dec 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Ambisoft
Top achievements
Rank 2
Iron
Pascal
Top achievements
Rank 2
Iron
Matthew
Top achievements
Rank 1
Sergii
Top achievements
Rank 1
Iron
Iron
Andrey
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Ambisoft
Top achievements
Rank 2
Iron
Pascal
Top achievements
Rank 2
Iron
Matthew
Top achievements
Rank 1
Sergii
Top achievements
Rank 1
Iron
Iron
Andrey
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?