Telerik Forums
UI for ASP.NET AJAX Forum
0 answers
69 views
Hi team,
Is it possible to apply validatorCalloutExtender on radgrid filter textbox? Here in below code (for reference only) i applied validatorCalloutExtender on TextBox.When error comes then one small pop window is open with error message and textbox border become red.Can we do same thing with radgrid filter textbox, when user trying to search with  wrong filter criteria?
Now i am able to show error message with the help of  javascript. please see "function ValidateFilter(sender, eventArgs)".
But i want to show error message as it is coming on TextBox.

function ValidateFilter(sender, eventArgs)
           {
            var arguments = eventArgs.get_commandArgument().split("|");
            var columnName = arguments[0];
            var valueEnteredIntoFilterControl = arguments[1];
           
            if (columnName == "YearsOfWorkExp")
            {
                if (isNaN(valueEnteredIntoFilterControl))
                {
                    var alertsay = "Please enter a numeric value";
                    alert(alertsay);
                    eventArgs.set_cancel(true);
                     
                }
            }
            else if (columnName == "FormattedName")
            {
 
                if (valueEnteredIntoFilterControl != "")
                {
                    if (/[^A-Za-z]/.test(valueEnteredIntoFilterControl)) {
                        alert("Please enter only letters in candidate name search filter");
                        valueEnteredIntoFilterControl.focus();
                         
                        eventArgs.set_cancel(true);
                    }
                }
 
            }
            
 
 
        }


<asp:TextBox ID="txtJobTitle" runat="server" CssClass="ven_box_txt"></asp:TextBox>
                    <asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" ValidationGroup="JobDescription"
                        ControlToValidate="txtJobTitle" Display="None" ErrorMessage="Job Title is required"
                        SetFocusOnError="True"></asp:RequiredFieldValidator>
                    <cc1:ValidatorCalloutExtender ID="ValidatorCalloutExtender14" HighlightCssClass="errorHighLight"
                        TargetControlID="RequiredFieldValidator2" SkinID="TopLeftVCE" runat="server">
                    </cc1:ValidatorCalloutExtender>

chandan singh
Top achievements
Rank 1
 asked on 28 May 2012
3 answers
146 views
I have a line series chart. How can I do to show a circle into line value:

------------18--------
A circle around 18 and so on. If my graph has more value, the circle must be in each value.
Petar Kirov
Telerik team
 answered on 28 May 2012
1 answer
68 views
In IE9 there seems to be a conflict between radTabStrip and radListBox. Whichever one is first will have styling applied to it, the other one will not. I have specifed the skin (WebBlue) on both controls. If I switch IE9 into Compatibility View the problem goes away.
Kate
Telerik team
 answered on 28 May 2012
1 answer
50 views
Hi All,

I am facing some issues in schedular displaying popUp.
Issue-1) Insert/Cancel Buttons are out of popUp boundary. Suggest what css changes should I do?
Issue-2) When I am clicking Advanced, It spans on all the schedular area. It should show in floatable popUp. And also my own drop-down of "Doctors" is disappeared. It should be there.
Issue-3) In Issue-2 disappearing of "Doctors" dropdown exists in Weekly/Monthly/DailyViews

I am attaching images for my schedular issues.

Please have a look and suggest changes of CSS/Some property settings of Schedular.

Thanks
Peter
Telerik team
 answered on 28 May 2012
1 answer
156 views
hi ,

i am using telerik rad editor in my application i am using the Q3 version of telerik dll , initially i used the trail version of the dll after all the implementation is over i replaced withe the  licensed version of the dll s( teleri.web.ui.dll & Telerik.Web.UI.xml) but still i am getting the message ,if you need more please see the image attached

Telerik.Web.UI 2011.3.1115.35 trial version. Copyright telerik © 2002-2011. To remove this message, please purchase a developer version.
Princy
Top achievements
Rank 2
 answered on 28 May 2012
2 answers
111 views
Hi,

Is it possible to subscribe in javascript somewhere where we can do query drop? For example, if I enable drag and drop functionallity I would also like to be able to do verification of whether a node can be dropped and show this to the user. This is common functionallity in any drag and drop scenario.

I see that you don't have any client side APIs exposed yet, but I was wondering if there is a workaround.

Regards,
Ivan.
Plamen
Telerik team
 answered on 28 May 2012
1 answer
114 views
I have two detail tables that I would like to format.  The I don't believe the formatting can be done with just CSS.  The requirements I have are as follows:
  • Limit the width of the detail tables within a certain number of columns of the parent grid.  In HTML, this is easy to set the colspan property, but I can't find the setting I can use for this.
  • Line the detail tables up next to one another horizontally.
  • The two detail tables should be within 50% of the allotted space.
Tsvetina
Telerik team
 answered on 28 May 2012
1 answer
69 views
Hi,

I am using the telerik asyncupload control to allow the user to upload multiple files to the server on a Sharepoint 2010 platform. Initially we couldnt get it to work on the portal.  We also made the respective entries in the web.config files for IIS 7 in the modules and the handlers section. Even then it wouldnt work before we realized that it was due to  security constraints and Sharepoint was not allowing the files to be uploaded. We then had to set the IIS to allow Anonymous access ( Enabled) after which it started working fine.
The concern is that this portal will be Siteminder integrated ( for authentication ) and hence we cant continue to have the IIS Anonymous Authencticaton = Enabled.

Wil it automatically work once the portal is  Siteminder Integrated ? If not, is there any security settings that needs to be configured to allow the asynupload to work with Sharepoint 2010/Siteminder.

I hope I am not missing something here. Thanks a lot for your help.
Cat Cheshire
Top achievements
Rank 1
 answered on 28 May 2012
1 answer
63 views
The horizontal bar charts generate the following scale. Its cut and also increase the spacing between them?
Petar Marchev
Telerik team
 answered on 28 May 2012
1 answer
88 views
I wonder, how do I put a circle inside a line graph. On each line value, it has a circle around.
Petar Marchev
Telerik team
 answered on 28 May 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?