Telerik Forums
UI for ASP.NET AJAX Forum
0 answers
88 views
Good afternoon,


I have a problem with compomente RadWindowManger.
I do not know if it was coincidence, but after my last update version of RadControls p / 2012-2-607, the gif loading of pages seem to be grasping, as if slow, ran quickly before the gif.


Here my code I use to open the pages.

function Baixar() {
 window.radopen("Baixa_lote_CtsReceber.aspx", "BaixaLote");
}
 
<telerik:RadWindowManager id="RadWindowManager1" ShowContentDuringLoad="false" ReloadOnShow="true" runat="server" skin="Outlook" EnableShandow="true" >
    <Windows>
        <telerik:Radwindow ID="BaixaLote" runat="server" Behaviors="Close,Move" Modal="true" Title="Baixa" Height="655px" Width="975px" />
    </Windows>
</telerik:RadWindowManager>

Leandro
Top achievements
Rank 1
 asked on 02 Aug 2012
0 answers
63 views
I have a grid

<telerik:RadGrid ID="RadGridFeedings" runat="server" AllowAutomaticInserts="True" AllowAutomaticUpdates="True"  AllowAutomaticDeletes="True" AutoGenerateColumns="false" AllowPaging="True" AllowSorting="True" PageSize="10" skin="Default">
                            <PagerStyle Mode="NumericPages" />
                            <GroupingSettings CaseSensitive="false" />
                            <MasterTableView TableLayout="Fixed" Width="100%" CommandItemDisplay="top" DataKeyNames="FeedID" AutoGenerateColumns="false">
                                <Columns>
                                    <telerik:GridDateTimeColumn HeaderText="Date" DataField="FeedDate" UniqueName="FeedDate"
                                        SortExpression="FeedDate" HeaderStyle-Width="20%" ShowFilterIcon="false" DataFormatString="{0:dd/MM/yyyy}" />
                                    <telerik:GridBoundColumn HeaderText="Type" DataField="FoodType" UniqueName="FoodType"
                                        SortExpression="FoodType" HeaderStyle-Width="23%" ShowFilterIcon="false" />
                                    <telerik:GridBoundColumn HeaderText="Size" DataField="FoodSize" UniqueName="FoodSize"
                                        SortExpression="FoodSize" HeaderStyle-Width="22%" ShowFilterIcon="false" />
                                    <telerik:GridBoundColumn HeaderText="Result" DataField="Result" UniqueName="Result"
                                        SortExpression="Result" HeaderStyle-Width="22%" ShowFilterIcon="false" />
                                    <telerik:GridButtonColumn ConfirmText="Delete this product?" ConfirmDialogType="RadWindow"
                    ConfirmTitle="Delete" ButtonType="ImageButton" CommandName="Delete" Text="Delete"
                    UniqueName="DeleteColumn">
                    <ItemStyle HorizontalAlign="Center"/>
                </telerik:GridButtonColumn>
                                </Columns>                                
                            </MasterTableView>
                        </telerik:RadGrid>

that is being loaded using a datatable via the code behind

Dim dtFeedings As DataTable = RVSelect.SelectFeedings(-1, -1, Request.QueryString("AnimalID"), "", -1, -1, "").Tables(0)
RadGridFeedings.DataSource = dtFeedings
RadGridFeedings.DataBind()

How do I get the edit/delete buttons working in this scenario as all the examples use sqldatasources or linqdatasources?

Many thanks
Simon
Simon
Top achievements
Rank 1
 asked on 02 Aug 2012
1 answer
97 views
I am new to programming i facing a situation where i need to delete a column to find the new column count of the radgrid.

 Private Sub btnNext_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles btnNext.Click

        rgdGridOutput.DataSource = ds.Tables(intTableCount)
        rgdGridOutput.DataBind()
        Dim x As Integer = rgdGridOutput.MasterTableView.Columns.Count
       
        rgdGridOutput.MasterTableView.GetColumn("ServiceOutput_Id").Visible = False
        rgdGridOutput.MasterTableView.GetColumn("ServiceResponse_Id").Visible = False

        Dim y As Integer = rgdGridOutput.MasterTableView.Columns.Count
end Sub

I am getting both x and y values as 0. Actually table has 3 columns.

Thanks,
Ajay
Jayesh Goyani
Top achievements
Rank 2
 answered on 02 Aug 2012
3 answers
284 views
Hi, I'm pulling my hair out because I cannot get any image to actually display in the image editor.  I have verified that the handlers are in the web.config and that the link to the image is valid (in Firebug).  Still nothing.  I'm not sure if it's connected, but opening up an image from RadFileEditor brings up a blank window as well.

