Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
83 views
Hello,

I appreciate and buy Telerik controls because they help me staying ahead in the functionnalities.
And even with the increased size of the company due to its success and the related decrease in quality of its documentation, I was still finding a winning contract.
But I think I am missing the real thing now: social enabled controls.
Microsoft world has reduced its width, now applications need to speak with Facebook, LinkedIn, Twitter, Plaxo, etc....
They need to be able to deal with OpenID and related new standards....


I was expecting something when I downloaded the telerik Facebook test application.
But still nothing....


I will have to move....

best regards.
CS
Sebastian
Telerik team
 answered on 22 Mar 2011
1 answer
145 views
Hi,

I currently have a visual studio 2008 website project using the telerik rad controls for asp.net ajax Q2 2009 Net35.  Love it, but i'm starting to see rendering problems when used with the latest browsers.... ie9 and chrome for example.

I think upgrading to the latest version of the rad controls will help,  Before I purchase the latest version, i'd like to know what i'll need to do in order to upgrade my vs2008 project.   I doubt it's as easy as replacing the telerik dll with the new one... right?

any additional info would be greatly appreciated.

thanks!

Steve
Marin Bratanov
Telerik team
 answered on 22 Mar 2011
2 answers
130 views
how to set a row in edit mode dynamically (according to index value generated in codebehind)
rocky
Top achievements
Rank 1
 answered on 22 Mar 2011
0 answers
49 views
Hi

How to implement the programatic implementation of Custom paging (with virtual count) in Hierarchical Grid (Several Tables at a Level in RADGrid) . Provide some samples.
Ramesh kumar Kuppusamy
Top achievements
Rank 1
 asked on 22 Mar 2011
0 answers
90 views
I'm having a hard time finding the solution to this problem, currently i do have a user-interface in AJAX form also including RadGrid control, TextBox and Button (Item Template), inside my Button i do have a code that saves the data to the back-end, but the problem is.as i save the data coming from the RadGrid the User-Interface closes to rebind,  what I wanna do right now is that , saving the data to the back end without closing the user-interface (AJAX) form and automatically when i search the data using custom filtering, the saved data will reflect. Can you help me with this?


Jared
Top achievements
Rank 1
 asked on 22 Mar 2011
7 answers
404 views
I wanted to upgrade to the latest Telerik library and am getting
Could not load file or assembly 'Telerik.Web.UI, Version=2010.1.415.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)

I know I can accomplish this by removing and re-adding my references to the project, then rebuilding. But how can I upgrade an already installed production server (the website was already published there by publishing from VS)? I tried just replacing the .DLL/.XML files in the bin folder, and then updating the web.config file ... but I still get the error above. I believe the "old" telerik version numbers are somehow compiled into the published website. Is it possible to upgrade the telerik DLL without recompiling/republishing?

Thanks!
Sebastian
Telerik team
 answered on 22 Mar 2011
2 answers
223 views
Hi,

I have a situation where the RadGrid's pager hides when I change the page size from UI dropdown.

Steps:
I fill my grid with 12 rows of data. The RadGrid's is page size is 10, here the pager shows 2 pages, which is fine.
Now when I change my current page size to 20 records (from grid's pager combobox) the grid shows all 12 records but the Pager hides itself and there is no way I can get it back to show only 10 records without refreshing the page.

Please help.


Thanks
A
Ajay
Top achievements
Rank 1
 answered on 22 Mar 2011
3 answers
271 views
Let's say i have something like this:
<Columns>
    <telerik:GridTemplateColumn HeaderStyle-CssClass='GridHeaderGreen ra' ItemStyle-CssClass='ra'
        HeaderText='#' ItemStyle-Width='25' HeaderStyle-Width='25'>
        <ItemTemplate>
            <asp:Label ID="lblRowNum" runat="server" />
        </ItemTemplate>
    </telerik:GridTemplateColumn>
    <telerik:GridBoundColumn HeaderStyle-CssClass='GridHeaderGreen la' ItemStyle-CssClass='la' HeaderText='Server Name' SortExpression='TSM.TSMSERVER.NAME' DataField='Server_name' UniqueName='Server_name' />
    <telerik:GridTemplateColumn HeaderStyle-CssClass='GridHeaderGreen ra' ItemStyle-CssClass='ra' HeaderText="Error" UniqueName="ErrorMessageRecordCount">
        <ItemTemplate>
            <asp:HyperLink runat="server" ToolTip='<%# Eval("ErrorMessageRecordCount") %>' Text='<%# Eval("ErrorMessageRecordCount") %>'
                NavigateUrl='<%# GetMessageDetailUrl(Container, ActLogSeverity.E) %>'>
            </asp:HyperLink>
        </ItemTemplate>
    </telerik:GridTemplateColumn>
</Columns>

I can't figure out, how to get current column index within GetMessageDetail method without these silly sending column number parameter, traversing some events, etc. I do have row number (container.ItemIndex), i do have column count total, but funny thing - i don't have column index! It's weird....
Princy
Top achievements
Rank 2
 answered on 22 Mar 2011
3 answers
176 views
Going through the latest release notes, I see this gem in the RadGrid section:

Added: Option for Update/Insert action on [Enter] key press from edit/insert form editor (when keyboard navigation is enabled)

Mind telling us what the option is? There's already a ridiculous number of parameters for RadGrid/MasterTableView/EditForm/etc, it would literally take me weeks to locate this new option since the RadGrid documentation does not appear to be updated with it..

Radoslav
Telerik team
 answered on 22 Mar 2011
6 answers
139 views
Hi all,
      I have to change the backround of some Items in  the ComboBox sitted in Inline Template by server side code , I have used  this demo : http://demos.telerik.com/aspnet-ajax/scheduler/examples/resourceavailability/defaultcs.aspx
   But when I set for exple : ComboBox.Items[5].Background=Color.red;
the background not change and if I verify in the result I find that they use   .asx files to set style.


?????????????
Veronica
Telerik team
 answered on 22 Mar 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?