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

I have a grid with 2 (or more) groups and want the current group value displayed in the group footer. 

Example: 2 groups region and country

The grid should display:
Europe
    Denmark
        some Data for Denmark
    Total for Denmark
...  some other countries
Total for Europe
America
    Canada
        some Data for Canada
    Total for Canada
...  some other countries
Total for America

To make things clear. The problem is not to get the sums for these groups but to get the current group value (bold entries above).

Any ideas ?
Thank you

Robert



Rosen
Telerik team
 answered on 01 Jul 2010
12 answers
405 views

The following is in the event viewer, All Pages display generic Webpart error

Web Part Error:
This page has encountered a critical error. Contact your system
administrator if this problem persists.

Event Type: Error
Event Source: Windows SharePoint Services 3
Event Category: Runtime
Event ID: 6610
Date:  8/20/2008
Time:  12:16:46 PM
User:  N/A
Computer: RENSP1
Description:
Safe mode did not start successfully. Could not load file or assembly 'System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.

Stanimir
Telerik team
 answered on 01 Jul 2010
3 answers
130 views
Hello,
I am using RadGrid created programatically in code behing on Page.Init. In the grid I have some GridBoundColumns and some GridTemplateColumns with custom classes as templates. But I have a problem with the GridBoundColumn that displays date. It looks like the whole column is selected, no matter what skin I set. The GridBoundColumn next to it, has the same code except for differences in binding and naming definition. Here is the code for columns (I use the same procedure, but I changed some values like used when creating Date column:

Dim column As GridBoundColumn 
column = New GridBoundColumn() 
 
column.UniqueName = "Date" 
column.DataType = GetType(String
column.HeaderText = PmResources.GetResourceString(headerResourceKey) 
column.HeaderTooltip = PmResources.GetResourceString(toolTipResourceKey) 
column.DataField = "Date" 
column.AutoPostBackOnFilter = False 
column.ShowFilterIcon = False 
column.CurrentFilterFunction = GridKnownFunction.NoFilter 
column.SortExpression = dataField 
column.Groupable = False 
column.AllowFiltering = False 
column.Reorderable = False 
column.Visible = visibile 
column.HeaderStyle.Width = Unit.Pixel(width) 
column.ItemStyle.Width = Unit.Pixel(width) 
column.ReadOnly = isReadOnly 
column.ItemStyle.VerticalAlign = VerticalAlign.Top 
column.ItemStyle.HorizontalAlign = HorizontalAlign.Left 
 
 
 

I am also posting a screenshot of the unexpected layout. I hope you can help me, I am guessing that maybe "Date" is some special name that shouldn't be used in Grid's UniqueName or Binding definition.

Thanks in advance,
Vladimir
Pavlina
Telerik team
 answered on 01 Jul 2010
1 answer
153 views
I have raddatepicker in ajax modalpopup. my problem is raddatepicker is visible but bakeend of modalpopup. its not look proper . i increase z-index also i try javascript but all try fail

i have tryed with z-index , but it is working in IE browser , not working in FF & Chrome browsers
pl let me know ASAP.
Radoslav
Telerik team
 answered on 01 Jul 2010
1 answer
212 views
I'm using telerik components, objectdatasource and Entity Framework 4 in my web application.
The grid is very simple and the columns have some Telerik comboboxes.

The problem is that the loading of the grid is very slow: it can take 4-5 seconds. A normal Entity Data Access is 2-3 seconds. What can I do to optimize performance?
Radoslav
Telerik team
 answered on 01 Jul 2010
1 answer
125 views
I am using a dynamic GridBoundColumn and I'm adding a custom filter (RadComboBox). everything is great except I can't filter--filterItem.FireCommandEvent fails with the exception "Neither of the types 'String' and 'Boolean' converts to the other". Any advice would be appreciated.

 

Pavlina
Telerik team
 answered on 01 Jul 2010
2 answers
59 views
Hi,

I have an ASPX page, which I want to display in a RadWindow.
Is this possible?

Please suggest.

Thanks.
Debashis
Debashis Pyne
Top achievements
Rank 1
 answered on 01 Jul 2010
1 answer
129 views
Hi,


In my grid I have a datetime column, and I would like to display it as hyperlink and link it to some other page.

I also want to use RadDatePicker as filtering control for this column. And I'm hoping the solution would be very simple..

What is the simplest way to do this?

Thanks in advance,
Kartheek.
Mira
Telerik team
 answered on 01 Jul 2010
6 answers
232 views
Hi,
I've been searching the forum and the internet for hours now and saw loads of people having the same problem, but none of the solutions offered to them worked for me, so I'd appreciate your help.

I have a splitter which divides my screen into two different parts and on the left have a sliding pannel and on the right pannel I load different external pages. One of them has a Radgrid control which fits nicely on screen...until I pin out the sliding pannel and pin it back in, move the splitter or resize window. In all these cases, when restoring to normal size my radgrid is completally off the screen to the right, even outside the components containers. All this happens only in IE, it seems to work fine in Firefox...but I need it working in IE too.

I've tried everything and from what I've seen, I thik I need to repaint my radgrid when the pannel is resized... My problem is, I'm able to detect when the pannel is resized outside the scope of where the grid is...I mean...I'm not able to detect the resizing inside the page where the radgrid is contained.

Some help would be highly appreciated as I've been with this problem for hours now and don't know what else to try..
Thanking you in Advance
Efg
PS: In fact not only the radgrid expands and gets off the screen boundaries...but its parent table too.
Elena Fernández
Top achievements
Rank 1
 answered on 01 Jul 2010
10 answers
955 views
This is half feature request and half a question for other telerik users out there -- has anyone successfully implemented a scroll-based loading process for radGrid?  I'm not sure what the exact terminology is, but it's how Google Reader loads articles.  When you get to a certain scoll point, it will load additional posts in the background.  I've seen implementations of this before, but nothing with a grid control.

It would be a great way to use radGrid since paging can sometimes be a pain.  What would be great is if it were embedded in the control -- set a point at which an AJAX event would fire requesting additional data and passing info about where in the data set you are.  Sort of like custom paging, only the grid would append the added data to the bottom of the list rather than changing the page.  I sort of think this has to be a telerik-implemented thing to really be efficient, since rebinding the grid, even via AJAX, negates the partial-rendering efficiency of this model as a replacement for a paging model.

Josh
Veli
Telerik team
 answered on 01 Jul 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?