Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
82 views
Is it possible for you guys to add in an option on the demos website to select the product suite version being used? This way if breaking changes come about with new releases those of us already using a previous version can still research based on the functionality included?

It hasn't bit me yet but I'm sure it's gotten others before - thinking something is present when it only is in a new version.

Just a thought!
Ivo
Telerik team
 answered on 08 Jul 2009
1 answer
118 views
Hi evryone, ust a little question,,,
It is possibile to convert native GridView control to telerik radgrid?
Exist a tool that make this easy in visual studio extensions?
Thanks
Georgi Krustev
Telerik team
 answered on 08 Jul 2009
3 answers
178 views
i have this
<telerik:RadPanelBar ID="RadPanelBar1" runat="server" Skin="Web20" Width="198px" Height="550px" ExpandMode="FullExpandedItem"  > 
                        <Items> 
                            <telerik:RadPanelItem  Value="RadPanelBar_CompanyReport" Text="Company Report" > 
                                <Items> 
                                    <telerik:RadPanelItem Value="CompanyReport_PanelBar" > 
                                       <Items> 
then i generate item automatically on the server side. so my question is how do i detect which child items for CompanyReport_Panelbar just got clicked? thank you for your help. using 

Protected

 

Sub RadPanelBar1_ItemClick(ByVal sender As Object, ByVal e As Telerik.Web.UI.RadPanelBarEventArgs) Handles RadPanelBar1.ItemClick

will detect every single click. i don't want that i want to only postback on the item. i don't want to use navigateurl. is there a way to accomplish this? thanks.

 

appdev
Top achievements
Rank 1
 answered on 08 Jul 2009
1 answer
69 views
hi 
i have a page contain radgrid that i open radwindow on this page 
after i close radopen i want refresh and rebind datatable to this radgrid in clientside
whit this code:
 function OnClientclose(sender, eventArgs)
        {
            alert('win closed');
            var dt=Controls_GridInbox.return_data();

            //    dt is datatable and all data is return here and not problem

            var dv=dt.value;
            var tableView = $find("<%= RadGrid1.ClientID %>").get_masterTableView();
            var grid = $find("<%= RadGrid1.ClientID %>");
            alert(dv.Rows.length);
            tableView.set_dataSource(dv);
            tableView.dataBind();
         
                        
        }

now after tableView.dataBind(); grid not bind with new datatable
how rebind tableView in top code to rad grid
please help me
very thanks
Pavlina
Telerik team
 answered on 08 Jul 2009
2 answers
112 views
I found a great thread here on how to export selected rows to excel/csv/pdf/etc. The code behind used looks like this:
protected void Button1_Click(object sender, EventArgs e) 
    { 
        foreach (GridDataItem dataItem in RadGrid1.MasterTableView.Items) 
        { 
            dataItemdataItem.Visible = dataItem.Selected;             
        } 
        RadGrid1.MasterTableView.ExportToExcel(); 
    } 
Is there a way to send those selected rows  to a textbox/panel/other control?  Like:

RadGrid1.MasterTableView.FindControl(TextBox1.ClientID);  etc.

Probably a simple solution, but I am not very good at this.  Thanks.

Tom

Joe
Top achievements
Rank 1
 answered on 08 Jul 2009
1 answer
184 views
 just installed telerik Web UI controls. On my first page I was trying to implement the grid control.

After dragging and dropping the grid on the page, I am getting following error in design mode -

System.IO.FileNotFountException: Could no load file or assembly 'Telerik.Web.UI, Version=2009.2.701.53, .....

I checked my assembly folder and the version of the Telerik.Web.UI.VSX is 2009.2.630.0

Is it possible that my download has older version of the Telerik.Web.UI and rather it should have been the latest version in the download?

Please advise if I can try any other thing to resolve the error ..

Thanks,
Santosh
Daniel
Telerik team
 answered on 08 Jul 2009
2 answers
62 views
Working in the NHS we have a new directive that the NHS number must be displayed in an xxx xxx xxxx format, but all our current systems store it as an 10 Character string.

I have written a custom formatter, but struggling to find where I can place the code to display the format within the grids display. 
Can this be done and if so how?

Thanks
Ric Pullen
Top achievements
Rank 1
 answered on 08 Jul 2009
1 answer
133 views
Hi

it is possible that when we click insert an appointment then next it show the Day View of particular appointment date.

looking for suggessions

regards

Immu
Shinu
Top achievements
Rank 2
 answered on 08 Jul 2009
2 answers
107 views
How can I to do something like:


<

 

Tabs>

 

 

<telerik:RadTab Text="<%= Resources.Labels.GeneralText %>">

 

 

</telerik:RadTab>


Thanks.

 

Ugarovesk Uga
Top achievements
Rank 1
 answered on 08 Jul 2009
2 answers
182 views
I was wondering if there was an example of a RadGrid w/ a link that opens up a word document.

Thanks for the help.
Robert
Top achievements
Rank 1
 answered on 08 Jul 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?