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


I tried to export data in pdf from paginated radgrid.But is exporting current page paging iofo on each and every page of pdf.

I want to export data from radgrid to pdf with page number and the record related to page . for example page 1 of 20
and 1 to 10 of 200 on each page of pdf.
Daniel
Telerik team
 answered on 16 Feb 2010
1 answer
131 views
I have a hierarchial TreeView inside a combo box. The basic functionality is fine except for the following scenario:
When the edit page is loaded we already know the value of a treeNode. When I click on the drop down button on the combobox,
as it is now, the treeview is displayed with all nodes closed.
I would like the tree view to expand to the proper level with the selected node highlighted. I tried doing this:
       _onClientDropDownOpening: function(sender, e)
        {            
            var selectedNode = this._ObjectiveTypeTreeView.get_selectedNode();
            if (selectedNode != null)
            {
                selectedNode.scrollIntoView();
            }
        },
but it doesn't work. I would appreciate any pointers.
Thanks!


Veronica
Telerik team
 answered on 16 Feb 2010
6 answers
233 views
Hi All,

In RadGrid i am using exporting to excel, word etc, i dont want to show Add new record command in the CommandItemSettings.

Please help me regarding this.
Laurie
Top achievements
Rank 2
 answered on 16 Feb 2010
3 answers
155 views
 Guys,
If I select 2 items in a list (using ctrl+ ) and then click (without CTRL) on one of those selected items visually it shows me that only one item is selected. Then I click on the asp:Button  and in code-behind check SelectedItems.Count() it gives me 2 instead of 1.
Is there some work-around that will give me correct count, before this is fixed?

Thanks!
Kamen Bundev
Telerik team
 answered on 16 Feb 2010
2 answers
282 views
Please see attached files as I took screenshots of the code blocks. As i mentioned in the title, when I call ajaxRequest function radgrid losing its selected states.

thanks

Cem
Cem Sisman
Top achievements
Rank 1
 answered on 16 Feb 2010
2 answers
131 views
Want results of single column of values, say topics, the results would yield 50 records  how do I show those results in multiple columns spanning accross the page.  Show maximum of 10 results in first column and then 10 in 2nd and so on, spaced evenly accross the page with maximum of say 5 columns per page (5 columns 10 items each column) then in grid (set to 50 records) would have a next page to display records 51-100  ect...  
Example

data1        data11       data21        data31       data41
data2        data12       data22        data32       data42
data3        data13       data23        data33       data43
...              ....              .....              ....              .....
TippCityTom
Top achievements
Rank 1
 answered on 16 Feb 2010
3 answers
109 views
Hi,

Since I installed the latest DLL every once in a while I get following like messages from our CMS global.asax

Invalid request:

http://insight1.fit2page.nl/ScriptResource.axd?d=gulyPHZXOGZL5-rjxhkl9Vz7n2E1jrd2D_udtJZ-ndFFosE9JcateControls(['tRadFileExplorer1$ajaxPanel'], [], [], 90);//]]>

Stack Trace:
bij System.Web.UI.Page.DecryptStringWithIV(String s, IVType ivType) bij System.Web.UI.Page.DecryptString(String s) bij System.Web.Handlers.ScriptResourceHandler.DecryptParameter(NameValueCollection queryString) bij System.Web.Handlers.ScriptResourceHandler.ProcessRequestInternal(HttpResponse response, NameValueCollection queryString, VirtualFileReader fileReader) bij System.Web.Handlers.ScriptResourceHandler.ProcessRequest(HttpContext context) bij System.Web.Handlers.ScriptResourceHandler.System.Web.IHttpHandler.ProcessRequest(HttpContext context) bij System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() bij System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)

The link is corrupted with data as you can see.

Any suggestions?

BR,

Marc

Rumen
Telerik team
 answered on 16 Feb 2010
1 answer
367 views
Hi,
       I wish to load a RadTreeView, which will populate form fields and then allow editing of these form fields. When the changes are made to the form field, we then will save the details away and re-load the tree with the new values. However I can't get the tree to appear in the same position as it was before updating, with the same node selected. How can I get to the required node and traverse to this node.

As you can see from my code I'm trying to get the text from the selected node before it is updated and then try and go back to this node, however the tree just shows the root nodes, with nothing expanded.       
Thanks in advance.


         if (Page.IsValid)
        {
            string SelectedText = RadTreeView1.SelectedNode.Text ;
            RadTreeNode MyNode = RadTreeView1.SelectedNode.ParentNode;

            //Get the parent node of the changed node
            if (MyNode != null)
            {
                while (MyNode.ParentNode != null)
                {

                    MyNode = MyNode.ParentNode;

                }
            }
            else
            {
                MyNode = RadTreeView1.SelectedNode;

            }


           // Change the underlying code
            Servizio.ServizioBase servizio = new Servizio.ServizioBase();
            rms.Category category = new rms.Category();
            category.Get(Convert.ToInt32(this.txt_id.Text));
            category.CategoryNo = Convert.ToDecimal (txt_CategoryNo.Text);
         
            category.save();

            // Reload the grid
            RadTreeView1.Nodes.Clear();
            LoadRootNodes(this.RadTreeView1, TreeNodeExpandMode.ServerSideCallBack);

             // find the node containing the value that was changed
            RadTreeView1.Nodes.FindNodeByText(MyNode.Text).ExpandMode = TreeNodeExpandMode.ServerSideCallBack;
            RadTreeView1.Nodes.FindNodeByText(MyNode.Text).ExpandChildNodes();


Schlurk
Top achievements
Rank 2
 answered on 16 Feb 2010
4 answers
302 views
Hello,

The users of an application I built using the scheduler are asking if there is anything that can be done about performance issues experienced with the scheduler control.  Their situation is that they have a slower connection to access this application wirelessly, but there have been complaints on a LAN too...

I'm not sure what is the issue, because I am not experiencing this problem...  is there any general performance tips of how to tweak performance of the scheduler, or are you aware of any common performance pitfalls?

In my scenario, I'm using the scheduler, and not using the inline template.  So I use a customized form I built for the advanced edit/insert form.

Thanks.
Mika
Top achievements
Rank 2
 answered on 16 Feb 2010
5 answers
198 views
hi to all expert on Telerik
                      Good Day!
                                       I would like to ask help from you guys who knows very well on this control coz i'm using a panelbar, now here's my question. when the user hover the mouse on the item on the panelbar the subitem will automatically drop. coz i have only a panelbar that will execute only on the click event, all i wanted is when user hover the mouse on the main item then automatically it will drop the subitem..like for example,

Car -- is the main item
    ford     -- this are the subitem
    honda
    bmw

Please help..

sample/codes is highly appreciated

Thanks
   
    
Kori
Top achievements
Rank 2
 answered on 16 Feb 2010
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?