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

I have a multi-select RadGrid.

I have supplied and ItemCommand handler in my server side code,
and it gets triggered when I click on a row.

I get the RowClick item command

However if I have focus on the grid and hold the shift key down
and then I hit the down or up arrows the Selection column
changes, but I don't get a server side ItemCommand triggered.

Is there some other event handler I need to hook into to handle
the shift key mechanism for multi-selecting?

TIA
Tsvetina
Telerik team
 answered on 12 Jul 2011
1 answer
110 views
Hi

I have looked at the example you have that describes how to mult-select items in a grid,
but apparently the Shift key mechanism doesn't trigger an Item_Command event.

Using the Ctrl key does, clicking on the row does, and clicking on the CheckBox in my selection column
ALL Trigger Item_Commands marked as RowClick.

Any help greatly appreciated. 
Tsvetina
Telerik team
 answered on 12 Jul 2011
4 answers
141 views
I have a radgrid which allows me to select multiple rows. I was wondering how I would get a column value from the selected rows and add them to an arraylist.

I have the following code behind for the radgrid already:

Protected Sub ToggleRowSelection(ByVal sender As Object, ByVal e As EventArgs)
        CType(CType(sender, CheckBox).NamingContainer, GridItem).Selected = CType(sender, CheckBox).Checked
    End Sub
 
    Protected Sub ToggleSelectedState(ByVal sender As Object, ByVal e As EventArgs)
        Dim headerCheckBox As CheckBox = CType(sender, CheckBox)
        For Each dataItem As GridDataItem In RequestFiles.MasterTableView.Items
            CType(dataItem.FindControl("CheckBox1"), CheckBox).Checked = headerCheckBox.Checked
            dataItem.Selected = headerCheckBox.Checked
        Next
    End Sub
 
    Protected Sub Page_PreRender(ByVal sender As Object, ByVal e As EventArgs) Handles RequestFiles.PreRender
        lblCountRecords.Text = String.Format("<strong>{0}</strong>", RequestFiles.SelectedItems.Count)
    End Sub

So I want to get the value from column 2 and display as - 001, 002, 004, 005, 007.

This then needs to go into an email.

Something like. The files you requested were: 001, 002, 004, 005, 007
Vasil
Telerik team
 answered on 12 Jul 2011
1 answer
120 views
Hi,

I am using Multicolumn combobox in Grid. Now i have requirement where i have to show combobox in those Multicolumn of combobox. To better understand my scenario please see the attached screenshot.
I am able to bind simple Text (http://demos.telerik.com/aspnet-ajax/combobox/examples/functionality/comboingrid/defaultcs.aspx?product=combobox) in Column of the Mulicolumn combobox but unable to bind combobox under MultipleColumn combobx in EditTemplate. Can anyone tell me how to do that ?

Thanks,
--Jai
Mira
Telerik team
 answered on 12 Jul 2011
1 answer
70 views
Hi,

I am having an issue with the position of the bar labels. Even though i set the label orientation to "outside", the first of the below screen shot have the label within the label. How can i have the label right over the bar (first bar), and make it look like the label on the second bar? I don't want to set the autoscale=false. is there a way to do it without playing with the autoscale? I am currently using the Telerik Q1 2011 version.

Thank you.
Jacob
Top achievements
Rank 1
 answered on 12 Jul 2011
1 answer
86 views
Hi

I am testing MOSSRadEditor 5.X. Everything is working. But I don't know how to add emoticons in MOSSRadeditor Tool bar. I have to configure in ToolsFiles.xml. Can you guide me?

Thanks in advance.


Stanimir
Telerik team
 answered on 12 Jul 2011
1 answer
136 views
HI,
I RadGrid i have set
<EditFormSettings>
  <EditColumn ButtonType="PushButton">
  </EditColumn>
</EditFormSettings>

And RadGrid create asp:Button, but i have get telerik:RadButton.
I don't want to use RadFormDecorator, because it prevents the use of RadAjaxPanel

Thank



Mira
Telerik team
 answered on 12 Jul 2011
1 answer
64 views

Can you please provide me with a Grid Demo with features :

 

  1. Expanding the columns width  according to the width of the Content (with single word entered).
  2. Expanding the columns according to the width of the Content (with multiple words entered).

 

 

      As I have seen that when there is a single word entered  the columns expand as per as the Content, but when there are multiple words

      With spaces in between them I have encountered one problem that some columns expand according to the content and

      Some columns do not expand and get shrink.



Thanks in Advance.
Vasil
Telerik team
 answered on 12 Jul 2011
5 answers
209 views
Hi,

I have an ASync Upload on a web page and the only property manually added to it is to restrict the maximum number of files to 1. (  MaxFileInputsCount="1" )

I discovered some sort of issue  and here's how to replicate : (1) Open an Excel File and leave it open - don't close it (2) Select that same Excel file for upload via the Telerik ASync Upload control (3) Remove the file  from the Telerik ASync Upload Control using the Remove button---> The result is that the Telerik control seems to totally disappear from the page and this is very bad:-)

Any clue on what's going on ? I'm pretty sure this is a bug.


Seabus
P.S - I'm pretty sure I'm using the latest version
Peter Filipov
Telerik team
 answered on 12 Jul 2011
3 answers
58 views
Hy,

I want to use the RadEditor in Designmode only. However, if I use just a single Editmode, the Radeditor is not resizeable anymore (the icon on the lower right corner disappears). It is only available when using 2 or more Editmodes.

Is there a way to have the radeditor resizeable, with using just a single editmode?
Rumen
Telerik team
 answered on 12 Jul 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Top achievements
Rank 1
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ivory
Top achievements
Rank 1
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
YF
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Top achievements
Rank 1
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ivory
Top achievements
Rank 1
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
YF
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?