Telerik Forums
UI for ASP.NET AJAX Forum
4 answers
97 views
In my asp.net page I fired a Rad window and selected some items from grid view present in the Rad Window 
I stored that items in some string variables .
I know want that Rad window must return the value to original page ,the original page must not reload
any hint(conceptual) or code help please?
 
Svetlina Anati
Telerik team
 answered on 27 Dec 2011
3 answers
57 views
Please stop including Telerik Advertising (as undoubtedly seen below) in between forum thread posts. It makes it quite annoying to try and read the posts. If you must include advertising in Forum threads, create a sidebar so as to not interfere with the flow of posts.
Vassil Petev
Telerik team
 answered on 27 Dec 2011
5 answers
188 views
Hello,

I am using a RadAjax radrotator with control buttons images(left and right scroll) of my own, i have done so but i am facing problems regarding the state of buttons ie. enable and disable the control buttons when on last and first record accordingly,  and also facing screen resolution issues with the buttons as i have applied some css with the button though the buttons work fine but alignment of button is disturbed.  I am attaching some code snippets.  I would appreciate any help you could give on this.

Note-  I am using RadTagcloud control inside the radrotator and using left and right to monitor the tagclouds related to particular product.
Thanks,
Peeyush Pandey
                      <td style=" float: left;width: 0px;margin-left: -1px;">
                          <asp:Image ImageUrl="images/b2.png" ID="img_right" Visible="false" AlternateText="right" runat="server"
                              Style="cursor: hand; float: right; padding-left: 990px; margin-top:75px;" />
                          <asp:Image ImageUrl="images/b1.png" ID="img_left" Visible="false" AlternateText="left" runat="server"
                              Style="cursor: hand; float: left; margin-top:75px; margin-left:-25px;" />
 
                          <telerik:RadRotator ID="radRotatorCompanyTagCloud" runat="server" ScrollDuration="500"  WrapFrames="false" Width="990px"
                              Height="400px" RotatorType="Buttons" ItemHeight="350px">
                              <ControlButtons LeftButtonID="img_left" RightButtonID="img_right" />
</telerik:RadRotator>
Niko
Telerik team
 answered on 27 Dec 2011
3 answers
342 views
Working on some code here with a tab strip and a rad grid. If all the check boxes have been selected in the grid, I want the tab to change color to signify the user that that page is done and then to move on to the next one.

I've been going back and forth on ideas but nothing is really coming to mind as of yet. Any suggestions?

vb.net

Thanks
Ivan Zhekov
Telerik team
 answered on 27 Dec 2011
1 answer
105 views
I am using Editable radcombobox. I need to use jquery validation(not asp required field validator) for this. But this is not working properly.
When I select a item from drop down, the validation does not work immediately. As soon as I click out side(focus lost from dropdown), It works. Please give me any solution for this issue. Thanks

$(document).ready(
function() {

        $.validator.addMethod("selectFirst", function(value, element) {
            if (element.value == 'Please Select...')
                return false;
            else
                return true;
        }, "Error Message");

        $("#<%=radComboBox.ClientID%>_Input").addClass("selectFirst");
        $("#" + document.forms[0].id).validate();
    });
Ivana
Telerik team
 answered on 27 Dec 2011
9 answers
300 views
Hi,
    In my page i am using radajaxloading panel so here i want to disable all the controls when this loadingpanel is loaded.In my page i am using four grids,number of buttons,etc. so when this loading panel is loaded i want to disable all the controls in my page and loading panel will only load in the front.I already set the backcolor of all the controls and loadingpanel backcolor will be same and also set transperancy to 30 for loading panel.But still when this loadingpanel loaded all the controls are clearly visible.
  
Antonio Stoilkov
Telerik team
 answered on 27 Dec 2011
1 answer
37 views
Hello,

I have tried to use the RADComboBox inside of an ASP.net AJAX modal dialog box.  After loading the control, scrolling to the top of the dialog box after selecting the RADComboBox pushes the list of items to the top of the page.  Is there a property or some code to disallow that?  I have attached a screen shot.

Thanks,
Tom
Ivana
Telerik team
 answered on 27 Dec 2011
1 answer
52 views
I replaced as many MS and Intersoft controls with the equivalents from the Rad Ajax suite in a web site
one page had link buttons, a label and a combo box crammed into a single <td></td>, with Font-Sizes Small and X-Small
I had to change all the Font-Size Small to X-Small, the X-Small to XX-Small and fiddle with the widths to keep it from wrapping

of course I could have replaced everything with CSS but each line had its own color .....
Kate
Telerik team
 answered on 27 Dec 2011
0 answers
59 views
hi,
i have a problem that i have been trying to solve for days.
there is a page that is made by someone else which uses a radgrid to show data from database. it uses stored procedure to gather the data. now i must add two new columns to this table. i've added the columns and changed the stored procedure. and when i look at the page i saw that the new columns are added but nothing changed in the data that comes from stored procedure. the changes that i made in stored procedure never effects the dataset. i have a master table that uses sp named "x" and detail table uses sp named "y". i tried to change both but both doesn't effect the dataset. i'm totally sure that connection string, query etc. is absolutely true. please find a solution for me.
Semih
Top achievements
Rank 1
 asked on 27 Dec 2011
0 answers
67 views
Hello,

I am adding the User Control which contains Tabstrip as well as the grid to the sharepoint 2010 webpart page. In the OnInit event of the webpart, we have some custom requirement in the Init event due to that I am unable to add the ajax loading panel and ajax manager in it.Please add the necessary Telerik assembly references, build and deploy the WebPart under SharePoint 2010.Presently which tab has been selected depends on it I will generate Radgrid and add it on the multipage on the tabclick event. In the grid contains 100000 records assigned as a datasource so I need to show the loading panel in the grid. I am dynamically adding radgrid so how could I add loading panel to the radgrid ?

I need to add the loading panel in the tabstrip control when the following events occurs

1. Grid Page Size Changed
2. Grid Page Index Changed
3. At the time of Tabclick Event
4. Filtering the Column in the grid.

 I have attached the sample project which replicates the actual requirement.


Could you provide a solution for this issue as soon as possible.So how to add ajax loading panel while dynamically adding grid to the tabstrip ? 

Regards
Ramalingam S  
Achuthan
Top achievements
Rank 1
 asked on 27 Dec 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?