Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
80 views
Our client has a really abnormal requirement and we are having troubles trying to implement it. They need a grid with a search/filter control. The catch is that when they search they want it to jump to the first record that is closest to their match.

For example they search for "MC" where the valid values are "AM", "DC", "MA", and "ZA" the selected record should become "MA". If it's on a different page then it needs to change the grid page.

We tried using the "Google-Like" filtering, which could possibly provide an alternative; however, there are way too may records to populate a drop-down list. There are approx. 10,000 records in the grid.

We are open to nearly any solution as this component is the single most important feature for this project.
Yavor
Telerik team
 answered on 16 Mar 2009
1 answer
201 views
Hi,
    I am using pie chart for report. How can I change the color of the strips inside circle of the pie chart? Can we change the custome color as per the label ?

Thanks
Vikram

Ves
Telerik team
 answered on 16 Mar 2009
1 answer
125 views
I'm managing some custom AppointmentCommands linked to some buttons I put in the AdvancedForm: ie Accept and refuse

 protected void RadScheduler1_AppointmentCommand(object sender, AppointmentCommandEventArgs e)  
        {  
            EnumUtils.eCommands cmd;  
            cmd = (EnumUtils.eCommands)Enum.Parse(typeof(EnumUtils.eCommands), e.CommandName);  
            switch (cmd)  
            {  
                case EnumUtils.eCommands.Refuse:  
                    ManageRefuse(sender,e);  
                    break;  
                case EnumUtils.eCommands.Accept:  
                    ManageAccept(sender, e);  
                    break;  
                case EnumUtils.eCommands.Insert:  
                    break;  
                case EnumUtils.eCommands.Update:  
                    break;  
                case EnumUtils.eCommands.Cancel:  
                    break;  
            }  
        }  

How could I return to a refreshed scheduler view after a command ends?
Each of my custom methods uses HideEditForm() but it's not enough.

        private void ManageRefuse(object sender, AppointmentCommandEventArgs e) 
        { 
            //Perform BL... 
            // 
            RadScheduler1.HideEditForm(); 
        } 

Any help could be very appreciated.

Andrea
andrea
Top achievements
Rank 1
 answered on 16 Mar 2009
5 answers
106 views
I have an applicaiton that opens an input form as a Modal form, using the ASPNET Ajax ModalPopupExtender.
On the form I have a RadTimePicker that opens beneath the modal.

I've tried what I know, including Overriding the CSS as I have done for Grids in the past.

Any ideas?

Thanks.

Sean
Electronic Arts, Orlando
Sebastian
Telerik team
 answered on 16 Mar 2009
2 answers
93 views
I'm using the PasteHtml method to insert text into a rad grid instance. In Firefox I have problems at the beginning of a line. If at the end of the document the cursor is placed in front of the inserted text. If I place the cursor somewhere in the middle of the text that I have typed and insert text it is placed at the end of the text in the editor and not where the cursor is. I'm using version 7.3.4.0 of the editor and I'm experiencing this in Firefox 3.0.7. Thanks in advance for any help.
Kevin McLaughlin
Top achievements
Rank 1
 answered on 16 Mar 2009
1 answer
123 views
We are using the Tabstrip and dynamically loading usercontrols the first time a user clicks on each tab.
There is one particular tab that I need to automatically call a save method in the usercontrol if a user navigates from this tab to another.

Please can someone post an example of how to save changes on a tab when a user changes to another tab.

I have tried the following:
OnClientSelecting - cancel the event and envoke a postback for the current tab with arguments that are checked in the Page Load.
The problem with this approach is that the user has to click twice on another tab before it changes because I'm cancelling the event.

Any suggestions welcomed.

Many thanks
Antony
Atanas Korchev
Telerik team
 answered on 16 Mar 2009
1 answer
140 views
I currently want to modify the styles picked up by the Paragraph Style Dropdown located within the RadEditor. I have read how to create new paragraph options with custom css classes, but i don't need/want to do that.

I simply want the dropdown to pick up my default styles for the site. So the H1 will look like my default H1 for the site, etc..

I have modified the EditorContentArea.css so that it picks up my default styles, but cannot find the css file that defines the styles for the toolbars.

Thanks
Rumen
Telerik team
 answered on 16 Mar 2009
1 answer
182 views
Hi

At the moment it isn't possible to mask a TextBox with RadInputManager. Is this planned for a further release? 
Setting different "behaviors" like Numeric/Regex/DateInput/etc during Page Load is quite nice and having the ability to mask the TextBox as well would be something to look forward to.

Thanks beforehand
Dimo
Telerik team
 answered on 16 Mar 2009
1 answer
233 views
Hi,
I'm using the Radinputmanager to style textboxes in a RadGrid. However, different validation rules exist for the textboxes in the grid. Some of them are required fields, while others must have a numeric value greater than zero.
Can I do such validation with the Radinputmanager or do I need to make some custom validation? If so, how do I prevent the grid page from posting back the page, if the custom validator or requiredfieldvalidator returns false?

Best regards

Henrik
Sebastian
Telerik team
 answered on 16 Mar 2009
2 answers
173 views
Hello everybody.
I urgently need to create exceptions by code. Is there a simple way to accomplish that?
How coul be possible to modify the recurrence rule?
Immediate help would be kindly appreciated.

Andrea
Peter
Telerik team
 answered on 16 Mar 2009
Narrow your results
Selected tags
Tags
+? more
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?