Telerik Forums
UI for ASP.NET AJAX Forum
7 answers
312 views
Hi,

I've got an issue with the fieldset's that are rendered.  On IE7 I end up with a white background and on IE6 it's a light blue background (using the web20 skin).  Is there a way to force the css to render properly on one or the other browser so that they can be consistant?

Regards,

Jon
Jon
Top achievements
Rank 1
 answered on 10 Jul 2009
1 answer
122 views
Hi guys
I've noticed that when I resize my window, the dock goes over the horizontal scrollbar as per the image
http://i839.photobucket.com/albums/zz316/dev2009_2009/dockgoesoverscrollbar.jpg

how would we resolve this? Thanks
Pero
Telerik team
 answered on 10 Jul 2009
1 answer
183 views
I have following requirements

i am using  ASP.NET AJAX Q1 2009 trial version

1.    I would like to add a date picker to filter date in grid
       currently the date picker popup is not displayed

2.    I would like to have a dropdown list in the filter area

3.    I would like to change the header style in css .
       so which class i need to update
       I am using "Outlook" skin for the Grid
      Do i need to include the "Grid"  classes in my Web application  and modify the classes ?

Can some one help me on abouve  with a proper working code
or a url with proper info

thanks

Princy
Top achievements
Rank 2
 answered on 10 Jul 2009
2 answers
131 views

Hello,

I've got RadGridControl keyboard support problem. After pasting following part of code:

<ClientSettings AllowDragToGroup="false" EnableRowHoverStyle="true" AllowKeyboardNavigation="true">  
<KeyboardNavigationSettings AllowActiveRowCycle="true" FocusKey="Y" />  
<Scrolling AllowScroll="false" UseStaticHeaders="true" />  
<Selecting AllowRowSelect="true" />  
<Resizing AllowColumnResize="true" />  
</ClientSettings> 

i've got warning: Generation of designer file failed: Type 'Telerik.Web.UI.GridClientSettings' does not have a public property named 'keyboardnavigationsettings'. When I run application it collapses because of this.

Any help?

All the best,

Zbyszek

Zbigniew Barbasiński
Top achievements
Rank 1
 answered on 10 Jul 2009
1 answer
289 views
I have following columns in my datasource which is a Generic list

Element ID
ParentElementID
Element Name
Sequence
Layer

I need to create and bind  custom attributes like Layer,Sequence,etc from the datasource so that I can manipulate them at Nodedatabound event .
Also for several childs of parent node
I need to order the sequence of nodes on the basis of Sequence .


Shinu
Top achievements
Rank 2
 answered on 10 Jul 2009
1 answer
113 views
I have a RadGrid bound to a SQL data source component. When a user selects a row from the first grid, a data connection in the code takes values fom theat grid and feeds them to a second query, which is then bound in code to a second grid. The first grid is on the first of two pageviews, and the second grid is on the other pageview.

The first time I select a row in grid 1, the query runs correctly and loads data into grid 2. However, selecting any other record runs the second query as expected and loads the data into grid 2, but all the rows are compacted into a tiny single line. You can scroll through using the arrows and see that the data is there. This continues until you exit the page and then go back to it, whereon the process repeats itself.

I have tried moving grid 2 out of the table on the pageview, and various combinations of the Ajaxmanager update settings. Nothing helps.
Veli
Telerik team
 answered on 10 Jul 2009
3 answers
75 views
I have a select element being styled by the latest FormDecorator. Typing while the element is selected is not jumping to the nearest alphabetical match. This is handy since the select element has over 100 elements in it. Is this a known issue?

Martin
Telerik team
 answered on 10 Jul 2009
3 answers
135 views
hi

I am able to do grouping following your online example which is group by date

http://demos.telerik.com/aspnet-ajax/grid/examples/groupby/outlookstyle/defaultcs.aspx

however, i do not want to see or display the "Received from date:",  I just want to display the date only.

How do i go about it? thanks
Shinu
Top achievements
Rank 2
 answered on 10 Jul 2009
0 answers
81 views
Hi All,

I've some external javascript file(.js) in my project and I call it in my user control. 
Can someone tell me how to call the user control's form elements
(like textbox, dropdown and other controls defined in that user control). 
I cannot use ( document.formname.elementid because, the user control cannot have a form name.
. Pls tell me how can i access the user control's form elements.
Any help to this would be appreciated. 
Thanks
ZR
Ayesha
Top achievements
Rank 1
 asked on 10 Jul 2009
2 answers
167 views

Hi,

I have a radgrid, and set it as : 

QuotationLines.MasterTableView.GroupLoadMode = GridGroupLoadMode.Client

 

 

 

It performance better than GridGroupLoadMode.Server, it is good.
And now I want to let the interface can remenber the status of group. (It means remember which group is in expanding, which is in Collaping).
Then I set two client event to add or remove the group id from hidden filed. So that server side will know the group status from the hidden field.
My question is how to get group id from sender or eventArgs. (I've reader the help doc from telerik, but didn't find the answer...)
 

Aspx:

<telerik:RadScriptBlock>   
function OnGroupExpanding(sender, eventArgs) {  
     //How to put the current group code into hidden filed  
 }  
 function OnGroupCollapsing(sender, eventArgs) {  
     //How to remove the current group code from hidden field  
 }  
</telerik:RadScriptBlock> 
 
<asp:HiddenField ID="hidExpandGroupKeys" runat="server" /> 
<telerik:RadGrid runat="server" ID="ItemsList">  
    <MasterTableView DataKeyNames="code">  
        <GroupByExpressions> 
            <telerik:GridGroupByExpression> 
                <GroupByFields> 
                       <telerik:GridGroupByField FieldName="SubGroupCode"></telerik:GridGroupByField> 
                </GroupByFields> 
            </telerik:GridGroupByExpression> 
        </GroupByExpressions> 
        <Columns> 
            <telerik:GridBoundColumn DataField="code"</telerik:GridBoundColumn> 
            <telerik:GridBoundColumn DataField="SubGroupCode"</telerik:GridBoundColumn> 
        </Columns> 
    </MasterTableView> 
    <ClientSettings> 
        <ClientEvents OnGroupCollapsing="OnGroupCollapsing" OnGroupExpanding="OnGroupExpanding" /> 
    </ClientSettings> 
</telerik:RadGrid> 

May be my question is not very clear...
Hope the telerik support can help me, many thanks in advance.

 

Chenghan
Top achievements
Rank 1
 answered on 10 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?