Telerik Forums
UI for ASP.NET AJAX Forum
13 answers
581 views

This is a great control, but I need some additional customization and events or properties of the event arguments.

I would like to be able to disable or hide the Group Operator button until more than one expression is added to reduce end user confusion.

As for the events, I need to be able to automatically add an expression when a new group is created, but I cannot find a way to grab the group that was just created using the ItemCommand event.

It would also be nice to be able to somehow bind an expression to a datasource or provide a valid list of options for users to select from.  This would be specifically useful where a field requires a code that is not understood by end users where we could give a description of that code instead of the code.

Are any of these currently possible and/or are they possibly future features?

Robin
Top achievements
Rank 1
 answered on 29 Aug 2012
1 answer
85 views
Am using RadGrid with drag and drop option. User would able to cancel the drag while press the ESC key
Help me how to achive this


Thanks
Raja


Eyup
Telerik team
 answered on 29 Aug 2012
1 answer
98 views
Hello there,

I need to know the difference between an user not selecting any value, and an user typing a value that is not on the ComboBox, right now the property SelectedValue returns empty for both cases.

Also if a user types a value that is on the ComboBox and "tab" to the next control, the SelectedValue is empty, the user have to actually press enter or click the option and then do the tab to the next control, is this ok?

I hope is all clear.

Regards,
Adrián Calvo
Ivana
Telerik team
 answered on 29 Aug 2012
2 answers
296 views
I have a RadGrid control that will have detail tables beneath it.  The HierarchyLoadMode is "ServerOnDemand".  I would like to hide the expand button in the main grid when the first column value for a row is equal to "Total".  Is this possible?
Brian
Top achievements
Rank 1
 answered on 29 Aug 2012
7 answers
116 views
We have noticed a small bug when AutoCompleteBox and RadFormDecorator are used in the same page, see screenshot
The input of the AutoCompleteBox has a border (with the metro skin)
Ivan Zhekov
Telerik team
 answered on 29 Aug 2012
4 answers
509 views
Pretty common operation I would have thought, but I can find nothing in the documentation: http://www.telerik.com/help/aspnet-ajax/autocompletebox-overview.html 

There is no setter on the Text property, and it seems like I need some kind of FindEntry() method.
Ivana
Telerik team
 answered on 29 Aug 2012
3 answers
124 views
Hi,

In your website
http://demos.telerik.com/aspnet-ajax/editor/examples/editorastextbox/defaultcs.aspx

There is a RadEditor as a TextBox control available for Demo.

My requirement is to remove the Bottom Space between Vertical Scroll Bar and Bottom Border(Refer the attachedimage).

Please guide me to fix this.

WIth Advanced Thanks,
Jawahar
Bozhidar
Telerik team
 answered on 29 Aug 2012
2 answers
95 views
Hello,

I'm trying to format the DataStartField and DataEndField in a AdvanceEditTemplate in such a way that I'm separating the Date and Time to display on 2 separate lines.

From the example CustomizeAdvFormVariousDS-VB.zip I'm using the <%# Bind("Start") %> and that results in the full date/time.  I saw that I could use Start.Date and Start.TimeOfDay.  But Start.Date still showed the full date/time.

I'm so close to finishing ... please help!
Allan
Top achievements
Rank 1
 answered on 29 Aug 2012
2 answers
85 views
I have an employee profile that contains sensitive fields such as passwords and identification numbers. By default, the fields are masked so the values are hidden, but noticeably present. In order to see these fields' data, the user clicks a RadButton configured as a check box to change it's checked state to true (show passwords).

I wired up a function to launch a function:
function openPasswordWin() {
     var oWnd = radopen("frmConfirmShowPassword.aspx", "RadWindow1");
}

When that form closes, I get the entered user name and password and authenticate their access. All fine and dandy, works well.

The problem is that after the user does this, I am having trouble on subsequent check changes. The user does not need to be reauthenticated during the session, but gettting the handlers to unhook or hook up hasn't been working. This is what I've tried:
'This is in the Page_Load method
If Session("ShowPassword") Is Nothing Then
    chkShowPassword.Attributes.Remove("onclick")
    chkShowPassword.Attributes.Add("onclick", "openPasswordWin(); return false;")
    RemoveHandler chkShowPassword.CheckedChanged, AddressOf chkShowPassword_CheckedChanged
Else
    If Session("ShowPassword") = "0" Then
       chkShowPassword.Attributes.Remove("onclick")
       chkShowPassword.Attributes.Add("onclick", "openPasswordWin(); return false;")
       RemoveHandler chkShowPassword.CheckedChanged, AddressOf chkShowPassword_CheckedChanged
    Else
       chkShowPassword.Attributes.Remove("onclick")
       AddHandler chkShowPassword.CheckedChanged, AddressOf chkShowPassword_CheckedChanged
       chkShowPassword.Attributes.Add("onclick", "chkShowPassword_CheckedChanged")
     End If
End If

The results are inconsistent in getting the click event of the check box button to fire, adding the handler doesn't seem to work. Any suggestions?

Thanks in advance,
Sn
Stephen
Top achievements
Rank 1
 answered on 29 Aug 2012
5 answers
538 views
Hello,

I apologize if this is a duplicate post, I did some searching and although there are some other related posts I could not find one exactly matching my issue that had a solution that worked.  I am creating RadWindows dynamically via javascript (no server code involved) and have set my radwindowmanager initializebehavior to 'maximize' so when the window opens up it is maximized.  I also allow the user to minimize and resize. When I resize the window and move the window around the screen, then minimize, then restore, the window returns to the position and size I last had it as I expected.  However, if I open the window maximized, then minimize it, then restore, the window will not restore maximized.  It comes up a smaller size and centered on the page.  It doesn't seem to remember that it was maximized.  Is there anything I can do to correct this issue?  I found I can use the onclientcommand to always maximize on restore, but I would rather the window return to the initial size and position it was before it was minimized.

Thank you!
Richard
Jens Olesen
Top achievements
Rank 1
 answered on 29 Aug 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?