Hi,
I having problem generating a dictionary object out in a Grid Template, it is saying there a incorrect syntax.
Can anyone help me?
template: '<div id="#=ReferenceNumber#_#=CreateAward#">
<a href="#=EffectiveProcurementURL#" target="_blank">#=CreateAward#</a>
<img src="/images/navdown.gif" style="cursor:pointer;" onclick="toggleDisplay("#=ReferenceNumber#")" />
<ul>
# for (var key in OtherProcurementOption) { #
#=var value = OtherProcurementOption[key];#
<li><a href="#=value#" target="_blank">#=key#</a></li>
# } #
</ul>
</div>'
Hello,
I'm trying to use the drag and drop functionality in the scheduler. As the demo below
https://demos.telerik.com/aspnet-ajax/scheduler/examples/draganddropintegration/defaultcs.aspx?product=scheduler
Everything works fine with drag and drop. Now i'm trying to implement the sorting on the column headers in RagdGrid. After I click any column header the grid disappears . Like there is no data in the grid . I'm using the basic sorting functionality as in one of your demo applications. I also tried using the NeedDataSource. this time I'm getting the data same as not sorted. this is the following code sample i'm using to sort the grid data . Can please help me find a way around it.
Thank you
Protected Sub RadGrid1_SortCommand(sender As Object, e As GridSortCommandEventArgs) Dim sortexpr As New GridSortExpression() sortexpr.FieldName = e.SortExpression If sortexpr.SortOrder = GridSortOrder.Descending Or sortexpr.SortOrder = GridSortOrder.None Then sortexpr.SortOrder = GridSortOrder.Ascending e.Item.OwnerTableView.SortExpressions.AddSortExpression(sortexpr) RadGrid1.MasterTableView.Rebind() ElseIf sortexpr.SortOrder = GridSortOrder.Ascending Thensortexpr.SortOrder = GridSortOrder.Descending e.Item.OwnerTableView.SortExpressions.AddSortExpression(sortexpr) RadGrid1.MasterTableView.Rebind() End IfHi,
I'm exporting a grid in Xlsx format. I tried many methods to set borders on excel cells but in no avail.
Is it even possible ? Are borders supported ?
http://demos.telerik.com/aspnet-mvc/diagram/editing
Is there an example or is it possible to replicate the shape editing/text insert shown in this mvc project in aspnet-ajax diagram project?
Thank you
Andy

