Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
118 views
Hello,

 is there anyway to have the "Contains" option in filter options for GridDateTimeColumn  ?
Pavlina
Telerik team
 answered on 06 May 2011
2 answers
157 views
Hello,

I have a tooltip inwhich radgrid is embaded. I observed image column width is too big. though the column width is fixed to 2% its not reducing. Is there any other way to reduce the column width ?

<telerik:RadGrid ID="rg_tt_CSMD_Backlog_By_Status_FL" runat="server" AllowSorting="false"
                GridLines="None"  AllowPaging="true" BorderStyle="NotSet" Height="99.9%"
                Width="99.9%" OnNeedDataSource="rg_tt_CSMD_Backlog_By_Status_FL_NeedDataSource"
                OnItemDataBound ="rg_tt_CSMD_Backlog_By_Status_ItemDataBound"  AutoGenerateColumns="false" HeaderStyle-Wrap="false">
                <MasterTableView DataKeyNames="CASES" CommandItemDisplay="None" TableLayout="Auto"
                    HeaderStyle-Font-Bold="true" HeaderStyle-Font-Size="X-Small">
                    <Columns>
                        <telerik:GridTemplateColumn AllowFiltering="false" UniqueName="imageCol" HeaderStyle-Width="2%" >
                            <ItemTemplate>
                                <a href="../CustomerSupport/CaseViewer.aspx?ID=<%#Eval("CASES")%>">
                                    <asp:Image ImageUrl="~/Images/case.png" ID="imgTest" runat="server" BorderWidth="0px" />
                                </a>
                            </ItemTemplate>
                        </telerik:GridTemplateColumn>
                        <telerik:GridBoundColumn DataField="CASES" HeaderText="CASE" DataFormatString="<nobr>{0}</nobr>" HeaderStyle-Width="10%"
                            HeaderStyle-Font-Bold="true" HeaderStyle-Font-Size="X-Small">
                        </telerik:GridBoundColumn>
                        <telerik:GridTemplateColumn AllowFiltering="false" UniqueName="imageappSerial" HeaderStyle-Width="2%">
                            <ItemTemplate>
                                <a href="../AccountManagement/ProductViewer.aspx?ID=<%#Eval("SERIAL")%>">
                                    <asp:Image ImageUrl="~/Images/server_database.png" ID="imgTest" runat="server" BorderWidth="0px" />
                                </a>
                            </ItemTemplate>
                        </telerik:GridTemplateColumn>
                        <telerik:GridBoundColumn DataField="appSERIAL" HeaderText="SERIAL" DataFormatString="<nobr>{0}</nobr>" HeaderStyle-Width="10%"
                            HeaderStyle-Font-Bold="true" HeaderStyle-Font-Size="X-Small">
                        </telerik:GridBoundColumn>
                         <telerik:GridBoundColumn DataField="SITE" HeaderText="SITE" DataFormatString="<nobr>{0}</nobr>" HeaderStyle-Width="35%"
                            HeaderStyle-Font-Bold="true" HeaderStyle-Font-Size="X-Small">
                        </telerik:GridBoundColumn>
                        <telerik:GridBoundColumn DataField="SUMMARY" HeaderText="SUMMARY" DataFormatString="<nobr>{0}</nobr>" HeaderStyle-Width="48%"
                            HeaderStyle-Font-Bold="true" HeaderStyle-Font-Size="X-Small">
                        </telerik:GridBoundColumn>
                    </Columns>
                </MasterTableView>
                <ClientSettings>
                    </ClientSettings>
            </telerik:RadGrid>

Tooltip code:
<telerik:RadToolTipManager ID="ttm_CSMD_Backlog_By_Status_FL" runat="server" EnableShadow="true"
    Animation="Resize" HideEvent="ManualClose" Height="70" Width="75" OnAjaxUpdate="OnAjaxUpdate"
    Position="BottomCenter" RelativeTo="Element" OffsetY="0" OnClientResponseEnd="OnClientResponseEnd">
</telerik:RadToolTipManager>

Svetlina Anati
Telerik team
 answered on 06 May 2011
1 answer
90 views
The embedded Office2007 theme for the RadTabStrip (ASP.NET AJAX version) has an embedded clear that caused me a problem in a two column floated layout.  Hopefully posting this might help others who have the same problem.

The problem style was as follows:

.RadTabStrip

.rtsLevel{
clear:both;
overflow: hidden;
position: relative;
width: 100%;
}

This was pushing the div the style is attached to and therfore my tabs down to the bottom of the page when it was viewed in any non IE browser.

I added the following more specific style to a stylesheet in my theme and the problem was solved.

div.RadTabStrip

.rtsLevel{
clear: none;
overflow: hidden;
position: relative;
width: 100%;
}

Tajes
Top achievements
Rank 1
 answered on 06 May 2011
1 answer
30 views
Hello,

I want to maintain the gropheader state even though page has a postback event. I found link. Can you please provide it in VB since I am not able to hook up itemcommand event.
Pavlina
Telerik team
 answered on 06 May 2011
2 answers
287 views
Hi Sir/Madam,

Below is my requirement.

customer places orders for products. each order has to travel a sequential workflow like order placing, order approving etc. In my screen am using MasterTableView and DetailTables sections of grid to display Customer and Orders information.

