Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
237 views
Hello,

I need to move the selected rows of one grid to another grid and vice versa. Since the data is more when i implement that in server side it is taking time . So i need to implement in client side. In web i come to know that how to select rows in client side and retrieve the values of selected rows. But i dont know how to move the selected rows to another grid . If any one can provide sample data that will be great help. I am attaching the screen on which i am working.

* As per standards of my project i should not use the List box and i should use only Grid


Thanks
Gopinath
Gopinath
Top achievements
Rank 2
 answered on 30 Sep 2011
1 answer
50 views
Recently, I install the RadControl for ASP.Net AJAX Q2 in a Traditional Chinese version of Windows 7 x64 with Traditional Chinese version of Visual Studio 2010 Ultimate. When I open the document of RadControl for ASP.Net AJAX Q2, I see "Can't find requested content on your computer".

I open Microsoft Visual Studio 2010 Document directly, I only see the installed document but no RadControl for ASP.Net AJAX Q2.
I have set my Help Library to use local document.

Then I reinstall the computer with Traditional Chinese version of Windows 7 x64 and English version of Visual Studio 2010 Ultimate. And install RadControl for ASP.Net AJAX Q2 again. The document is fine in such environment. 

I reinstall the computer again with Traditional Chinese versions of Windows 7 x64 and Visual Studio 2010 Ultimate. I still can not see the Document of RadControl for ASP.Net AJAX Q2. The situation is the same as I mentioned above.

I think the document of the product may not work properly when using other language of Visual Studio 2010. Is there anyway to solve the problem?

Thank you.

Best Regards,
Jui-Yuan Su
Erjan Gavalji
Telerik team
 answered on 30 Sep 2011
1 answer
129 views
hi,
i have a treeview in combobox.i cant mark as selected treeview default value.i have a value for pdeps.DEPID.ToString(); and tv binding correctly but it gives null exception?Any opinion?

RadTreeView tv = (RadTreeView)cbxDepartments.Items[0].FindControl("tvDepartments");
tv.DataSource = d.GetAllDepartmentsByBranch(branchid);
tv.DataBind();
tv.SelectedNode.Value = pdeps.DEPID.ToString();
Plamen
Telerik team
 answered on 30 Sep 2011
3 answers
98 views
Hi 

I need to display datasource with alphatical nodes. For example, I have employee table instead of displaying hierarchy node, I need to display with alphatical nodes from A to Z with each node representing the alphabet. How can do it?

Vijai
Plamen
Telerik team
 answered on 30 Sep 2011
1 answer
134 views

I have a page that has a radgrid and several children grids in tabs under that main grid.  Click a row on the master grid and all the child grids update. This is not the problem

Next I have and EDIT button at the top of the page. Clicking this spawns a RadWindow the contents of which is a seperate page which itself has 4 tabs. 1 of which contains a RadGrid.

So far my structure (in a psudocode kind of way) looks like this

LocationPage
      RadWindow(EditLocationPage.aspx)
            Tab1()
            Tab2()
            Tab3()
            Tab4(AddressesRadGrid)


When data was changed on this page I ran this javascript to refresh the parent page grids. This too worked perfectly.

function CloseAndRebind(args) {
        GetRadWindow().Close();
        GetRadWindow().BrowserWindow.refreshGrid(args);
 
    }

Now to the issue.

As I mentioned there is a grid on the popup page in the 4th tab. The way this page is set up is that you select a row, and then click a common Edit button to edit that row. Clicking the Edit button opens yet another RadWindow with a form for adding/editing Addresses.

Now my phsuocode model of my windows and such looks like this.

LocationPage
      RadWindow(EditLocationPage)
            Tab1()
            Tab2()
            Tab3()
            Tab4(AddressesRadGrid)
                     RadWindow(EditAddress.aspx)


I'll cut to the chase, When I click the save button on the Edit Address page, the javascript above does not refresh the Address grid on the EditLocation page. It does however do what it always did. That is, refresh the grids on the parent page (LocationPage).

Seems that this line

GetRadWindow().BrowserWindow.refreshGrid(args);

...is the one I need to change.

Just, what do I change it too? How to a get a grid in a rad window to refresh?
Marin Bratanov
Telerik team
 answered on 30 Sep 2011
1 answer
137 views
I want to make the up arrow decrease the value, and the down arrow increase the value for an integer numeric updown control.  How can I accomplish this?  To put this in context, the column is SortOrder and it is sorted ascending.....I want the up arrow to move the item up in the list by decreasing the value.  I am using a text box because I also want the user to be able to change the value manually.
Shinu
Top achievements
Rank 2
 answered on 30 Sep 2011
2 answers
134 views
Hi

I have a strange problem, and I suspect the answer will be blindingly obvious when I know what it is.. but here goes:

I have a panelbar with a customized version of the Black skin, following the the Telerik advice on this to produce a custom css.

All is well on my development machine, including the arrows to indicate sub menu items are available. The functionality and colours are exactly as planned.

After publishing to the remote site, all looks and works fine, except that the arrows do not appear, neither on mouse out nor mouse over. The only difference I can think of is that the local machine is IIS7.5 (win 7) while the remote server is IIS 6 (server 2008 R2).

ASP.NET v 4.0 is installed locally and remote  but the website is set up to use 3.5

Using Q3 2010 RAD controls.

Can anyone suggest where to look for the problem?

Thanks

Clive
Clive Hoggar
Top achievements
Rank 1
 answered on 30 Sep 2011
1 answer
271 views
Hi,
Is there a way to disable custom text when the combobox has enableloadondemand  = true?

<telerik:RadComboBox ID="radComboBoxPlaces" runat="server"
        AppendDataBoundItems="true"
        EnableLoadOnDemand="true"
        EnableTextSelection="false"
        OnItemsRequested="ComboBoxPlaces_ItemsRequested"
        OnClientItemsRequesting="itemRequesting" AllowCustomText="false">
        <Items>
                 <telerik:RadComboBoxItem  Text="Välj plats..." Value="" />
        </Items>
</telerik:RadComboBox>

Regards,
Mattias
Shinu
Top achievements
Rank 2
 answered on 30 Sep 2011
4 answers
238 views
RadTextBox Focus Style Width Not Working:--

<telerik:RadTextBox ID="tbspost" runat="server">
                    <FocusedStyle Font-Size="Large" Width="400px"/>
                     </telerik:RadTextBox>

When we bring textbox to focus the width does not change to 400pixels , however the Font-size property appears to work properly ..
Help
dotnetrockerzzz
Top achievements
Rank 2
 answered on 30 Sep 2011
2 answers
71 views
I have o datagrid with fields named "Start" and "Duration" like the rows drag and drop shipped orders one.
 When I add a new record I would like it to autopopulate the "Start" field with the "Start+Duration" value from the previous record (Start2=Start1+Duration1)

Example Recordset
Record 1, Start=0, Duration=500
Record 2, Start=500, Duration=1000
Record 3, Start=1500, Duration = 100
Record 4, Start=1600, Duration = 1500
...

How could i achieve this?

Thank you very much.


George
Top achievements
Rank 1
 answered on 30 Sep 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?