Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
94 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
138 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
116 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
59 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
76 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
126 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
58 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
196 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
46 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
1 answer
77 views
I'm developing gridview parent and child hierarchy, here I have placed a button template column in child table and observed event is firing in Itemcommand but my question is how to get specific cell value in child table when I click on the button in the child window.

Suggest me how to overcome above one.

Advance Thanks,
Prasad.
Princy
Top achievements
Rank 2
 answered on 12 Jul 2011
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?