Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
136 views

Hello 

I am using a gridview which is having GridClientSelectColumn.

Is there any way to get the checkstate of a row serverside ?

I tried the following, but checkbox is never checked

   foreach (GridDataItem item in oGridFields.Items) {
        CheckBox chk = (CheckBox)item["prgSel"].Controls[0];
        if (chk.Checked) {
  
        }
    }

 

Thanks for any help.

Karlheinz
Top achievements
Rank 1
 answered on 20 Apr 2015
2 answers
228 views

I have a webpage that has a regular RadGrid with GridBoundColumns and GridNumericColumns. 

During the excel export the formatting of my numerical data seems to get lost. Columns that appear on the grid on the page will look like:

 

123.43

0.00

 

The aspx for the regular RadGrid has code that another developer wrote that includes attributes:

EmptyDataText

DataFormatString

FooterAggregateFormatString

 

Here is what that looks like:

 

<telerik:GridNumericColumn DataField="revenue" EmptyDataText="0.00" HeaderText="Revenue" DataFormatString="{0:#,##0.00;(#,##0.00)}"<br>                        Groupable="false" UniqueName="revenue" Aggregate="Sum" FooterText=" " FooterAggregateFormatString="{0:#,##0.00;(#,##0.00)}"><br>                        <HeaderStyle HorizontalAlign="Center" /><br>                        <ItemStyle HorizontalAlign="Right" Wrap="false" /><br>                        <FooterStyle HorizontalAlign="Right" Wrap="false" /><br>                    </telerik:GridNumericColumn>

 

In the RadPivotGrid the similar column to above appears like so:

 

<telerik:PivotGridAggregateField DataField="actualValue" Aggregate="Sum"><br>                    <HeaderCellTemplate><br>                        <asp:Label ID="lblActualValue" Text="Actual" runat="server" /><br>                    </HeaderCellTemplate><br>                </telerik:PivotGridAggregateField>

So how can I add the attriutes I mentioned to the PivotGridAggregateField?

 

Thanks,

 Julian

 

Julian
Top achievements
Rank 1
 answered on 20 Apr 2015
1 answer
109 views

I try to implement a RadSlider in RadGrid EditTemplate according to this demo

 

demos.telerik.com/aspnet-ajax/slider/examples/databinding/defaultvb.aspx

 Something like this:

 

http://www.ulealliance.org/certification/list.aspx

 

But the JavaScript cannot find the slider and tooltipmanager.

Could you test with a short demo app?

PS: I do not need the functionality with the thumbnails, onlu Slider ith step Tooltips.

 

Thanks,

Marc

Slav
Telerik team
 answered on 20 Apr 2015
2 answers
137 views

Is there an ETA on the Visual Style Builder supporting the RadNavigation control?

Also is there a support page for customizing RadNavigation via CSS?  I can't find one dedicated to RadNavigation.  At this time all I want to do is alter the background color of the default skin.

Keith
Top achievements
Rank 1
 answered on 20 Apr 2015
1 answer
76 views
Is it possible to position the listing of the files below a dropzone?  So it would include the textbox/select button, dropzone and then the list of files to be uploaded.
Hristo Valyavicharski
Telerik team
 answered on 20 Apr 2015
2 answers
1.0K+ views

Hi,

I try to set a relative path for the temporary upload path, but I'm not know what's wrong.

<add key="Telerik.AsyncUpload.TemporaryFolder" value="/upload/_temp" />
leads to: 'C:\upload\_temp\RadUploadTestFile'

<add key="Telerik.AsyncUpload.TemporaryFolder" value="upload/_temp" />
leads to: 'C:\inetpub\twoeyes_intranet_beta\documentruler\upload\_temp\RadUploadTestFile'

The first example seems to ignore the MapPath which is: 'C:\inetpub\twoeyes_intranet_beta\'
The second example shows an expected behaviour.

Best regards,
Roland

Roland Klug
Top achievements
Rank 1
 answered on 20 Apr 2015
0 answers
95 views

hi 

i need your assistance i need a  ajax Grid

with first column  is check box all other columns are editable 

and in tool bar there is a save changes button

 

how can i achieve this ? 

 

Naomi
Top achievements
Rank 1
 asked on 20 Apr 2015
1 answer
102 views

I am trying to display a binaryimage within a RadLightBox.  I've tried so many things but haven't found a solution.  I thought if I created a RadLightBoxTemplate and added a RadLightBoxItem it would work.  But doesn't seem to support Image control.

 

Thanks

Terri Popson

Pavlina
Telerik team
 answered on 20 Apr 2015
1 answer
169 views

I am looking for a way to show the time as a hint or tooltip when hovering an open timeslot (or clicking an open timeslot if this functionality is not available). Is there a way to do this?

 

Hristo Valyavicharski
Telerik team
 answered on 20 Apr 2015
1 answer
371 views

Hello!

I am using RadAsyncUpload control in my sharepoint web page. But the Custom Handler throws 403 error on POST (Get is Ok). I have modified web config, but i didnt help. What is problem?

<handlers>
      <add name="Telerik.Web.UI.WebResource" path="Telerik.Web.UI.WebResource.axd" verb="*" type="Telerik.Web.UI.WebResource, Telerik.Web.UI, Version=2013.3.1114.45, Culture=neutral, PublicKeyToken=121fae78165ba3d4" />
      <add name="FileUploadToLibraryHandler" verb="*" path="/_layouts/15/Asp.Str.UI/Pages/FileUploadToLibraryHandler.ashx" type="Asp.Str.UI.HttpHandlers.FileUploadToLibraryHandler,  Asp.Str.UI, Version=2014.1.0.1, Culture=neutral, PublicKeyToken=a9a40be1d4d5fefa"/>...</handlers>

 <location path="_layouts/15/Asp.Str.UI/Pages/FileUploadToLibraryHandler.ashx">
    <system.web>
      <authorization>
        <allow users="*" />
      </authorization>
    </system.web>
  </location>

Hristo Valyavicharski
Telerik team
 answered on 20 Apr 2015
Narrow your results
Selected tags
Tags
+? more
Top users last month
Top achievements
Rank 1
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ivory
Top achievements
Rank 1
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
YF
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Top achievements
Rank 1
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ivory
Top achievements
Rank 1
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
YF
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?