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

I am trying to get value of certain column from datagrid and then use it in URL for hyperlink control. I am using  onitemdatabound  event and  using the code like this


 

 

Hashtable t1 = new Hashtable();

 

 

dataItem.ExtractValues(t1);


but it is not extracting all the values from dataitem and only showing few values.
Any advice ?

Pavlina
Telerik team
 answered on 24 Feb 2015
1 answer
147 views
I have a rad tab strip on a page in my project. When I try to set the orientation value of the tabstrip to HorizontalTop nothing happens. When i try to use any setting at all, the same occurs. I have attached two pictures of the issue. the first is the observed result and the second is the preferred result/Design view. 

The affected code is:
<div>
                                                   <telerik:RadTabStrip ID="rtsCharts" runat="server" Skin="Office2007" MultiPageID="rmpCharts" Width="575px"
                                                       SelectedIndex="0">
                                                       <Tabs>
                                                           <telerik:RadTab runat="server" Text="Pie Charts" PageViewID="rpvPie" />
                                                           <telerik:RadTab runat="server" Text="Bar Charts" PageViewID="rpvBar" TabIndex="1" />
                                                       </Tabs>
                                                   </telerik:RadTabStrip>
                                                   <telerik:RadMultiPage ID="rmpCharts" SelectedIndex="0" runat="server">

I have a RadGrid and several RadHtmlChart controls on the page as well. I have several other pages with the tabstrip/MultiPage setup without any issues. I can't for the life of me figure out what I did wrong.
Magdalena
Telerik team
 answered on 24 Feb 2015
1 answer
900 views
Hi,

I am using the RadAsyncUpload control on an asp.net ajax C# web page. I want to customize the look and feel of the control. How could I increase the size of the "Select" button and the textbox. I tried to do it by setting the height and width of the control, but it didn't have any effect on the button or the textbox size!

<telerik:RadAsyncUpload ID="radAsynFileUploader" runat="server" Skin="Windows7"
AllowedFileExtensions=".pdf, .doc, .docx, .txt, .zip"
EnableTheming="true"
HideFileInput="false" Width="400px" Height="200px" >
</telerik:RadAsyncUpload>

Since the page contains a couple of Bootstarp 3 buttons, I want the button from this control also to be of the same size as the Bootstrap buttons. Also, the font of the displayed file name and "Remove" link after a file is selected are too tiny and want to increase their size also.

Thanks
Magdalena
Telerik team
 answered on 24 Feb 2015
1 answer
152 views
Hello,

I have implemented a page loading a pivotgrid from an xml file using Persistence Framework and it works fine.
my pivotgrid use OLAP datasource.

I would like to get the filter set for a specific dimension in the pivotgrid and display in a textbox the selected value for the filter, programmatically server side.

I looked for documentation in the online documentation and in threads in this forum but didn't found anything about how to do this.

is it possible to do this and how can I implement a solution?

thanks in advance.

regards
Jérome
Top achievements
Rank 1
 answered on 24 Feb 2015
13 answers
520 views
Hi all

I have issue with Radgrid 2010 version 3.5 with SharePoint 2010. When Radgrid show filter , this page show error page.
Please see attachment file and help me.

Thanks
Nguyen
Adiga
Top achievements
Rank 2
 answered on 24 Feb 2015
13 answers
812 views
Hello, I'm having a little bit of a problem, I'm binding my data source using the event "NeedDataSource"
However, in the case of no records available, if I hit the add new record button. I get the loading circle appears but then my "EditItemTemplate" Items don't. I tried adding a record directly though an SQL query, and then it worked. 
What could be the reason for this? and how can I solve it? Thank.
Eyup
Telerik team
 answered on 24 Feb 2015
1 answer
421 views
Hi

How to use Telerik Radgrid Find Control Dynamically
For ex: My Code This

 foreach (GridDataItem gr in TlkGrd.Items)
                    {
    CheckBox ChkStatus = gr.FindControl("ChkStatus ") as CheckBox;
}

here I already binded my grid but here when i click the button control i need how to without mention my Findcontrol i take my findcontrol property name 
i take dynamically how will do this
Eyup
Telerik team
 answered on 24 Feb 2015
1 answer
73 views
I have a couple of date pickers and notifications on a web page, i decided to change the look of the site and change the skins on all of my rad controls the result is that all the popups including the notification popups seems to have stopped working. I am a beginner in the art of javascript but assume that's where the problem lies, did the skin change break it? 
Angel Petrov
Telerik team
 answered on 24 Feb 2015
2 answers
143 views
hi

I have Telerik Radgrid How to Get Column Wise Data get values. 
This is my Code

foreach (GridDataItem grdf in GrdStatus.Items)
{

}
Jaya
Top achievements
Rank 1
 answered on 24 Feb 2015
1 answer
74 views
Hi,
I've just got struck up in particular case scenario. 

Is it possible to have both case sensitive and case insensitive filter in radgrid. If it is not possible atleast provide me a work around.



Thanks and regards,
Vinoth VS
vinoth
Top achievements
Rank 1
 answered on 24 Feb 2015
Narrow your results
Selected tags
Tags
+? more
Top users last month
Bohdan
Top achievements
Rank 3
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Elliot
Top achievements
Rank 1
Iron
Iron
Iron
Sunil
Top achievements
Rank 1
Cynthia
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Bohdan
Top achievements
Rank 3
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Elliot
Top achievements
Rank 1
Iron
Iron
Iron
Sunil
Top achievements
Rank 1
Cynthia
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?