Telerik Forums
Community Forums Forum
0 answers
95 views
i have taken one radgrid with in this i put one text box.. and
here my requirement is  first i have to bind the grid and then i ll  enter the data into text box . that will be stored in database  for that i want exaple
Praveen
Top achievements
Rank 1
 asked on 25 Jun 2010
1 answer
101 views
This capability is outstanding--could a feature be added (or perhaps I overlooked it) to provide a base color and have it applied to ALL of the selected control sets?  Currently, I have to apply to color to each and every set of controls.

v/r
BK
Alex Gyoshev
Telerik team
 answered on 21 Jun 2010
1 answer
150 views
Hi,

I would know if you use an open source project for the Webserver in StartExamples.exe or if you develop a specific program?

So for one of my project i need to have a embedded Webserver like StartExamples.exe.

Thanks.
Andrey
Telerik team
 answered on 16 Jun 2010
4 answers
222 views

Hello!

My team wants to use Telerik components in a new project.

I would like to know if Telerik components are compliant with the XHTML 1.1 requirement and the W3C Web Accessibility Guidelines.

Any feedback would be greatly appreciated.

Thanks.

Sebastian
Telerik team
 answered on 16 Jun 2010
2 answers
481 views

Issue with RADGrid control:

We are using an RAD Grid which populates data from a webservice. We have paging enabled on this grid and use the by default pager whichcomes with a “Page Size” drop down, giving us option to choose desired pagesize. To avoid page reload every time we click the page number to view the rowson other page, we use RAD AJAX Manager. This Grid has ”Export to PDF” and“Export to Excel “ Buttons also.

We finally deploy this page on a Share Point WebApplication. In SharePoint, once we click on any export button, all othercontrols are disabled which gets enabled only after refreshing the page.  We have found a solution for this as depictedhere:

http://andreasglaser.net/post/2009/08/04/SharePoint-2007-Ajax-and-onsubmit3dreturn-_spFormOnSubmitWrapper()3b.aspxand http://www.bewise.fr/article/PTC/57/WSS-V3-Use-ASP-NET-AJAX-Framework-with-WSS-30.aspx

This helped us to get rid of that issue.

Presently our RAD Grid is working fine, but we are  facing issues with “Page Size” controls.Which works only for the first time. After that it does not allow me to selectany value from “Page Size” combo box. It just gets disabled.

However everything works fine with asp.net standalone application but the issue is after deploying to sharepoint.

this is the code snippet i am refferingto:

<telerik:RadAjaxManagerID="RadAjaxManager1" runat="server">

<AjaxSettings>

<telerik:AjaxSetting AjaxControlID="RadGrid2">

                        <UpdatedControls>

<telerik:AjaxUpdatedControl ControlID="RadGrid2" />

</UpdatedControls>

</telerik:AjaxSetting>

</AjaxSettings>

            </telerik:RadAjaxManager>

           

<telerik:RadGrid ID="RadGrid2"runat="server" AllowPaging="True"

AllowSorting="True" DataSourceID="ObjectDataSource1"GridLines="None"

onneeddatasource="RadGrid2_NeedDataSource"Visible="False"  >

<HeaderContextMenuEnableAutoScroll="True"></HeaderContextMenu>

<MasterTableViewAutoGenerateColumns="False" CellSpacing="-1"

DataSourceID="ObjectDataSource1">

<RowIndicatorColumn>

<HeaderStyleWidth="20px"></HeaderStyle>

</RowIndicatorColumn>

<ExpandCollapseColumn>

<HeaderStyleWidth="20px"></HeaderStyle>

</ExpandCollapseColumn>

<Columns>

<telerik:GridBoundColumn DataField="ID"HeaderText="ID"

SortExpression="ID" UniqueName="ID"DataType="System.Int32">

</telerik:GridBoundColumn>

<telerik:GridBoundColumn DataField="ContactName"HeaderText="ContactName"

SortExpression="ContactName"UniqueName="ContactName">

</telerik:GridBoundColumn>

