Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
340 views
NUTSHELL
I want top either open all the files in a folder from the radGrid.  If that cannot be done, then I'd like to open the folder.

DETAIL
I want to add a column to the grid (hyperlink column?) that, wehn clicked, will open all of the PDF files in that folder.  There is an unknown amount in that folder, but it's likely no more than 4.  There could also be no files in that folder and in some cases, the folder may not exist-- the located is a concatenated value from three other fields.

If all the files cannot be opened, then perhaps we can settle for opening the folder-- again, provided it does exist.

I am programming in MS Visual Studio 2012.
I am using Telerik UI for ASP.NET AJAX, v.2014.1.225.45
Rick
Top achievements
Rank 1
 answered on 10 Apr 2014
3 answers
706 views
HI,

I have a couple of questions when doing a load on demand with the combobox, but before that let me explain the scenario:

I have a radcombox with load on demand, this is necessary because my result set rows could be more than 5k total, this is working fine; So lets say I go and select record number 2120 from the 5k list and I saved my changes.

Now when I go to the form to edit the record, I load all values including the selected value into the combobox and that's what's displayed, but if I click the open arrow of the combobox I want to display all the records above and below the 2120 (since my ItemsPerRequest is equal to 50 that will mean I want to display from 2101 to 2150) and I can't find a way to do this since the combobox doesn't know what row in my result set I am or is there anyway to set this value?

The other question is even if that will be the case, how do I make it display the previous records, for example I want to see the previous set, meaning from 2051 to 2100 and so on, I know that the ItemsRequestd works always forward but is there anyway to make it backwards also?

Thanks for your help
Hristo Valyavicharski
Telerik team
 answered on 10 Apr 2014
3 answers
159 views
Hi,
I m using RadHTMLChart. All works but when there are many points at x axis, it over laps and makes a messy look.
Is there any solution to this problem?

Regards,
Danail Vasilev
Telerik team
 answered on 10 Apr 2014
4 answers
183 views
Can i use Radupload / handlers and progress to upload files in a cross domain scenario?

Thanks
Hristo Valyavicharski
Telerik team
 answered on 10 Apr 2014
1 answer
66 views
Hi, 
I m using scatterlinechart and I have points in positive and negative directions.  
The negative points make the x axis label hide or messed up.
The version I m using is 2013.3.1324.45
How can we push the label to be at the border level of chart or atleast outside the plot area of graph? thanks,
Danail Vasilev
Telerik team
 answered on 10 Apr 2014
1 answer
201 views
I don't know where to put this question since it involves numerous controls, so I try here.

It is a somewhat complex situation but I'll do my best to try to describe it. In short: When numerous Telerik controls (Telerik.Web.UI) are placed on a number of Views in an ASP MultiView, the css styles becomes corrupted on View 2 and on.

More details:

I have an asp MultiView with a number of Views and Previous/Next buttons to move between the views. On the first View I have a RadDropdownList, a RadComboBox, and a RadGrid. On the following Views I have some RadTreeViews, RadGrids and also some Accordions. Now to the oddities:

If all Telerik controls on the first view are visible, the css styles on the following Views are corrupted (i.e. missing) and the RadTreeViews completely lack all styling and all images. The Accordions also get corrupted, and it seems that all ul-based lists are affected.

If I hide (Visible=false) any one of the three Telerik controls on the first View, the css styles on the following Views are correct.

If I place all the Telerik controls on the first View (and have them visible), they are displayed correctly.

The only way I have found to have all controls visible on different Views and with correct css styles, is to register the Previous/Next buttons as PostBackControls, but that gives the side affect that a Ctrl-F5 (after a Previous/Next click) gives a popup message saying that a Submit is in process.

Anyone that can make any sense out of this?  Is it a ViewState problem?

System:
ASP.NET
.NET FW 4.0
Telerik 2014.1.225.40
Danail Vasilev
Telerik team
 answered on 10 Apr 2014
1 answer
139 views
Hello All:
New to the product, just purchased it last week.
What I am trying to do is take a table, in the following format, and be able to pivot (transpose rows and columns), but also be able to insert/update from this mode.

CREATE TABLE [dbo].[tablename](
[lbrID] [bigint] IDENTITY(1,1) NOT NULL,
[lbrDate] [date] NOT NULL,
[lbrName] [varchar](128) NOT NULL,
[lbrStore] [varchar](3) NOT NULL,
[lbrTime1] [money] NULL,
[lbrTime2] [money] NULL,
[lbrTime3] [money] NULL,
[lbrTime4] [money] NULL,
[lbrTime5] [money] NULL,
[lbrTime6] [money] NULL,
[lbrTime7] [money] NULL,
[lbrTime8] [money] NULL,
[lbrTime9] [money] NULL,
[lbrTime10] [money] NULL,
[lbrReconcile1] [money] NULL,
[lbrTime11] [money] NULL,
[lbrTime12] [money] NULL,
[lbrTime13] [money] NULL,
[lbrTime14] [money] NULL,
[lbrTime15] [money] NULL,
[lbrTime16] [money] NULL,
[lbrReconcile2] [money] NULL,
[lbrTime17] [money] NULL,
[lbrTime18] [money] NULL,
[lbrTime19] [money] NULL,
[lbrTime20] [money] NULL,
[lbrReconcile3] [money] NULL,
[lbrTotal] [money] NULL
) ON [PRIMARY]

Basically take that table, and have the lbrName as the columns (for each distinct name for that date) and the lbrTimes as the rows.

which grid would I be best to use? I got radGrid to work with a C# transpose (found online), this requires autogenerate columns, and it does not look like I could do inserts/edits inline with this.

I tried playing around with pivotGrid but could not get it displaying like I wanted. Perhaps I was missing something there.

Thanks in advance for any help
Kostadin
Telerik team
 answered on 10 Apr 2014
5 answers
209 views
Hi,

I have a grid in the RadAjaxPanel, which has a column with a asp button. Also, the same column has display none div with all the html need for tooltip. I want to use this div as tooltip when the user mouse over this button. Also, this div has links that are clickable. So, how do I use RadToolTipManager or RadToolTip to show the tool tip. Any help is greatly appreciated.

Thanks,
Ana
Marin Bratanov
Telerik team
 answered on 10 Apr 2014
7 answers
527 views
Hi, I am new to telerik and let me know how I can disable the postback RadGrid to expand.
by pressing + and expand launches a postback that is uncomfortable.
I hope your help greetings.
can with updatepanel?
a example pliss


Rachana
Top achievements
Rank 1
 answered on 10 Apr 2014
1 answer
241 views
Hi, how to set an empty datasource at first?
Princy
Top achievements
Rank 2
 answered on 10 Apr 2014
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?