Telerik Forums
UI for ASP.NET AJAX Forum
6 answers
180 views
Hi all,
I have following grid data source:

Field1;Field2
----------------------
Bratislava;NULL          
Bánovce nad Bebravou;NULL        
Bánovce nad Bebravou;1
Bánovce nad Bebravou;NULL

When I perform group by action independently on Field1 or Field2 all works just fine. I get problem when I group by Field1 and then by Field2.
When NULL value is present in Field2, that group gets records from different group by Field1 where Field2 is NULL.
Here is a example what I get in grid (Please see that records in bold and underlined need not to be in the groups):

Field1: Bánovce nad Bebravou
Field2:
               Bánovce nad Bebravou        
               Bánovce nad Bebravou        
               Bratislava   ??
        
Field2: 1
               Bánovce nad Bebravou    1   
   
Field1: Bratislava
Field2:
               Bánovce nad Bebravou     ??  
               Bánovce nad Bebravou 
    ?? 
               Bratislava

Can anyone help me to solve this issue?
Thanks
Regards,
Slavo

Rosen
Telerik team
 answered on 29 Aug 2008
1 answer
108 views
In my RadGrid,there are five columns(col1,col2,col3,col4,col5).when I remove(drap) 'col4' to 'col2' of the front,they exchange each other. But I hope that is ('col1','col4','col2','col3','col5'). Can you help me how to come true?
thanks
Shinu
Top achievements
Rank 2
 answered on 29 Aug 2008
1 answer
132 views
Hi there,

I am getting inconsistent result on display when paste text from word is used. It is displaying some kind of funny encoding. How can i attach the files in the forum?

Thanks
Rumen
Telerik team
 answered on 29 Aug 2008
6 answers
391 views
Can anyone help me tgo achieve showing an animation in a RadWindow, while the window content loads.

I'm opening the window client site by:

window.radopen("BlaBla.aspx""EditWnd");  
 

But the "BlaBla..aspx" is rather slow loading, so the user experience is just a "blank" window for a second or two.  During this load I'd like to show somekind of loading animation to the user.

wnl
Top achievements
Rank 1
 answered on 29 Aug 2008
6 answers
217 views
We have a case where we want to decorate the entire app.  However, the FormDecorator wrecks havoc on other third party controls.  Could a feature be added that allows you to exclude a control or cssclass from decoration?  I'm thinking something along the lines of wrapping our third party controls in a div with a style="NoDecorate".

Any workaround?  It seems at the moment that the only way to do this would be to wrap all the controls in divs and use the DecorationZoneId - but that would be ALOT of divs and ALOT of Form Decorators!

Thanks,
S
Georgi Tunev
Telerik team
 answered on 29 Aug 2008
1 answer
85 views

Hi all,

I would like to know how to check the date if it is the end of the month date.Is there any property. 

Thanks in advance for all your attempt.

 

Daniel
Telerik team
 answered on 29 Aug 2008
3 answers
1.3K+ views
Hello,

I have a radgrid displayed on a page such that skin="none" and CssClass="grid".  In my cssclass I have set all border styles to "solid" or "none" but the border is still showing a shadow along the right side and along the bottom.  How can I remove this shadow?  The following are the css classes used in the grid:

.grid

{

    border-style:solid;

    border-color:#c8ddca;

    border-width:1px;

}

.grid

td

{

border-style:none;

}

Thank you,

Jennifer


Dimo
Telerik team
 answered on 29 Aug 2008
1 answer
102 views
I cannot seem to follow the code on this Is it possible Telerik could send me the source files for this demo as it is exactly what I need.

http://demos.telerik.com/aspnet/prometheus/Controls/Examples/Integration/RadUploadInAjaxifiedGrid/DefaultCS.aspx?RadUrid=7049e84e-f023-43c6-ae4a-be9c7f69bcb4

Thanks

Andrew Newton
Erjan Gavalji
Telerik team
 answered on 29 Aug 2008
1 answer
84 views

I know that you can get the Name of the level selected on the gridcommandEventArgs on the Item Command of the Grid. 
Example:

Dim SelectedLevel As String

SelectedLevel = e.Item.OwnerTableView.Name

If SelectedLevel = "second level" Then

End if

I need to do this from a button press on an event args to see what level is selected and the code will not work and I can't seem to find anything on it, does anyone have any suggestions???

Princy
Top achievements
Rank 2
 answered on 29 Aug 2008
1 answer
109 views
How do you set the width on a cell that is in "edit mode"?  These don't seem to work:                          <HeaderStyle Width="5px" />
                        <ItemStyle Width="5px" />
Shinu
Top achievements
Rank 2
 answered on 29 Aug 2008
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?