Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
103 views
Hi,

If AllowMultiRowSelection  is set to true for radgrid then i will be able to select multiple rows by holding controls or shift and click.

Is there anyway I can select the multiple rows only with control and click and not shift?

Thanks
sho
Top achievements
Rank 1
 answered on 19 Sep 2011
1 answer
71 views
Hi,

I have a page with three repetitions of the same address usercontrol (main, delivery, invoice) within a tabcontrol.

The usercontrol uses a multiline radtextbox (which results in a textarea). On IE 8, if I type in the second or third instance, the browser hangs, while the first works just fine. On Firefox and Chrome everything works without a glitch.

If I turn off the multiline property (resulting in an input field) everything works fine.

Do you have an idea on how to get this to work properly (with the multiline on)?

Thanks.
Johny
Top achievements
Rank 1
 answered on 19 Sep 2011
8 answers
305 views
Hi,

We are using RadContextMenu and wants to set RadMenuItem height dynamically and also reduce the width of left Grey bar on context menu. Please help us.

Please find the attached screen shot for more clarification. 

Thanks,
Rahul
Kate
Telerik team
 answered on 19 Sep 2011
4 answers
146 views

HI

 

i got a  website in VS 2005  using telerik controls


but when we open this project it gives me compilation error .'OpenAccessDataSource' is not defined.

do we need to install the telerik demo if yes which one we have to download .

Sebastian
Telerik team
 answered on 19 Sep 2011
8 answers
148 views
hello,

   I have a grid that when I am setting its edit column button type of imageButton,like this:
 
<telerik:GridButtonColumn UniqueName="Delete" ImageUrl="~/Images/NewDesign/icons-table-delete.png" ButtonType =ImageButton CommandName="Delete" >

</telerik:GridButtonColum

if ButtonType =ImageButton Button doesn't get to RadGrid1_ItemCommand

I know the solution:
to do DataBind if not postback.

But to me it does not help, because I have a search button each time to refresh the data grid and must be DataBind even in case postback.

What should I do?(My code in vb.net)

Thanks Ayelet

Pavlina
Telerik team
 answered on 19 Sep 2011
0 answers
51 views
Hello,

I'm using 2 radgrids (pending orders - shipped orders) with drag and drop rows feature. I would like to save the data of the second grid (shipped orders) to a database table, insert, update and delete rows and export all the rows to an excel file. How could i make this; I would be much grateful, if you provide me some sample of code along with the information.

Thank you very much.
George
Top achievements
Rank 1
 asked on 19 Sep 2011
5 answers
111 views
Hi
I'm using Radgrid and its working fine.
I have one requirement.

In my radrgid I have the column called "Description" and it will contain huge text.
But in grid it showing the some of the content only.
Can I break the lines after some characters like after 20 characters like that.
I have used Itemstyle-width and headerstyle-width but nothing has worked.

please help me how to resolve this issue.
Winni
Top achievements
Rank 1
 answered on 19 Sep 2011
1 answer
69 views
How do i add appointments from within code-behind. Something like the following:

Dim startdate As DateTime = DateTime.Parse("9/16/2011")
        For i As Integer = 1 To 12
            startdate = startdate.AddMonths(1)
            ' pseudo code:
                  MyScheduler.Appointments.Add(startdate)
        Next

Meaning, no source code (database, generic list etc. etc.). Just a simple loop.

Thank you
Ivana
Telerik team
 answered on 19 Sep 2011
1 answer
92 views
Dear Al,

Currently I'm building a Form which dynamicly renders all the properties for a object. Therefore I create RadTabStrip and MultiPage both programmaticly I can in the rendered html that everything is created, however I am unable to switch the pages using the tabstrip.

What's going wrong overhere?

Thanks in advance


// First create the required means
 MultiPageStrip = new RadMultiPage() { ID = "Object_Form$MultiPageStrip", ClientIDMode = System.Web.UI.ClientIDMode.Static };
 TabStrip = new RadTabStrip() { MultiPageID = "Object_Form$MultiPageStrip" };

// Now is the beautifull part, we are going to generate the controls, we can that easily using the describtor
 foreach (Tab Tab in this.DataSource.MetaData.UserInterfaceDescriptor.Tabs)
 {
     RadPageView PageView = new RadPageView() { ID = "Object_Form$MultiPageStrip_Tab_" + TabStrip.Tabs.Count.ToString() };
     RadTab RadTab = new RadTab(Tab.Name) { PageViewID = "Object_Form$MultiPageStrip_Tab_" + TabStrip.Tabs.Count.ToString() };
     RenderTab(Tab, PageView);
     MultiPageStrip.PageViews.Add(PageView);
     TabStrip.Tabs.Add(RadTab);
 }
 
 // And add the create controls
 TabStrip.SelectedIndex = 0;
 MultiPageStrip.SelectedIndex = 0;
 ControlPanel.Controls.Add(TabStrip); ControlPanel.Controls.Add(MultiPageStrip);


Jayesh Goyani
Top achievements
Rank 2
 answered on 19 Sep 2011
1 answer
86 views
Hi,

I've been looking/following this demo:http://demos.telerik.com/aspnet-ajax/grid/examples/client/insertupdatedelete/defaultcs.aspx

At the moment I just have one column, the following is returned from my webservice. I'm using an alert to display the webservice result.
function updateGrid(result)
      
          var tableView = $find("<%= RadGrid1.ClientID %>").get_masterTableView();
          tableView.set_dataSource(result);
          tableView.dataBind(); 
            
          var grid = $find("<%= RadGrid1.ClientID %>");
          grid.repaint();
      }
result returns this in the alert box
[{"Test_PK":1},{"Test_PK":58}]
when it databinds it clears the grid, but if I do var result = [{"Test_PK":1},{"Test_PK":58}];
it works fine?

Any idea what I'm missing?

Thanks

Karl
Top achievements
Rank 1
 answered on 19 Sep 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?