<telerik:GridBoundColumn DataField="Company" HeaderText="Company"

SortExpression="Company" UniqueName="Company"DataType="System.Int32">

</telerik:GridBoundColumn>

<telerik:GridBoundColumn DataField="Phone"HeaderText="Phone"

SortExpression="Phone" UniqueName="Phone">

</telerik:GridBoundColumn>

<telerik:GridBoundColumn DataField="Email"HeaderText="Email"

SortExpression="Email" UniqueName="Email">

</telerik:GridBoundColumn>

<telerik:GridBoundColumn DataField="Type" HeaderText="Type"

SortExpression="Type" UniqueName="Type">

</telerik:GridBoundColumn>

<telerik:GridBoundColumn DataField="Esc"HeaderText="Esc"

SortExpression="Esc" UniqueName="Esc">

</telerik:GridBoundColumn>

        <telerik:GridBoundColumnDataField="Zip" HeaderText="Zip"SortExpression="Zip"

UniqueName="Zip">

</telerik:GridBoundColumn>

</Columns>

  

</MasterTableView>

<ExportSettings>

<Pdf FontType="Subset"PaperSize="A4" />

</ExportSettings>

</telerik:RadGrid>

<asp:Button ID="Button1"runat="server" onclick="Button1_Click"

Text="Export To PDF" Height="32px"Width="141px"

style="margin-right: 0px" Visible="False" />

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;

<asp:Button ID="Button2"runat="server" onclick="Button2_Click"

Text="Export To Excel" Height="32px"Width="141px" Visible="False"  />

Mansi Deshpande
Top achievements
Rank 1
 answered on 02 Jun 2010
2 answers
174 views
Hi all,

Just a question about Url Rewriting in ASP.NET 4.0.
I was wondering how to rewrite this url:

http://www.mysite.com/default.aspx

to

http://www.mysite.com/

How can I achieve this with URL Rewriting in ASP.NET 4.0?

Thanks,
Daniel
Daniel Plomp
Top achievements
Rank 2
 answered on 01 Jun 2010
0 answers
86 views

What is the name of the Windows System Menu button?

I am talling about the round glass-orb looking object (on a Windows 7 operating system) that appears in the lower left of the screen -- usually -- that you can click on to see the menu selection of programs on your compter.

 

William
Top achievements
Rank 1
 asked on 31 May 2010
1 answer
86 views
I'm trying to search the ASP.NET AJAX Controls Grid forum for the term "hierarchy".  It should return lots of results, but I get this:


Oops...
It seems there was a problem with our server.
Try reloading the page.


Reloading the page results in the same error.
Pavel
Telerik team
 answered on 31 May 2010
1 answer
191 views
I'd suggest that you start a forum specific to the DotNetNuke implementation of the Telerik editor as the issues related to this implementation seem to be unique from all others.

Thanks,
John
Sebastian
Telerik team
 answered on 28 May 2010
1 answer
128 views
Hello,

    I work as a DoD contractor and have intimate knowledge of some of the policies.  I request that your website development staff enable SSL access to the site so we can have access to it from DoD servers.  Basically, our policies preclude access to your forums and community sites by default, but if your site had SSL enabled, I could participate unimpeaded from my desk instead of waiting until I get home.  Currently, when I try to hit your site with the HTTPS prefix, it bounces me back to HTTP - which is blocked by the DoD firewall policies.

    I'm sure this is not the place for this type of request, but I don't know any other way of raising the issue.  Thanks in advance.

- Rashad Rivera
  OmegusPrime.com
Veselin Vasilev
Telerik team
 answered on 27 May 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Cynthia
Top achievements
Rank 1
Iron
Toby
Top achievements
Rank 3
Iron
Iron
Iron
Danielle
Top achievements
Rank 1
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Iron
yw
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Cynthia
Top achievements
Rank 1
Iron
Toby
Top achievements
Rank 3
Iron
Iron
Iron
Danielle
Top achievements
Rank 1
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Iron
yw
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?