<telerik:RadFileExplorer ID="RadFileExplorer1" runat="server"
    EnableCreateNewFolder="false" 
    VisibleControls="Toolbar, ContextMenus, FileList"
    Configuration-DeletePaths="~/Images/Advertising"
    Configuration-EnableAsyncUpload="true"
    Configuration-MaxUploadFileSize="9999999"
    Configuration-UploadPaths="~/Images/Advertising"
    Configuration-ViewPaths="~/Images/Advertising" ClientIDMode="Static">
                        </telerik:RadFileExplorer>

Web.Config
<system.webServer>
    <validation validateIntegratedModeConfiguration="false" />
    <modules runAllManagedModulesForAllRequests="true">
      <remove name="UrlRoutingModule" />
      <add name="UrlRoutingModule" type="System.Web.Routing.UrlRoutingModule, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
    </modules>
       
    <handlers>
      <add name="Telerik_Web_UI_WebResource_axd" verb="*" preCondition="integratedMode" path="Telerik.Web.UI.WebResource.axd" type="Telerik.Web.UI.WebResource" />
      <add name="UrlRoutingHandler" preCondition="integratedMode" verb="*" path="UrlRouting.axd" type="System.Web.HttpForbiddenHandler, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
      <add name="Telerik_Web_UI_SpellCheckHandler_axd" verb="*" preCondition="integratedMode" path="Telerik.Web.UI.SpellCheckHandler.axd" type="Telerik.Web.UI.SpellCheckHandler" />
      <add name="Telerik_Web_UI_DialogHandler_aspx" verb="*" preCondition="integratedMode" path="Telerik.Web.UI.DialogHandler.aspx" type="Telerik.Web.UI.DialogHandler" />
      <add name="ChartImage_axd" verb="*" preCondition="integratedMode" path="ChartImage.axd" type="Telerik.Web.UI.ChartHttpHandler" />
    </handlers>
  </system.webServer>
Nick
Top achievements
Rank 1
 answered on 02 Aug 2012
2 answers
80 views
Is it possible to highlight the letters the user types?
Like in the combobox filtering example (see screenshot)
Raphaël MANSUY
Top achievements
Rank 1
 answered on 02 Aug 2012
2 answers
62 views
Hi,

I had Trial version installed but recently upgraded to a licensed version 2012.2.724.35. Since then in some of the forms controls are overlapping (see screenshot attached). Please let me know what could be the issue ASAP.

Thanks,
ADod
AratiS
Top achievements
Rank 1
 answered on 02 Aug 2012
1 answer
144 views
Hello Telerik Team,

Really very very good control.
I really appreciate your work, Because this control are different from other third party (GRID) control.

once again thanks to all of you.

Note : i also notice that i will take so much time in changing groping.
i also know that it must take much time because first it created structure in pivot data then after it will create UI for that.
But, Can you please try to work on this in next version?


Thanks,
Jayesh Goyani
Tsvetina
Telerik team
 answered on 02 Aug 2012
5 answers
592 views
Hi,

I am using RADgrid and I am using server side required field validators.
I do not want to use template columns and so can not add span tag which shows * in red color if a field id required.

I am able to show the errormessage after the validation which is fine.
But the requirement is to let user know in the begining if the field is required by showing * mark against the field.

Is there any simpler way of doing this for gridbound columns without using template column .
Prachi
Top achievements
Rank 1
 answered on 02 Aug 2012
1 answer
80 views
Is this possible? I have 2 FileExplorer controls on the same page. FileExplorer1 points to ~/Root_1/Folder_A. Then FileExplorer2 points at ~/Root_2/Folder_B. I want to drag a file in Folder_A (of FileExplorer1) and drop it onto Folder_B (FileExplorer2). Can this be done?
Vessy
Telerik team
 answered on 02 Aug 2012
1 answer
462 views
I know this topic gets bounced around a lot and I currently have a pretty great workaround, but with the current shortcut options within file explorer (such as right-click > Open), it would be cool to have a right-click > Send To option (just like Windows Explorer), where the user could multi-select files, and send them to a compressed file. Then select and download the compressed file. Currently, zipping multiple files into a compressed file has to be done outside of the file explorer.

Ultimately however, I want to be able to multi-select and download the individual files without having to first compress them into a  zipped file. Any chance Telerik is working on something that will provide true simultaneous download capabilities of mutiple files?
Vessy
Telerik team
 answered on 02 Aug 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?