Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
441 views
Hi,

I am using RadGrid control for ASp.net Ajax, i given Radgrid page size is 50 and vertical line for columns it is working fine, but  if two records are displayed in RadGrid the vertical line are hanging for two record,how to complte that,
how to give last row  buttom border for RadGrid control asp.net ajax?
Veli
Telerik team
 answered on 07 Dec 2009
2 answers
192 views
Hi All,

I have a rad grid that I am using to allow the user to enter in two different dates on each row along with a combo box drop down.  The calendars are both set to use a shared calendar and the combo is set to be load on demand.  The grid itself always shows the edit form for each row as most rows will need to be edited before being saved to the database.  The EditFormType is set to Template.

My routine uses the RadScheduler functions to generate a set of dates and these are used for the rows.  From watching what is going on it seems as though the whole server side of things is very fast, as soon as the page renders the whole thing drags.

The other aspect that is causing trouble is that I need an AJAX event to fire when the date fields change, this works but causes the whole grid to rerender itself again.

Any troubleshooting tips on speeding up the controls?

Regards,

Jon

Jon
Top achievements
Rank 1
 answered on 07 Dec 2009
5 answers
203 views
Hello,
I'm using Telerik Rad Grid (RadControls 'Prometheus' for ASP.NET Q1 2008RadControls 'Prometheus' for ASP.NET Q1 2008), and i'm trying to export the data by image buttons in grid command item, and the grid has filters (filter cell has Rad Combobox), every thing is working fine except that after export completed the filter combobox doesn't work at all, even it can be selected by the cursor.

any help Please,

Thanks in advance.
Daniel
Telerik team
 answered on 07 Dec 2009
1 answer
107 views
Hi,

Im having a problem with a JQuery function which is monitoring the radgrid when the page first loads the jquery does its job fine but if i send an ajax request to change the grid the jquery stops working! I looked atthe source before and after the request and the class the Jquery is looking for is applied ti the grid before and after request the jquery just isnt getting called after the request.

my jquery:

            (function($) { 
                $(document).ready(function() { 
                    $('.inputnormal').keydown(function(e) { 
                        if (e.keyCode == 46 || e.keyCode == 8 || e.keyCode == 9) { 
                            // let it happen, don't do anything 
                             
                        } 
                        else { 
                            // Ensure that it is a number and stop the keypress 
                            if (e.keyCode < 48 || e.keyCode > 57) { 
                                if (e.keyCode < 96 || e.keyCode > 105) { 
                                    e.preventDefault(); 
                                } 
                            } 
                        } 
                    }); 
                }); 
            })($telerik.$); 
Any ideas?

Thanks



Pavlina
Telerik team
 answered on 07 Dec 2009
2 answers
137 views

I'd like to implement my own check box control similar to or in place of the All Day check box.
I want a check box that will hide and show controls on toggle.

I've looked through the Advanced Form javascript file and pretty much get the jist of how the click event is setup.

If a developer wants to do something similar, would you recommend setting up a check box control in a similar fashion?

The only thing I can't figure out is where the label for the All Day check box is created and placed. I don't see it in the markup for the advanced form ascx file.

Thanks,

towpse
Top achievements
Rank 2
 answered on 07 Dec 2009
1 answer
106 views
Hi,

I have a hierarchy grid with 3 levels.  On line click of the 3rd level, I have a modal window showing where the user can select values for a specific column.  The column has complex selection criteria and must be retrieved from the modal window.

I have the modal window displaying and can return the selected value to the calling page, but can not get the value selected to populate on 3rd level hierarchy line and column that needs to be populated.

Can you tell me how to set a reference to the exact row in the 3rd level that executed the rconfirm function, before opening the modal window, and how to use this reference to set the new value of the column once the modal window is closed?

This is the javascript part of the code I am using to open the window and the function that is run at closing
Function rConfirm is running when the heirarchy grid level 3 line is clicked.
Function clientClose is run when the modal window is closed

 

 

 

 

function rConfirm(arg1, arg2, arg3) {

 

 

 

var cValue = "Selected Item: " + arg1;

 

argument1 = arg1;

reqg = arg2;

lineg = arg3;

 

 

 

alert(

 

" Input field value was '" + inputField + "'");

 

alert(

 

" Current line value was '" + lineg + "'");

 

 

 

 


//open window
var oWnd = window.radopen(null, "VendorDialog");

 

oWnd.setUrl(oWnd.get_navigateUrl());

 

 

}

 

 

 

 

function clientClose(sender, args) {

 

 

 

if (args.get_argument() != null) {

 

alert(

 

"'" + sender.get_name() + "'" + " was closed and returned the following argument: '" + args.get_argument() + "'");

 

alert(

 

" Input field value was '" + inputField + "'");

 

alert(

 

" Current Req value was '" + reqg + "'");

 

alert(

 

" Current line value was '" + lineg + "'");

 

 

}

 

 

//need to update row from level 3 of heirarchy for this column

}

Thanks

 

 

Iana Tsolova
Telerik team
 answered on 07 Dec 2009
0 answers
106 views
I have an requirement where I need to have scrolling programmatically. As we are binding data source dynamically. My issue is if items in particular menu (Level 1) exceeds by some number (level 2 items assume 10) then I need verticall scrolling otherwise don't require scrolling. I have tried with RadMenuItem.GroupSettings.Height but it is not working. With this approach every menu item's height gets increased even if it has only two items.

Can any one help me on urgent basis.
Meghna
Top achievements
Rank 1
 asked on 07 Dec 2009
1 answer
108 views
I need to create a Header template that has two columns associated with it. How do I do this using c#? For instance.
The Header template header would be called Article and the two columns beneath would be edit and delete.
Pavlina
Telerik team
 answered on 07 Dec 2009
1 answer
148 views
By default it appears the GridDropDownColumn DropDownList height defaults to a particular height.  This ends up displaying blank space beneath the items in the DropDownList when there are only a few items in the list.

How do  i configure the GridDropDownColumn or its DropDownList to have a height that is equal to the size of the items in the list?
Shinu
Top achievements
Rank 2
 answered on 07 Dec 2009
1 answer
133 views
Hi All

Does anyone know of a simple asp.net auction package that could be integrated
with an all-Telkerik look and feel?

The client requirement is to have an auction capability on the website, where the only auctions
are ones started by the client himself, and never more than 2 or 3 at a time.

Ideas welcome!

Thanks

Clive
Vesko
Top achievements
Rank 2
 answered on 07 Dec 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?