Hi, i have a problem to fire the delete event using a GridButtonColumn with ConfirmDialogType="RadWindow", it show the dialog but when I click ok button it only close the window but don't invoke the delete event on the server, if I change it to ConfirmDialogType="Classic" it works ok.
here is the implementation
<form id="form1" runat="server"> <telerik:RadSkinManager ID="RadSkinManager1" Runat="server" Skin="Material"> </telerik:RadSkinManager> <telerik:RadScriptManager ID="RadScriptManager1" Runat="server"> </telerik:RadScriptManager> <telerik:RadWindowManager ID="RadWindowManager1" runat="server"> </telerik:RadWindowManager> <telerik:RadAjaxPanel ID="RadAjaxPanel1" runat="server" HorizontalAlign="NotSet" LoadingPanelID="RadAjaxLoadingPanel1"> <telerik:RadGrid ID="RadGridFAQs" runat="server" AutoGenerateColumns="False" AllowPaging="True" AllowSorting="True" OnNeedDataSource="RadGridFAQs_NeedDataSource" PageSize="5" RenderMode="Lightweight" OnDeleteCommand="RadGridFAQs_DeleteCommand"> <pagerstyle mode="NextPrevAndNumeric" position="Bottom" pagesizecontroltype="None" alwaysvisible="True"></pagerstyle> <groupingsettings collapsealltooltip="Collapse all groups" /> <mastertableview clientdatakeynames="QuestionID" datakeynames="QuestionID" hierarchyloadmode="Client"> <rowindicatorcolumn visible="False"> </rowindicatorcolumn> <Columns> <telerik:GridBoundColumn DataField="Question" HeaderText="Pregunta"> </telerik:GridBoundColumn> <telerik:GridBoundColumn DataField="Score" HeaderText="Calificación"> </telerik:GridBoundColumn> <telerik:GridBoundColumn DataField="Section" HeaderText="Sección"> </telerik:GridBoundColumn> <telerik:GridBoundColumn DataField="Active" HeaderText="Activo"> </telerik:GridBoundColumn> <telerik:GridButtonColumn CommandName="Delete" ConfirmText="¿Esta seguro que desea eliminar la pregunta?" FilterControlAltText="Filter column column" UniqueName="column" ConfirmDialogType="RadWindow" ConfirmTitle="Eliminar"> </telerik:GridButtonColumn> </Columns> <PagerStyle PageSizeControlType="None" AlwaysVisible="True" /> </mastertableview> <filtermenu rendermode="Lightweight"> </filtermenu> <headercontextmenu rendermode="Lightweight"> </headercontextmenu> </telerik:RadGrid> </telerik:RadAjaxPanel> <telerik:RadAjaxLoadingPanel ID="RadAjaxLoadingPanel1" Runat="server" Skin="Default"> </telerik:RadAjaxLoadingPanel> </form>
Hello
I would like a help, I have a Grid with two GridClientSelectColumn columns as coidgo below, I would like to perform a validation when the user select the column yes it uncheck the column, please someone has an example
<telerik:RadGrid RenderMode="Lightweight" ID="RadGrid1" runat="server" Width="100%"
AllowMultiRowSelection="true" OnPreRender="RadGrid1_PreRender" Visible="true" OnItemCreated="RadGrid1_ItemDataBound" AutoGenerateColumns ="false" EnableViewState="true" >
<ClientSettings Selecting-AllowRowSelect="true" >
</ClientSettings>
<MasterTableView PageSize="8" AllowPaging="True" Width="100%"
DataKeyNames="ID_PID" >
<Columns>
<telerik:GridBoundColumn DataField="ID_PID" DataType="System.Int32"
FilterControlAltText="Filter ID_PID column" HeaderText="ID_PID"
ReadOnly="True" SortExpression="ID_PID" UniqueName="ID_PID" Visible="false">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn DataField="PERGUNTA_PID"
FilterControlAltText="Filter PERGUNTA_PID column" HeaderText="PERGUNTA_PID"
SortExpression="PERGUNTA_PID" UniqueName="PERGUNTA_PID">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn DataField="RESPOSTA"
FilterControlAltText="Filter RESPOSTA column" DataFormatString="<strong>{0}</strong>" HeaderText="RESPOSTA"
SortExpression="RESPOSTA" UniqueName="RESPOSTA">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn DataField="FONTE"
FilterControlAltText="Filter FONTE column" HeaderText="FONTE" Visible="false"
SortExpression="FONTE" UniqueName="FONTE">
</telerik:GridBoundColumn>
<telerik:GridClientSelectColumn UniqueName="VERDADEIRO" >
</telerik:GridClientSelectColumn>
<telerik:GridClientSelectColumn UniqueName="FALSO" >
</telerik:GridClientSelectColumn>
</Columns>
</MasterTableView>

Print preview of Google chrome/Fire fox/IE browsers not showing the content inside the Radsplitter [Radpanes]. Please find the attached screenshot
Expected:
Print preview of the browser will show the content
Currently the content which we are using ours is loading inside the radpanes. Is there any restricted access for the loading previews in browser print.
Hi,
Currently i have a column in my radGrid which is a date. i am displaying this data now as string.
my requirement is as follows
So currently since my column is in string when i click on the header it is sorting the data as string i.e the data will be sorted as follows
(for descending)
27 Jan 2017
23 Mar 2017
21 Jul 2017
19 Jan 2017
it is suppose to be sorted as
21 Jul 2017
23 Mar 2017
27 Jan 2017
19 Jan 2017
I am dynamically creating additional fields based on your example in the Online Demo. Here is my scenario:
I add 3 files. Each file has a label and input. If I "Remove" the second row (rowIndex = 2), the file is removed, but the label and input field is still displayed. I have not been successful removing the additional fields.
I have attempted to use a variation of the old code provided in the RadUpload control:
var li = row.parentNode.parentNode;
var ul = input.parentNode.parentNode.parentNode;
etc., etc...
But, that does not work with the RadAsyncUpload control in javascript.
So, I have tried different things that revolve around "parentNode.removeChild()" or $(row.parent).remove() or var extraFields = row.parentNode.childNodes row.parentNode.removeChild(extraFields[i]) to no avail. Is there a simple way of completely deleting the custom controls / metadata, or, do I need to get the index and cycle through the collection and delete at the desired index?
Any direction is greatly appreciated.