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

There is a RadWindowManager in my form and has four windows. How to access the first RadWindow in the Window Manager from code behind?

Thanks.
Henry.
Princy
Top achievements
Rank 2
 answered on 01 Aug 2013
1 answer
141 views
Hi Telerik

I am using RadConfirm dialog in my asp.net web form to get the user confirmations. Since the user can click OK or cancel and there is a third possibility that he can click the X button to close. Therefore how to differentiate between these user interactions?

Damian
Shinu
Top achievements
Rank 2
 answered on 01 Aug 2013
1 answer
156 views
Hello

I have an asyncupload control in user home page to upload multiple .docx files. The page is working fine in chrome browser and now for testing purpose when I checked the same page in IE9, the user is unable to select multiple files. On searching I read about upload modules and installed flash plugin and still the issue is there in IE9. What can be the reason behind?

Note I am not using Manual upload and havent set any DisablePlugins.

Thanks for replying,
Freddy.
Shinu
Top achievements
Rank 2
 answered on 01 Aug 2013
1 answer
119 views
Hello

I added a RadAsyncUpload control to have the users upload their profile pics. Only one picture file is allowed to upload and how can I display the path as text in the upload textbox using js? I googled a several hundred times but didn't hit the right answer.

Thanks for reply,
Freddy
Shinu
Top achievements
Rank 2
 answered on 01 Aug 2013
2 answers
185 views
Basically I can't refresh my RadGrid. I have filters above the RadGrid that I apply when the user hits the RadGrid's Refresh button. With or without Ajax, whether or not I intercept the ItemCommand event, whenever it finally calls Rebind it fails with this error: Cannot perform this operation when DataSource is not assigned. It is true the DataSource is null before the call. What's interesting is the NeedDataSource event fires off without a hitch, and when the exception gets back to me the DataSource is properly assigned. I haven't messed with ViewState, so I believe that should still be enabled (or rather inherited seems to be the default nowadays). What am I doing wrong?

Let me know if you'd like to see any of my code, but after staring at it for hours I'm convinced that it's something else I don't know.

Thanks.
Matthew
Top achievements
Rank 1
 answered on 31 Jul 2013
8 answers
817 views
Hi,

Currently i have the items in the grid getting inserted/deleted/updated in the "oninsertcommand/ondeletecommand/onupdatecommand" events.

However, I want to do these grid changes only when the submit button is clicked.

Currently in the grid I have the below UI:
OnInsertCommand="radgrid1_InsertCommand" OnUpdateCommand="radgrid1_UpdateCommand" OnDeleteCommand="radgrid1_DeleteCommand"


How to achieve Insert/Update/delete in the submit button click? 
Caio
Top achievements
Rank 1
 answered on 31 Jul 2013
3 answers
248 views
Hello all,

I need to open a RadWindow inside another RadWindow, but my requirement is to open child window bigger than the parent window.

The below article fulfills my requirement, but It is in Q3 version and I am using Q1 version.
http://demos.telerik.com/aspnet-ajax/window/examples/autosize/defaultcs.aspx

So please suggest, if there is any workaround in Q1 version.

Thanks
Mukesh
Danail Vasilev
Telerik team
 answered on 31 Jul 2013
15 answers
558 views
Hi All

My Layout is as follows:

Master Page (ScriptManager)
Content Page
  DropDownList
  RadDock
    asp:Panel
       UserControl (ascx)
           iFrame (ifmExcel)
           RadGrid

We have ajax settings so that the dropdownlist refreshes the user controls.  We would like to maintain this.  

The way I got the export to work with a REPEATER was using :

System.IO.

 

StringWriter stringWrite = new System.IO.StringWriter();

 

System.Web.UI.

 

HtmlTextWriter htmlWrite = new HtmlTextWriter(stringWrite);         

 

myRepeater.RenderControl(htmlWrite);

 

 

Session[

 

"ExportBody"] = stringWrite.ToString();

 

ifmExcel.Attributes.Add(

 

"src", "GenerateDownload.aspx");

The GenerateDownload would process the body and response.write as normal.

Is there something similiar we can do for the radgrid to have it loaded in an iframe or what's the best way to go about exporting the data?

I saw the render control for the rad grid, but if we can get it to use the export settings for the binary format in this setup that would be ideal.

Thanks in advanced.

 

Kyle
Top achievements
Rank 1
 answered on 31 Jul 2013
1 answer
78 views
Hi Telerik team,
I have a problem how to populate the data in one table using radgrid.
i'm using vb.net and asp.net
my RAW DATA like this:

  type      |         date
         
audio    |    15-02-2009
audio    |    01-03-2009
audio    |    09-04-2009
audio    |    12-05-2009
audio    |    12-06-2009

visual    |     02-01-2009
visual    |    14-02-2009
visual    |    16-03-2009
visual    |    18-04-2009

visual    |    12-06-2009
visual    |    20-06-2009

graphic |   20-06-2009

and  I want to develop a report like this. any suggestion or solution
====================================================================
type/month    01-2009    | 02-2009 | 03-2009 | 04-2009 | 05-2009 | 06-2009 | TOTAL        
audio                   0                1               1               1                1              1           6
visual                   1                1              1                1               0               2            6
graphic                0                 0               0                0              0               1           1
GRAND TOTAL          1            2              2                2              1              4            13


Thanks so much for helping and guiding me..
Pavlina
Telerik team
 answered on 31 Jul 2013
2 answers
153 views
I'm newbee to ASP.Net. Can anyone give me a code snippet for creating a cascading dropdownlists (Country,state and city) in radgrid, I see many post where in .aspx is used for this, but I want to create everything in .cs file. Its urgent, your help is highly appreciated.

Thanks,
Andy.
Andy
Top achievements
Rank 1
 answered on 31 Jul 2013
Narrow your results
Selected tags
Tags
+? more
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?