Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
120 views
Hello Telerik Team,

Where are all of you!
I hope you people are not dead. Please answer my question.

"What limitations are there in Trail Version of ComboBox?" Please state Trail Version Vs Commercial Version of combo box.

Since I am developing an application , which uses rad combo box trail version. Using Trial version, Im facing lots of browser compatibility issues with RadComboBox. I am afraid of whether it is due to Trail version or not.

Plz make sure, your answer is correct.
Regards
$hekh@r d-Ziner
$hekh@r d-Ziner
Top achievements
Rank 2
 answered on 22 Jul 2010
3 answers
153 views

Hello, 

              I have recurrence editor only in one of my Custom Control. I am passing start and end date and retrieving recurrence rule.

and storing it into Database.

Now I am trying to add this rule to Scheduler from database.

I can see only first appointment. 

In watch, at recurrence state I am getting Exception.

Please Help me out.

Thank You!

Ashish Sapkale

Peter
Telerik team
 answered on 22 Jul 2010
1 answer
73 views
Hi,


Just wondering if there is a way around to see the content of the active row of grid while navigating through it. Key board support works fine but it just selects the row on client side. Even the web mail grid only works when you click on the row. The tab pressings takes you to next group header when it should be selecting the next row and displaying the mail content in the panel below.

Any help will be much appreciated.

Thanks
Ricky
Maria Ilieva
Telerik team
 answered on 22 Jul 2010
3 answers
275 views
Hi,

I'm trying to simulate the transfer between listbox example
(http://demos.telerik.com/aspnet-ajax-beta/listbox/examples/default/defaultcs.aspx),
but I'm doing it programatically (the listboxes are inside a custom web server control, and are created and populated dynamically).
everything works fine except that the transfer buttons are always disabled, no matter what I try to do.
(I configured one of the list box to "allowTransfer=true" and the "TransferToListoxID" to the other list box's ID)
I even tried the "AllowDrag" option, but when I drag items to the other listbox they just don't get transfered.

What am I doing wrong?

Thanks in advanced!

Oren
oren yona
Top achievements
Rank 1
 answered on 22 Jul 2010
2 answers
122 views
Hi,

is there a way to disable drag and drop feature, keeping the editing feature double-clicking the item in the radgrid scheduler?

I want the user to not moving the items in the radgrid, but they can modify appointment settings by double-clicking the right appointment.

Hoping in your answer, bye

Leonardo
Leo
Top achievements
Rank 1
 answered on 22 Jul 2010
1 answer
91 views
Is there a way to have the auto-generated editor use comboboxes for fields which have FKs over to other tables instead of textboxes with the GUIDs?...

I mean a way to have it auto-generate this for an OpenAccess Datasource, I know how to manually go about it...I just want to eliminate the handling of all the backend stuff :)

Rosen
Telerik team
 answered on 22 Jul 2010
1 answer
110 views
I have need, that the chart control should take all the available space on the page.
is it possible then I can fix or change the width and height of chart control at the run time.

or can I give the chart width and height in percentage
Yavor
Telerik team
 answered on 22 Jul 2010
2 answers
234 views
I have the following is my grid template column and the code behind grid databound and item command.

How can i add radconfim to the same? When user chooses yes, i want the code in item command to execute. 

<telerik:GridTemplateColumn UniqueName="Retrieve"> 

<ItemTemplate><asp:LinkButton ID="lnkRetrieve" runat="server" CausesValidation="false" CommandArgument='<%# cstr(Eval("id"))%>'  CommandName="Retrieve" Text="Retrieve"></asp:LinkButton>
</ItemTemplate>
</telerik:GridTemplateColumn>

Private Sub grd_ItemDataBound(ByVal sender As Object, ByVal e As Telerik.Web.UI.GridItemEventArgs) Handles grd.ItemDataBound If TypeOf e.Item Is GridDataItem Then
Dim llnkRetrieve As New LinkButton
  llnkRetrieve =
CType(e.Item.FindControl("lnkRetrieve"), LinkButton)
llnkRetrieve.Attributes.Add(
"onclick", "return confirm('Are you sure you want to retrieve?');")
End If 

End Sub

 

Protected 

 

Sub grd_ItemCommand(ByVal source As Object, ByVal e As Telerik.Web.UI.GridCommandEventArgs) Handles grd.ItemCommand
If e.CommandName = "Retrieve" Then
dim CommandArgument As String() = e.CommandArgument.ToString().Split(",")
  Session(
"ID") = CInt(CommandArgument(0))

 Respose.Redirect(

"Page.aspx", True) End If
End Sub

 

 

Svetlina Anati
Telerik team
 answered on 22 Jul 2010
1 answer
124 views
How do I get the commandargument to hold the datatextfield value.  If I remove the datatextformatstring, the column shows the value for ID.  I want to pass the ID value as the argument.  Below produces an argument of {0}.

<telerik:GridButtonColumn CommandArgument="{0}" CommandName="SendEmail"
    ConfirmText="Do you want to send an email to all residents about this service?"
    DataTextField="ID" DataTextFormatString="Send Email" Text="SendEmail"
    UniqueName="column2">
</telerik:GridButtonColumn>
Shinu
Top achievements
Rank 2
 answered on 22 Jul 2010
1 answer
84 views
I'm evalueting Rad Controls so i put a radgrid on my aspx page.
I use keyboard settings to navigate through rows. When i stop on a row i would like to tab and set focus on controls in a template column of the same row. Any idea?
Tsvetina
Telerik team
 answered on 22 Jul 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?