When user clicks/expands customer's record, all order information will be displayed in GridTableView of DetailTables section. Based on order's status user did some actions out side of the grid. Based on the user's action, order status will be modified.

Here what I want is is their any way to bind/rebind details table only so that user can be able to view modified status directly.

 Anyone please me in this regard, thanks in advance.

Thanks & Regards,
Sumanth
Sumanth
Top achievements
Rank 1
 answered on 06 May 2011
1 answer
79 views
I've found an issue with our product zoom radwindow recently that has me a little confused. On our product details page (example), if you click the 'Click to view larger' link below the product image, it brings up our views & zoomer tool in a modal radwindow. However, you'll notice the top is hiding under our header (see attached). As soon as you click inside the window, it displays properly. I checked the code and the header has z-index of 3001, and the window is at 3002. Can anyone explain this?

Using version 2008.1.515.20.
Svetlina Anati
Telerik team
 answered on 06 May 2011
1 answer
90 views
Error: Sys.WebForms.PageRequestManagerServerErrorException: Object reference not set to an instance of an object.
Source File: http://localhost/test/Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=loginpanel1_RadScriptManager1_TSM&compress=1&_TSM_CombinedScripts_=%3b%3bSystem.Web.Extensions%2c+Version%3d3.5.0.0%2c+Culture%3dneutral%2c+PublicKeyToken%3d31bf3856ad364e35%3aen-US%3a3de828f0-5e0d-4c7d-a36b-56a9773c0def%3aea597d4b%3ab25378d2%3bTelerik.Web.UI%2c+Version%3d2010.1.519.35%2c+Culture%3dneutral%2c+PublicKeyToken%3d121fae78165ba3d4%3aen-US%3afcd44c12-f50d-4937-b05d-1aa46b5c5b3e%3a16e4e7cd%3af7645509%3a24ee1bba%3ae330518b%3a1e771326%3ac8618e41%3aed16cbdc%3a8674cba1%3ab7778d6c%3ac08e9f8a%3aa51ee93e%3a59462f1%3aaa288e2d%3a874f8ea2%3af9b9258%3a58366029


I can't understand this means
please give us understandable to approach for resolve this error.
Thanx
Iana Tsolova
Telerik team
 answered on 06 May 2011
1 answer
533 views
Hi,

Just seem to have hit a wall with this one. I have a grid, and in that grid is the following column:

                                    <telerik:GridTemplateColumn UniqueName="PostNCAuditGuid" HeaderText="Post NC Audit">
                                        <ItemStyle HorizontalAlign="Center" />
                                        <ItemTemplate>
                                            <asp:HyperLink NavigateUrl="javascript:createPostNCAudit();" runat="server" ID="hlCreatePostNCAudit"
                                                Text="Create a Post NC Audit"></asp:HyperLink>
                                            <asp:HyperLink NavigateUrl="javascript:viewPostNCAudit();" runat="server" ID="hlViewPostNCAudit"
                                                Text="View Post NC Audit"></asp:HyperLink>
                                        </ItemTemplate>
                                    </telerik:GridTemplateColumn>

Now, I need the createPostNCAudit() and the viewPostNCAudit() functions to have a value passed to them indicating the row that this hyperlink was clicked on. As the 'rowclicked' event is not fired, I have no way of pulling an Id for the row into some sort of variable prior to them clicking one of the hyperlinks. Of course they may click the row and THEN click the hyperlink, but in the scenario of them simply clicking straight on the hyperlink I don't know how to identify the row the call came from.

Any help would be greatly appreciated. Whether you have a way of me passing a value to the function in the navigateurl property or assigning the row id to a variable I will be made up.

Thanks a lot,

Dan
Shinu
Top achievements
Rank 2
 answered on 06 May 2011
1 answer
69 views
Hello 

I worked with rad controls in past and now in my new enterprise i founded them again. The situation is that we have a version of Telerik Controls for framework 2.0, and we have an asp.net web proyect using them. Now we wanto to create a VS 2005 webdeployment proyect for the site, but when i Tried to create it, the Site shows an error. 

We got the site, and we had to add a folder Called RadControls where are a lot of pages with code that where used to use the controls in the web site. 

The error that the application throws is 

"aspnet_merge.exe" exited with code 1

and the detail of the error was the next one:

An error occurred when merging assemblies: ILMerge.Merge: ERROR!!: Duplicate type 'ASP.TableBorderControl' found in assembly 'App_Web_zadhxhui'.
    C:\Program Files\MSBuild\Microsoft\WebDeployment\v8.0\Microsoft.WebDeployment.targets(574,9): error MSB6006: "aspnet_merge.exe" exited with code 1.
  Done executing task "AspNetMerge" -- FAILED.
Done building target "AspNetMerge" in project "WebSisSemana_deploy.wdproj" -- FAILED.

What can i do to solve this problem?

Thank you
Andrey
Telerik team
 answered on 06 May 2011
1 answer
105 views
Hi,
    We were able to upload big file sizes by setting

<security><requestFiltering><requestLimits maxAllowedContentLength="419440400"/></requestFiltering></security>

this in Telerik.Web.UI.WebResource.axd .
I would like to know whether its safe to do this, Is there any possibility of DOS attacks, or is there a safer way to do this?

Thanks,
Deepak M
Genady Sergeev
Telerik team
 answered on 06 May 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?