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.
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" />
<asp:Button ID="Button2"runat="server" onclick="Button2_Click"
Text="Export To Excel" Height="32px"Width="141px" Visible="False" />
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.
hi,
i want to group column based on value...here is the code which i got a data from database.
try
{
Sqlda.Fill(dsGetSearchResults);
this.faxtab.DataSource = dsGetSearchResults;
this.DataMember = "";
}
plz reply soon...
Hello to all,
I am working with a RadChart and want to paint only one of the MajorGridLines, but I do not find the way, on having used the following code it paints all to me and I do not wish it:
Please help me
Thank's