Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
83 views
1.How can we resize the columns in week and month views according to the length of the appointment subject ?
   I am using a Appointment template but the content of the Appointment gets hidden if the subject is longer.
  I tried setting the columnWidth but it resizes all the columns, which is not desirable.

2) Also how to get year view and WorkWeek view ?

3) How to set color for some special days in all views


Dimitar Milushev
Telerik team
 answered on 28 Jul 2009
3 answers
121 views
Hi,

I am using the latest RAD AJAX controls  2009.2 701, the web application I am trying to develop needs to have popup windows (using RAD Window), as an example I want one screen displaying support calls in a RAD grid, to then click on a row and to popup a window with the support call in it, the application needs to support many calls being opened at the same time. All of the above works, except for when a postback occurs on the parent window, the postbacks that I still need are to refresh the grids data to see if new support calls have been posted whilst working on other support calls, currently when a postback occurs I loose all the child windows. Is there any way to support the configuration I want?

The grid(s) are AJAX'ed through an AJAX manager, in a master, content page arrangement.

Thanks


Alex


Georgi Tunev
Telerik team
 answered on 28 Jul 2009
1 answer
123 views
Is there an easy way to make it so that when you scroll over a menu button it changes the background color even while your scrolling through the buttons child items? I have applied a hover css class, to change the menu items background while your mouse is over the button, but when I drop down to the secondary menu, it resorts back to its "unhovered" state. I've tried using the "ExpandedCssClass" but that didn't seem to work. Any help is greatly appreciated. Thanks.
Alex Gyoshev
Telerik team
 answered on 28 Jul 2009
1 answer
92 views
Hello,

I am developing a page with telerik RadGrid and the filtering feature is not working. I enable the filtering at grid an table level but it just execute the rebind action without filtering.

To fill the table I am using the NeedDataSource mode. What I am not sure is if the data stay attached to the GridItem and if that could be the problem.

This is the event that just get the DataSource from a service connecting to a DAO:

    protected void MaterialsGrid_NeedDataSource(object source, GridNeedDataSourceEventArgs e) 
    { 
        MaterialsGrid.DataSource = orderService.GetSalesOrderItemsBySector(SessionService.CurrentSectors); 
    } 
 

I am also using a Template column with particular behaeviour but I am not enableing filter on this column.

Thanks,
Cristian.
Yavor
Telerik team
 answered on 28 Jul 2009
2 answers
241 views
Hi,

it's the first time for me that I use RadGrid with grouping.
From a competitors product I know a view where I can show aggregates in the header.
Without (a lot since my columns are dynamic) code behind I see no way to achieve this with RadGrid.

The idea is simple - let's say I have product sales and group them by employee (drag this to the grouping section).
Now (unluckily) I get the expanded view of my items.
But (with code behind) I can change this - as well as I can remove (code behind) grouped fields from the columns.

Let's stay on the default.
I get a footer with my aggregates (in my case about 20 columns - assume "product groups").
So this looks great by theory - in fact I have to scroll for (about) 200-300 rows to find the footer.
Typically you scroll to fast - and oversee it :)

Anyhow - the first important information is in the group footer - there my customer can see "this employee sold only 10 of... but 300 of..."

The problems:
a.) footer is hard to find
b.) footer is hidden when you collapse the grouping.

The best way would be some "Show aggregate in GroupHeader" property.
But I found the group header is a single TD spanning all the columns.

The other solution would be to keep the footer visible when the group is collapsed.
But I found no way to achieve this.

I hope you understand my (my customers) needs.
Grouped view - with Aggregates visible when the group is collapsed.

Regards

Manfred
ManniAT
Top achievements
Rank 2
 answered on 28 Jul 2009
3 answers
199 views
Hi,

I have a radgrid which is bound to a datatable. I want to assign navigation urls to values of columns in that radgrid. Is there anyway to perform this logic at runtime.

I am able to do this at design time like this:

 <telerik:GridTemplateColumn HeaderText="Account Name" UniqueName="Account" SortExpression="Account" ItemStyle-Width="100px" >
                                        <ItemTemplate>
                                        <a href="accountview.aspx?id=<%# Eval("AccountID") %>"><%# Eval("AccountName")%></a>
                                        </ItemTemplate>
                                        <ItemStyle Width="100px" Font-Underline="true"></ItemStyle>
                                    </telerik:GridTemplateColumn>



But my issue is, i am generating these columns at runtime. so, I need to assign urls at runtime only. Please let me know any way to do this at runtime.

Thanks,
Mahesh
Shinu
Top achievements
Rank 2
 answered on 28 Jul 2009
2 answers
279 views
I have tried to use
var inputElement = $get('<%=RadInput1.ClientID%>' + '_text');

or

var dateInput = $find("<%= RadDateInput1.ClientID %>");


to get the radtextbox object ,but it's not worked. my javascript script must be put in a page head , then how can I get the object ?

thanks!
winson qiu
Top achievements
Rank 1
 answered on 28 Jul 2009
1 answer
141 views
Hi,

     I need to do a alphanumeric validation for my columns in the grid. I will assign a datatable as the datasource to my grid.
    because the columns are dynamic for me. In general i have to do a alpha numeric validation for them.
   Could any one of you suggest.

Thanks & Regards,
Satya.
Mira
Telerik team
 answered on 28 Jul 2009
1 answer
130 views
Hi,

We're investigation the possibilities of the RadEditor for our MOSS WCM system.

We've installed the new version of the RadEditor for SharePoint (5.5.0.0). When activated the features the editor replaces the default MOSS rich html editor. When using this scenario the reuseable content works fine and gets updated when the content item is updated.

When using the RadEditor webpart (in a webpart zone) the reuseable content doesn't work. Inserting reuseable content works, but when changing the reuaseable item the content of the webpart doesn't update.

We've also modified a page layout so the default MOSS html control is replaced by a RadEditor control. This results in the same behaviour as the webpart, reuseable content can be selected but will not update...

Conclusion is that reuseable content works in a certain scenario, but not all :-(

Is this known, and is there a solution for this? The webpart solution is really a requirement for us.

Regards,

Michel Smit
Eneco IT Solutions
Stanimir
Telerik team
 answered on 28 Jul 2009
1 answer
103 views
It's not as simple as that, but basically I have just installed RadControls for ASP.NET AJAX Q2 2009 to fix an issue I was having while trying to view the design of a page with RadControls in it.
I was getting this error:

Failed to create designer for 'Telerik.Web.UI.RadTextBox, Telerik.Web.UI, Version=2009.1.512.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4'

I read in another topic that I just need to add a reference to the Telerik.Web.Design but the issue was I didnt have the version it is asking for there, so I installed the newer version hoping that if I put both DLL's into my bin directory then everything would be fine. But it isn't.

I assume there is a step I am missing somewhere. Do I have to make some changes in the web.config?

Any help would be appreciated.

I can paste my web.config here if you need
Jaymie
Top achievements
Rank 1
 answered on 28 Jul 2009
Narrow your results
Selected tags
Tags
+? more
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?