Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
61 views
Hi !

Some actions in Undo/Redo list are shown not localized. I can say for sure about Justify group (JustifyLeft, JustifyRight and so on).

Phrases with translation are present in resx file. Looks like they had been picked up but not shown in UI.

Is this an issue or I do something wrong here?
Michael
Top achievements
Rank 1
 answered on 04 Apr 2011
1 answer
58 views
When i double click a row, it turns to edit mode. After editing the row and click out side any other row, the grid is automatically updating.

i want to sort the grid based on the field "unit price".  how can i do this ?

here is the code i used

 <telerik:RadAjaxManager ID="RadAjaxManager1" runat="server">
            <AjaxSettings>
                <telerik:AjaxSetting AjaxControlID="RadGrid1">
                    <UpdatedControls>
                        <telerik:AjaxUpdatedControl ControlID="RadGrid1" />
                        <telerik:AjaxUpdatedControl ControlID="Label1" />
                    </UpdatedControls>
                </telerik:AjaxSetting>
            </AjaxSettings>
        </telerik:RadAjaxManager>
        <telerik:RadGrid ID="RadGrid1" DataSourceID="SessionDataSource1" Width="97%"
            ShowStatusBar="True" AllowSorting="True" PageSize="7" GridLines="None" AllowPaging="True"
            runat="server" AllowAutomaticUpdates="True" OnItemUpdated="RadGrid1_ItemUpdated" AutoGenerateColumns="False" OnDataBound="RadGrid1_DataBound">
            <MasterTableView TableLayout="Fixed" DataKeyNames="ProductID" EditMode="InPlace">
              <Columns>
                <telerik:GridBoundColumn UniqueName="ProductID" DataField="ProductID" HeaderText="ProductID" ReadOnly="True" HeaderStyle-Width="10%" />
                <telerik:GridBoundColumn UniqueName="ProductName" DataField="ProductName" HeaderText="Product name"
                 HeaderStyle-Width="25%" ColumnEditorID="GridTextBoxColumnEditor1" />
                <telerik:GridBoundColumn UniqueName="QuantityPerUnit" DataField="QuantityPerUnit" HeaderText="Quantity"
                 HeaderStyle-Width="20%" />
                <telerik:GridNumericColumn UniqueName="UnitPrice" DataField="UnitPrice" HeaderText="UnitPrice" HeaderStyle-Width="10%" ColumnEditorID="GridNumericColumnEditor1" />

</Columns>
            </MasterTableView>
            <ClientSettings>
                <ClientEvents OnRowClick="RowClick" OnRowDblClick="RowDblClick"
                    OnGridCreated="GridCreated" OnCommand="GridCommand" />
            </ClientSettings>
        </telerik:RadGrid>
        <telerik:GridTextBoxColumnEditor ID="GridTextBoxColumnEditor1" runat="server" TextBoxStyle-Width="180px" />


Arun
Top achievements
Rank 1
 answered on 04 Apr 2011
2 answers
98 views
Hello,
In my website I'm using the Radeditor. When I'm inserting an image with ImageManager, I'd like to automatically set the style "vertical-align: top;", so I don't have to change the alignement-property for every inserted image. Is it possible to do this?
 Thanks for your reply!
David De Backer
Top achievements
Rank 1
 answered on 04 Apr 2011
1 answer
145 views
hi,
i want to set child node selected in page_load.

i used load on demand (Page method).

http://demos.telerik.com/aspnet-ajax/treeview/examples/programming/loadondemandmodes/defaultcs.aspx

thanks in advance
Nikolay Tsenkov
Telerik team
 answered on 04 Apr 2011
1 answer
145 views
Hello using the RadGrid control, trying to have multiple subtotal results group (conditional totals) appear in either the Group Header or Footer Preferred. I can only seem to do one total per group per column using ,<GroupByExpressions>. Given a simple dataset of
Group Color Value
1    Red    5
1    Red    2
1    Blue   3
2    Red    4
2    Green 4
2    Green 5

I would like the Grid to Output with the following "Conditional" subtotals in the Group Footer(ideal) or Header and can the RadGrid display Group Totals with more than 1 line, all examples show just output on a single line?

Group Color Value
1    Red    5
1    Red    2
1    Blue   3
-----
Group 1 Color: Red Count: 2 Value 7
Group 1 Color: Blue Count:1 Value 3
-----
2    Red    4
2    Green 4
2    Green 5
----
Group 2 Color: Red Count: 1 Value 4
Group 2 Color: Green Count: 2 Value 9
----

Possible with RadGrid??
Tim
Mira
Telerik team
 answered on 04 Apr 2011
1 answer
94 views
Hi,

I need to create a read only form to view a selected item in my radgrid. If i set the columns to read only then they are not displayed in the edit form. I need to display all read only columns.
I tried to create a template but am not sure how to call the corresponding values in say a read only text box - or just as text

Thanks in advance

Martin
Top achievements
Rank 1
 answered on 04 Apr 2011
1 answer
88 views
Hi,

I need to create a read only form to view a selected item in my radgrid. If i set the columns to read only then they are not displayed in the edit form. I need to display all read only columns.
I tried to create a template but am not sure how to call the corresponding values in say a read only text box - or just as text

Thanks in advance

Martin
Top achievements
Rank 1
 answered on 04 Apr 2011
1 answer
68 views
Are there any known issues with RadGrid memory consumption in VS 2008 IDE, I wonder?
It seems that after several edit and debug sessions inside my project,
devenv.exe process starts to consume ~800 Mb of RAM.
And I believe it used to take only ~300-400 Mb without RadGrid.

I have already tweaked my Windows 7 so that VS 2008 IDE may now utilize up to 3 Gb of RAM.
But it does not seem to help much...
Marin
Telerik team
 answered on 04 Apr 2011
1 answer
132 views
Dear all,

Who knows how to make scheduler in the TimeLine mode to highlight more than one cell under the mouse cursor? The property NumberOfHoveredRows solves this problem for all views except the timeline...

Also is it possible to not only mark the hovered rows in grey but to show some information in a "baloon" when mouse is moving throw the scheduler's grid?

Thank you very much!

- Stepan.
Peter
Telerik team
 answered on 04 Apr 2011
2 answers
186 views
Hi,

I have a requirement like:

I have 20 columns of a grid, and My user does not want all columns at a time, wanted to see 10 columns on screen. Now for that he is expecting to hide remaining 10 columns and show when it is required. So I am thinking to have 2 tables from a stored procedure, in which first will return columns which are by default available on grid and 2nd table will contain remaining 10 columns.

So common factor or parent relation will be on EmployeeID.

I tried to and I am successful till database level but somehow not able to bind data to database. I want to do this all in code behind as my stored procedure is quite complex and so dont want to use dataSourceID.

So anyone help me out to show nested grid through code behind?
Avinash
Top achievements
Rank 1
 answered on 04 Apr 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Top achievements
Rank 1
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ivory
Top achievements
Rank 1
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
YF
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Top achievements
Rank 1
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ivory
Top achievements
Rank 1
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
YF
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?