Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
115 views
Hi all,


I am using data relation in radgrid. Autogenerated column = true

I want ot hide the parent header.
Kindly advise.


I am in hurry !!!


Bharat Rathore
Tsvetina
Telerik team
 answered on 22 Nov 2010
3 answers
70 views
I'm using the method get_appointments () but it does not bring all the records that was returned by the query. So I figured it creates only those that appear in the scheduler.

How do I create it all Appointment?
Veronica
Telerik team
 answered on 22 Nov 2010
2 answers
149 views
Hello all,

This may be a simple question, or just impossible...

I want to display a grid with some simple data in it (text and two dates), with an edit command column on it.  When the user clicks the edit image, I want to REPLACE the row with an editable row, showing [SAVE][CANCEL] <Label><TextBox> <Label><RadDatePicker> <Label><RadDatePicker> [DELETE].

I can do most of this using the FormTemplate and creating a custom set of divs, no problems.  The part I'm having trouble with is getting the list row to turn into an editable row in the same place in the grid.

Can this be done?  Can anyone point me in the right direction?

Thanks in advance

kitster
Kit
Top achievements
Rank 1
 answered on 22 Nov 2010
1 answer
72 views
I am trying to figure out how to be able to access all of the cells in a radgrid client-side, even if there are multiple pages on the grid.  The code i have now to access values only works on the first page, and is included below.  But i would like to be able to do something similar and extract values from all pages, without actually visibly changing pages on the browser so the client can't see.  Thanks.

 

    var panelbar = $find("RadPanelBar3");
    var item = panelbar.findItemByText("Step 3: View Query Results");
    var qgrid = item.findControl("grdQResults");
    var masterTable = qgrid.get_masterTableView();
    var qapi = masterTable.getCellByColumnUniqueName(masterTable.get_dataItems()[0], "Location").innerHTML;
    var numrows = masterTable._dataItems.length;
          
        var intxv = 0;
        var strfields="";
        for (intxv = 0; intxv <= numrows - 1; intxv++) {
        strfields = strfields + masterTable._dataItems[intxv]._element.all[1].innerHTML + "|"
}

 

 

 

 

 

 

 

 

 

Veli
Telerik team
 answered on 22 Nov 2010
8 answers
931 views
Hi

I want to use the Date picker for multiple date selection. I've seen it on the calendar but couldn't find it on the date picker. My plan is to be able to take the multiple dates stored the string of dates as a delimited string and then also be able to return the string and bind it back to date picker from that delimited string.

Help?

--Mike
Vasil
Telerik team
 answered on 22 Nov 2010
1 answer
80 views
Hi folks,
I have a project that firstly builds a radgrid a runtime, and then for each row in the radgrid then builds a treeview that is added to the controls for the current row of the grid.

When the user makes a selection from the treenode, we are using client-side events to pass parameters. What we would like to happen is for the treeview node to stay highlighted when clicked but this is not happening. I tried placing a hardcoded treeview outside of the radgrid and this worked fine. Is there a setting in the radgrid that is overriding the treeview node showing its selection?

Regards,
Ian W.
Shinu
Top achievements
Rank 2
 answered on 22 Nov 2010
2 answers
89 views
I have a RadGrid contained in a .ascx control that I have the Export properties set on the grid.  This ascx control is used in a RadTabStrip control contained in a standard .aspx page.  When I select an export format from the Grid(xls, pdf) the data is not downloaded. 

I also have a RADGrid contained in a seperate aspx page that has the same functionality enabled, and I am able to export the information with no issues. 

I have played around with the export settings (openInNewWindow/ExportOnlyData) and I am still not able to export data.  Could there be an issue with the RADTabstrip which is displaying the ascx control handling the export request?
Matt Frank
Top achievements
Rank 1
 answered on 22 Nov 2010
3 answers
119 views
Hi,

I am using your Grid / RadNumericTextBox for Footer Totals example.

<script type="text/javascript">
            var sumInput = null;
            var tempValue = 0.0;
            function Load(sender, args) {
                sumInput = sender;
            }
            function Blur(sender, args) {
                sumInput.set_value(tempValue + sender.get_value());
            }
            function Focus(sender, args) {
                tempValue = sumInput.get_value() - sender.get_value();
            } 
        </script>

I have got  2 columns,  Amount1 and Amount2.  

Amount1 is a GridBoundColumn and Amount2 is GridTemplateColumn which  have RadNumericTextBox. 

When I enter value in amount2 textbox it updates the textbox in footer control at client side using above JavaScript code, which is i great.

What I also want is this when user enter value in amount2  textbox i want to check if  this amount2 must be less than in Amount1 column at client side.

Can you please tell me how d i do this?

Many thanks



 
Princy
Top achievements
Rank 2
 answered on 22 Nov 2010
1 answer
53 views
hello telerik team:

    I have one suggestion: Telerik Radajax control should add some new control about office document operation, some can implement read and write doc/xls files directly without install ms office.

BigQ
Prangadj
Top achievements
Rank 1
 answered on 22 Nov 2010
1 answer
80 views
Hi,

I can't find any instructions as to how to modify SP Radgrid skins. I have used the online skin generator to generate a new skin and now need to know how to register my new skin and where to save the files to  

Can any one help?

Many thanks in advance,

Chris
Sebastian
Telerik team
 answered on 22 Nov 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
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?